Shades of Midnight Blue #0D1270
Tints of Midnight Blue #0D1270
RGB
CMYK
RGB Variations
Color information
#0D1270 (or 0x0D1270) is known color: Midnight Blue. HEX triplet: 0D, 12 and 70. RGB value is (13,18,112). Sum of RGB (Red+Green+Blue) = 13+18+112=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D1270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1270 is #F2ED8F. Grayscale: #1A1A1A. Windows color (decimal): -15920528 or 7344653. OLE color: 7344653.
HSL color Cylindrical-coordinate representation of color #0D1270: hue angle of 236.97º 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 #0D1270 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 18 | 112 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.56 |
| HSL | 236.97º | 0.79% | 0.25% | - |
| HSV(B) | 236.97º | 0.88% | 0.44% | - |
| XYZ | 3.31 | 1.69 | 15.48 | - |
| YUV | 27.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 112 | 0.88 | 0.84 | 0 | 0.56 | 236.97 | 0.79 | 0.25 |
| Hex | D | 12 | 70 | 58 | 54 | 0 | 38 | ED | 4F | 19 |
| Octal | 15 | 22 | 160 | 130 | 124 | 0 | 70 | 355 | 117 | 31 |
| Binary | 1101 | 10010 | 1110000 | 1011000 | 1010100 | 0 | 111000 | 11101101 | 1001111 | 11001 |
Color Harmonies of #0D1270
Complementary color
Monochromatic Colors of #0D1270
Black with #0D1270
Text Example
Text Example
White with #0D1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1270; }
p { color: rgb(13,18,112); }
H1.HeaderClassName
{
color: #0D1270;
}
.AnyTagClassName
{
color: #0D1270;
}
</style>
background-color css
<style>
a { background-color: #0D1270; }
a { background-color: rgb(13,18,112); }
div.DivClassName
{
background-color: #0D1270;
}
.BgClassName
{
background-color: #0D1270;
}
</style>
border-color css
<style>
span { border-color: #0D1270; }
span { border-color: rgb(13,18,112); }
td.TdClassName
{
border-color: #0D1270;
}
.TagClassName
{
border-color: #0D1270;
}
</style>