Shades of Midnight Blue #0D1160
Tints of Midnight Blue #0D1160
RGB
CMYK
RGB Variations
Color information
#0D1160 (or 0x0D1160) is known color: Midnight Blue. HEX triplet: 0D, 11 and 60. RGB value is (13,17,96). Sum of RGB (Red+Green+Blue) = 13+17+96=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D1160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1160 is #F2EE9F. Grayscale: #181818. Windows color (decimal): -15920800 or 6295821. OLE color: 6295821.
HSL color Cylindrical-coordinate representation of color #0D1160: hue angle of 237.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D1160 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 17 | 96 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.62 |
| HSL | 237.11º | 0.76% | 0.21% | - |
| HSV(B) | 237.11º | 0.86% | 0.38% | - |
| XYZ | 2.48 | 1.33 | 11.19 | - |
| YUV | 24.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 96 | 0.86 | 0.82 | 0 | 0.62 | 237.11 | 0.76 | 0.21 |
| Hex | D | 11 | 60 | 56 | 52 | 0 | 3E | ED | 4C | 15 |
| Octal | 15 | 21 | 140 | 126 | 122 | 0 | 76 | 355 | 114 | 25 |
| Binary | 1101 | 10001 | 1100000 | 1010110 | 1010010 | 0 | 111110 | 11101101 | 1001100 | 10101 |
Color Harmonies of #0D1160
Complementary color
Monochromatic Colors of #0D1160
Black with #0D1160
Text Example
Text Example
White with #0D1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1160; }
p { color: rgb(13,17,96); }
H1.HeaderClassName
{
color: #0D1160;
}
.AnyTagClassName
{
color: #0D1160;
}
</style>
background-color css
<style>
a { background-color: #0D1160; }
a { background-color: rgb(13,17,96); }
div.DivClassName
{
background-color: #0D1160;
}
.BgClassName
{
background-color: #0D1160;
}
</style>
border-color css
<style>
span { border-color: #0D1160; }
span { border-color: rgb(13,17,96); }
td.TdClassName
{
border-color: #0D1160;
}
.TagClassName
{
border-color: #0D1160;
}
</style>