Shades of Midnight Blue #0D1C70
Tints of Midnight Blue #0D1C70
RGB
CMYK
RGB Variations
Color information
#0D1C70 (or 0x0D1C70) is known color: Midnight Blue. HEX triplet: 0D, 1C and 70. RGB value is (13,28,112). Sum of RGB (Red+Green+Blue) = 13+28+112=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D1C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1C70 is #F2E38F. Grayscale: #202020. Windows color (decimal): -15917968 or 7347213. OLE color: 7347213.
HSL color Cylindrical-coordinate representation of color #0D1C70: hue angle of 230.91º 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 #0D1C70 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 28 | 112 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.56 |
| HSL | 230.91º | 0.79% | 0.25% | - |
| HSV(B) | 230.91º | 0.88% | 0.44% | - |
| XYZ | 3.51 | 2.09 | 15.55 | - |
| YUV | 33.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 112 | 0.88 | 0.75 | 0 | 0.56 | 230.91 | 0.79 | 0.25 |
| Hex | D | 1C | 70 | 58 | 4B | 0 | 38 | E7 | 4F | 19 |
| Octal | 15 | 34 | 160 | 130 | 113 | 0 | 70 | 347 | 117 | 31 |
| Binary | 1101 | 11100 | 1110000 | 1011000 | 1001011 | 0 | 111000 | 11100111 | 1001111 | 11001 |
Color Harmonies of #0D1C70
Complementary color
Monochromatic Colors of #0D1C70
Black with #0D1C70
Text Example
Text Example
White with #0D1C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C70; }
p { color: rgb(13,28,112); }
H1.HeaderClassName
{
color: #0D1C70;
}
.AnyTagClassName
{
color: #0D1C70;
}
</style>
background-color css
<style>
a { background-color: #0D1C70; }
a { background-color: rgb(13,28,112); }
div.DivClassName
{
background-color: #0D1C70;
}
.BgClassName
{
background-color: #0D1C70;
}
</style>
border-color css
<style>
span { border-color: #0D1C70; }
span { border-color: rgb(13,28,112); }
td.TdClassName
{
border-color: #0D1C70;
}
.TagClassName
{
border-color: #0D1C70;
}
</style>