Shades of Midnight Blue #0D1164
Tints of Midnight Blue #0D1164
RGB
CMYK
RGB Variations
Color information
#0D1164 (or 0x0D1164) is known color: Midnight Blue. HEX triplet: 0D, 11 and 64. RGB value is (13,17,100). Sum of RGB (Red+Green+Blue) = 13+17+100=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 100 (39.45% from 255 or 76.92% from 130); Max value from RGB is 100 - color contains mainly: blue. Hex color #0D1164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1164 is #F2EE9B. Grayscale: #181818. Windows color (decimal): -15920796 or 6557965. OLE color: 6557965.
HSL color Cylindrical-coordinate representation of color #0D1164: hue angle of 237.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1164 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 17 | 100 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.61 |
| HSL | 237.24º | 0.77% | 0.22% | - |
| HSV(B) | 237.24º | 0.87% | 0.39% | - |
| XYZ | 2.67 | 1.41 | 12.19 | - |
| YUV | 25.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 100 | 0.87 | 0.83 | 0 | 0.61 | 237.24 | 0.77 | 0.22 |
| Hex | D | 11 | 64 | 57 | 53 | 0 | 3D | ED | 4D | 16 |
| Octal | 15 | 21 | 144 | 127 | 123 | 0 | 75 | 355 | 115 | 26 |
| Binary | 1101 | 10001 | 1100100 | 1010111 | 1010011 | 0 | 111101 | 11101101 | 1001101 | 10110 |
Color Harmonies of #0D1164
Complementary color
Monochromatic Colors of #0D1164
Black with #0D1164
Text Example
Text Example
White with #0D1164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1164; }
p { color: rgb(13,17,100); }
H1.HeaderClassName
{
color: #0D1164;
}
.AnyTagClassName
{
color: #0D1164;
}
</style>
background-color css
<style>
a { background-color: #0D1164; }
a { background-color: rgb(13,17,100); }
div.DivClassName
{
background-color: #0D1164;
}
.BgClassName
{
background-color: #0D1164;
}
</style>
border-color css
<style>
span { border-color: #0D1164; }
span { border-color: rgb(13,17,100); }
td.TdClassName
{
border-color: #0D1164;
}
.TagClassName
{
border-color: #0D1164;
}
</style>