HEX: #073080
RGB: (7,48,128)
#073080 enthält hauptsächlich blaue Farbe. Für #073080 ist eine «websichere» Webfarbe #003366 (oder kurz #036).
Die Farbe #073080 wird in RGB als (7,48,128) definiert.
RGB: (7,48,128) (3%,19%,50%)
R 7 von 255 = 3%
G 48 von 255 = 19%
B 128 von 255 = 50%
R + G + B ~ 24%. #073080 dunkle Farbe.
R + G + B =
7 + 48 + 128 = 183 (100%)
R 7 von 183 ~ 3.83%
G 48 von 183 ~ 26.23%
B 128 von 183 ~ 69.95%
Die Farbe #073080 wird in CMYK als (95,63,0,50) definiert.
CMYK: (95,63,0,50) C95M63Y0K50 (95%,63%,0%,50%) (0.95/0.63/0.00/0.50)
07 | 30 | 80 | |
---|---|---|---|
RGB | 7 | 48 | 128 |
HSL | 220° | 89.63% | 26.47% |
HSB/HSV | 220° | 94.53% | 50.20% |
CMYK | 94.53% | 62.50% | 0.00% |
49.80% |
Hexadezimal | 07 | 30 | 80 |
Dezimal | 7 | 48 | 128 |
Binär | 111 | 110000 | 10000000 |
Oktal | 7 | 60 | 200 |
Beispiele css- und html für Elemente in der Farbe #073080. Bitte benutzen Sie auch rgb(7,48,128) statt hex-Code.
.myTextColor { color: #073080; }
<p style="color:#073080">This sample text font color is #073080.</p>
Die Farbe dieses Textes ist #073080.
.myBgColor { background-color: #073080; }
<div style="background-color:#073080">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #073080.
.myBorderColor { border: 1px solid #073080; }
<div style="border:3px solid #073080">Div</div>
Die Grenzen von diesem div sind in Farbe #073080.
.myOpacity80 { color: #073080; opacity: 0.8; }
<p style="color:#073080;opacity:0.8;">80%</p>
Text in Farbe #073080 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #073080;}
<p style="text-shadow: 3px 3px 1px #073080">Text here.</p>
Dieser Text hat den Schatten in Farbe #073080.
.textShadow {text-shadow: 3px 3px 1px #073080, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #073080, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #073080 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#073080, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#073080, Direction=45, Strength=4)">Text</p>
This text has shadow with #073080 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #073080; -webkit-box-shadow: 1px 1px 3px 2px #073080; box-shadow: 1px 1px 3px 2px #073080; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #073080; -webkit-box-shadow: 1px 1px 3px 2px #073080; box-shadow:1px 1px 3px 2px #073080;">
Div content here</div>
Dieser Text ist in der Farbe #073080 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #073080 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #073080.
Dieser Text ist weiß auf dem Hintergrund in Farbe #073080.