Shades of Midnight Blue #0D1C71
Tints of Midnight Blue #0D1C71
RGB
CMYK
RGB Variations
Color information
#0D1C71 (or 0x0D1C71) is known color: Midnight Blue. HEX triplet: 0D, 1C and 71. RGB value is (13,28,113). Sum of RGB (Red+Green+Blue) = 13+28+113=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D1C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1C71 is #F2E38E. Grayscale: #202020. Windows color (decimal): -15917967 or 7412749. OLE color: 7412749.
HSL color Cylindrical-coordinate representation of color #0D1C71: hue angle of 231º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1C71 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 28 | 113 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.56 |
| HSL | 231º | 0.79% | 0.25% | - |
| HSV(B) | 231º | 0.88% | 0.44% | - |
| XYZ | 3.56 | 2.11 | 15.84 | - |
| YUV | 33.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 113 | 0.88 | 0.75 | 0 | 0.56 | 231 | 0.79 | 0.25 |
| Hex | D | 1C | 71 | 58 | 4B | 0 | 38 | E7 | 4F | 19 |
| Octal | 15 | 34 | 161 | 130 | 113 | 0 | 70 | 347 | 117 | 31 |
| Binary | 1101 | 11100 | 1110001 | 1011000 | 1001011 | 0 | 111000 | 11100111 | 1001111 | 11001 |
Color Harmonies of #0D1C71
Complementary color
Monochromatic Colors of #0D1C71
Black with #0D1C71
Text Example
Text Example
White with #0D1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C71; }
p { color: rgb(13,28,113); }
H1.HeaderClassName
{
color: #0D1C71;
}
.AnyTagClassName
{
color: #0D1C71;
}
</style>
background-color css
<style>
a { background-color: #0D1C71; }
a { background-color: rgb(13,28,113); }
div.DivClassName
{
background-color: #0D1C71;
}
.BgClassName
{
background-color: #0D1C71;
}
</style>
border-color css
<style>
span { border-color: #0D1C71; }
span { border-color: rgb(13,28,113); }
td.TdClassName
{
border-color: #0D1C71;
}
.TagClassName
{
border-color: #0D1C71;
}
</style>