Shades of Midnight Blue #0D124F
Tints of Midnight Blue #0D124F
RGB
CMYK
RGB Variations
Color information
#0D124F (or 0x0D124F) is known color: Midnight Blue. HEX triplet: 0D, 12 and 4F. RGB value is (13,18,79). Sum of RGB (Red+Green+Blue) = 13+18+79=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 79 (31.25% from 255 or 71.82% from 110); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D124F is #F2EDB0. Grayscale: #171717. Windows color (decimal): -15920561 or 5181965. OLE color: 5181965.
HSL color Cylindrical-coordinate representation of color #0D124F: hue angle of 235.45º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D124F is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 18 | 79 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.69 |
| HSL | 235.45º | 0.72% | 0.18% | - |
| HSV(B) | 235.45º | 0.84% | 0.31% | - |
| XYZ | 1.79 | 1.08 | 7.51 | - |
| YUV | 23.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 79 | 0.84 | 0.77 | 0 | 0.69 | 235.45 | 0.72 | 0.18 |
| Hex | D | 12 | 4F | 54 | 4D | 0 | 45 | EB | 48 | 12 |
| Octal | 15 | 22 | 117 | 124 | 115 | 0 | 105 | 353 | 110 | 22 |
| Binary | 1101 | 10010 | 1001111 | 1010100 | 1001101 | 0 | 1000101 | 11101011 | 1001000 | 10010 |
Color Harmonies of #0D124F
Complementary color
Monochromatic Colors of #0D124F
Black with #0D124F
Text Example
Text Example
White with #0D124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D124F; }
p { color: rgb(13,18,79); }
H1.HeaderClassName
{
color: #0D124F;
}
.AnyTagClassName
{
color: #0D124F;
}
</style>
background-color css
<style>
a { background-color: #0D124F; }
a { background-color: rgb(13,18,79); }
div.DivClassName
{
background-color: #0D124F;
}
.BgClassName
{
background-color: #0D124F;
}
</style>
border-color css
<style>
span { border-color: #0D124F; }
span { border-color: rgb(13,18,79); }
td.TdClassName
{
border-color: #0D124F;
}
.TagClassName
{
border-color: #0D124F;
}
</style>