Shades of Midnight Blue #0D1A70
Tints of Midnight Blue #0D1A70
RGB
CMYK
RGB Variations
Color information
#0D1A70 (or 0x0D1A70) is known color: Midnight Blue. HEX triplet: 0D, 1A and 70. RGB value is (13,26,112). Sum of RGB (Red+Green+Blue) = 13+26+112=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D1A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1A70 is #F2E58F. Grayscale: #1F1F1F. Windows color (decimal): -15918480 or 7346701. OLE color: 7346701.
HSL color Cylindrical-coordinate representation of color #0D1A70: hue angle of 232.12º 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 #0D1A70 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 26 | 112 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.56 |
| HSL | 232.12º | 0.79% | 0.25% | - |
| HSV(B) | 232.12º | 0.88% | 0.44% | - |
| XYZ | 3.46 | 1.99 | 15.53 | - |
| YUV | 31.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 112 | 0.88 | 0.77 | 0 | 0.56 | 232.12 | 0.79 | 0.25 |
| Hex | D | 1A | 70 | 58 | 4D | 0 | 38 | E8 | 4F | 19 |
| Octal | 15 | 32 | 160 | 130 | 115 | 0 | 70 | 350 | 117 | 31 |
| Binary | 1101 | 11010 | 1110000 | 1011000 | 1001101 | 0 | 111000 | 11101000 | 1001111 | 11001 |
Color Harmonies of #0D1A70
Complementary color
Monochromatic Colors of #0D1A70
Black with #0D1A70
Text Example
Text Example
White with #0D1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A70; }
p { color: rgb(13,26,112); }
H1.HeaderClassName
{
color: #0D1A70;
}
.AnyTagClassName
{
color: #0D1A70;
}
</style>
background-color css
<style>
a { background-color: #0D1A70; }
a { background-color: rgb(13,26,112); }
div.DivClassName
{
background-color: #0D1A70;
}
.BgClassName
{
background-color: #0D1A70;
}
</style>
border-color css
<style>
span { border-color: #0D1A70; }
span { border-color: rgb(13,26,112); }
td.TdClassName
{
border-color: #0D1A70;
}
.TagClassName
{
border-color: #0D1A70;
}
</style>