Shades of Midnight Blue #0D217F
Tints of Midnight Blue #0D217F
RGB
CMYK
RGB Variations
Color information
#0D217F (or 0x0D217F) is known color: Midnight Blue. HEX triplet: 0D, 21 and 7F. RGB value is (13,33,127). Sum of RGB (Red+Green+Blue) = 13+33+127=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D217F is #F2DE80. Grayscale: #252525. Windows color (decimal): -15916673 or 8331533. OLE color: 8331533.
HSL color Cylindrical-coordinate representation of color #0D217F: hue angle of 229.47º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D217F is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 33 | 127 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.50 |
| HSL | 229.47º | 0.81% | 0.27% | - |
| HSV(B) | 229.47º | 0.9% | 0.5% | - |
| XYZ | 4.54 | 2.71 | 20.36 | - |
| YUV | 37.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 127 | 0.90 | 0.74 | 0 | 0.50 | 229.47 | 0.81 | 0.27 |
| Hex | D | 21 | 7F | 5A | 4A | 0 | 32 | E5 | 51 | 1B |
| Octal | 15 | 41 | 177 | 132 | 112 | 0 | 62 | 345 | 121 | 33 |
| Binary | 1101 | 100001 | 1111111 | 1011010 | 1001010 | 0 | 110010 | 11100101 | 1010001 | 11011 |
Color Harmonies of #0D217F
Complementary color
Monochromatic Colors of #0D217F
Black with #0D217F
Text Example
Text Example
White with #0D217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D217F; }
p { color: rgb(13,33,127); }
H1.HeaderClassName
{
color: #0D217F;
}
.AnyTagClassName
{
color: #0D217F;
}
</style>
background-color css
<style>
a { background-color: #0D217F; }
a { background-color: rgb(13,33,127); }
div.DivClassName
{
background-color: #0D217F;
}
.BgClassName
{
background-color: #0D217F;
}
</style>
border-color css
<style>
span { border-color: #0D217F; }
span { border-color: rgb(13,33,127); }
td.TdClassName
{
border-color: #0D217F;
}
.TagClassName
{
border-color: #0D217F;
}
</style>