HEX: #15153C
RGB: (21,21,60)
#15153C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #15153C ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #15153C wird in RGB als (21,21,60) definiert.
RGB: (21,21,60) (8%,8%,24%)
R 21 von 255 = 8%
G 21 von 255 = 8%
B 60 von 255 = 24%
R + G + B ~ 13%. #15153C dunkle Farbe.
R + G + B =
21 + 21 + 60 = 102 (100%)
R 21 von 102 ~ 20.59%
G 21 von 102 ~ 20.59%
B 60 von 102 ~ 58.82%
Die Farbe #15153C wird in CMYK als (65,65,0,76) definiert.
CMYK: (65,65,0,76) C65M65Y0K76 (65%,65%,0%,76%) (0.65/0.65/0.00/0.76)
15 | 15 | 3C | |
---|---|---|---|
RGB | 21 | 21 | 60 |
HSL | 240° | 48.15% | 15.88% |
HSB/HSV | 240° | 65.00% | 23.53% |
CMYK | 65.00% | 65.00% | 0.00% |
76.47% |
Hexadezimal | 15 | 15 | 3C |
Dezimal | 21 | 21 | 60 |
Binär | 10101 | 10101 | 111100 |
Oktal | 25 | 25 | 74 |
Beispiele css- und html für Elemente in der Farbe #15153C. Bitte benutzen Sie auch rgb(21,21,60) statt hex-Code.
.myTextColor { color: #15153C; }
<p style="color:#15153C">This sample text font color is #15153C.</p>
Die Farbe dieses Textes ist #15153C.
.myBgColor { background-color: #15153C; }
<div style="background-color:#15153C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #15153C.
.myBorderColor { border: 1px solid #15153C; }
<div style="border:3px solid #15153C">Div</div>
Die Grenzen von diesem div sind in Farbe #15153C.
.myOpacity80 { color: #15153C; opacity: 0.8; }
<p style="color:#15153C;opacity:0.8;">80%</p>
Text in Farbe #15153C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15153C;}
<p style="text-shadow: 3px 3px 1px #15153C">Text here.</p>
Dieser Text hat den Schatten in Farbe #15153C.
.textShadow {text-shadow: 3px 3px 1px #15153C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15153C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #15153C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15153C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15153C, Direction=45, Strength=4)">Text</p>
This text has shadow with #15153C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15153C; -webkit-box-shadow: 1px 1px 3px 2px #15153C; box-shadow: 1px 1px 3px 2px #15153C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #15153C; -webkit-box-shadow: 1px 1px 3px 2px #15153C; box-shadow:1px 1px 3px 2px #15153C;">
Div content here</div>
Dieser Text ist in der Farbe #15153C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #15153C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #15153C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #15153C.