Shades of Midnight Blue #0D1971
Tints of Midnight Blue #0D1971
RGB
CMYK
RGB Variations
Color information
#0D1971 (or 0x0D1971) is known color: Midnight Blue. HEX triplet: 0D, 19 and 71. RGB value is (13,25,113). Sum of RGB (Red+Green+Blue) = 13+25+113=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D1971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1971 is #F2E68E. Grayscale: #1F1F1F. Windows color (decimal): -15918735 or 7411981. OLE color: 7411981.
HSL color Cylindrical-coordinate representation of color #0D1971: hue angle of 232.8º 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 #0D1971 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 25 | 113 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.56 |
| HSL | 232.8º | 0.79% | 0.25% | - |
| HSV(B) | 232.8º | 0.88% | 0.44% | - |
| XYZ | 3.49 | 1.97 | 15.82 | - |
| YUV | 31.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 113 | 0.88 | 0.78 | 0 | 0.56 | 232.8 | 0.79 | 0.25 |
| Hex | D | 19 | 71 | 58 | 4E | 0 | 38 | E9 | 4F | 19 |
| Octal | 15 | 31 | 161 | 130 | 116 | 0 | 70 | 351 | 117 | 31 |
| Binary | 1101 | 11001 | 1110001 | 1011000 | 1001110 | 0 | 111000 | 11101001 | 1001111 | 11001 |
Color Harmonies of #0D1971
Complementary color
Monochromatic Colors of #0D1971
Black with #0D1971
Text Example
Text Example
White with #0D1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1971; }
p { color: rgb(13,25,113); }
H1.HeaderClassName
{
color: #0D1971;
}
.AnyTagClassName
{
color: #0D1971;
}
</style>
background-color css
<style>
a { background-color: #0D1971; }
a { background-color: rgb(13,25,113); }
div.DivClassName
{
background-color: #0D1971;
}
.BgClassName
{
background-color: #0D1971;
}
</style>
border-color css
<style>
span { border-color: #0D1971; }
span { border-color: rgb(13,25,113); }
td.TdClassName
{
border-color: #0D1971;
}
.TagClassName
{
border-color: #0D1971;
}
</style>