HEX: #0D255A
RGB: (13,37,90)
#0D255A enthält hauptsächlich grüne und blaue Farbe. Für #0D255A ist eine «websichere» Webfarbe #003366 (oder kurz #036).
Die Farbe #0D255A wird in RGB als (13,37,90) definiert.
RGB: (13,37,90) (5%,15%,35%)
R 13 von 255 = 5%
G 37 von 255 = 15%
B 90 von 255 = 35%
R + G + B ~ 18%. #0D255A dunkle Farbe.
R + G + B =
13 + 37 + 90 = 140 (100%)
R 13 von 140 ~ 9.29%
G 37 von 140 ~ 26.43%
B 90 von 140 ~ 64.29%
Die Farbe #0D255A wird in CMYK als (86,59,0,65) definiert.
CMYK: (86,59,0,65) C86M59Y0K65 (86%,59%,0%,65%) (0.86/0.59/0.00/0.65)
0D | 25 | 5A | |
---|---|---|---|
RGB | 13 | 37 | 90 |
HSL | 221° | 74.76% | 20.20% |
HSB/HSV | 221° | 85.56% | 35.29% |
CMYK | 85.56% | 58.89% | 0.00% |
64.71% |
Hexadezimal | 0D | 25 | 5A |
Dezimal | 13 | 37 | 90 |
Binär | 1101 | 100101 | 1011010 |
Oktal | 15 | 45 | 132 |
Beispiele css- und html für Elemente in der Farbe #0D255A. Bitte benutzen Sie auch rgb(13,37,90) statt hex-Code.
.myTextColor { color: #0D255A; }
<p style="color:#0D255A">This sample text font color is #0D255A.</p>
Die Farbe dieses Textes ist #0D255A.
.myBgColor { background-color: #0D255A; }
<div style="background-color:#0D255A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0D255A.
.myBorderColor { border: 1px solid #0D255A; }
<div style="border:3px solid #0D255A">Div</div>
Die Grenzen von diesem div sind in Farbe #0D255A.
.myOpacity80 { color: #0D255A; opacity: 0.8; }
<p style="color:#0D255A;opacity:0.8;">80%</p>
Text in Farbe #0D255A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0D255A;}
<p style="text-shadow: 3px 3px 1px #0D255A">Text here.</p>
Dieser Text hat den Schatten in Farbe #0D255A.
.textShadow {text-shadow: 3px 3px 1px #0D255A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0D255A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0D255A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0D255A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0D255A, Direction=45, Strength=4)">Text</p>
This text has shadow with #0D255A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0D255A; -webkit-box-shadow: 1px 1px 3px 2px #0D255A; box-shadow: 1px 1px 3px 2px #0D255A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0D255A; -webkit-box-shadow: 1px 1px 3px 2px #0D255A; box-shadow:1px 1px 3px 2px #0D255A;">
Div content here</div>
Dieser Text ist in der Farbe #0D255A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0D255A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0D255A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0D255A.