Shades of Midnight Blue #0D1478
Tints of Midnight Blue #0D1478
RGB
CMYK
RGB Variations
Color information
#0D1478 (or 0x0D1478) is known color: Midnight Blue. HEX triplet: 0D, 14 and 78. RGB value is (13,20,120). Sum of RGB (Red+Green+Blue) = 13+20+120=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D1478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1478 is #F2EB87. Grayscale: #1C1C1C. Windows color (decimal): -15920008 or 7869453. OLE color: 7869453.
HSL color Cylindrical-coordinate representation of color #0D1478: hue angle of 236.07º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1478 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 20 | 120 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.53 |
| HSL | 236.07º | 0.8% | 0.26% | - |
| HSV(B) | 236.07º | 0.89% | 0.47% | - |
| XYZ | 3.81 | 1.94 | 17.94 | - |
| YUV | 29.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 120 | 0.89 | 0.83 | 0 | 0.53 | 236.07 | 0.8 | 0.26 |
| Hex | D | 14 | 78 | 59 | 53 | 0 | 35 | EC | 50 | 1A |
| Octal | 15 | 24 | 170 | 131 | 123 | 0 | 65 | 354 | 120 | 32 |
| Binary | 1101 | 10100 | 1111000 | 1011001 | 1010011 | 0 | 110101 | 11101100 | 1010000 | 11010 |
Color Harmonies of #0D1478
Complementary color
Monochromatic Colors of #0D1478
Black with #0D1478
Text Example
Text Example
White with #0D1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1478; }
p { color: rgb(13,20,120); }
H1.HeaderClassName
{
color: #0D1478;
}
.AnyTagClassName
{
color: #0D1478;
}
</style>
background-color css
<style>
a { background-color: #0D1478; }
a { background-color: rgb(13,20,120); }
div.DivClassName
{
background-color: #0D1478;
}
.BgClassName
{
background-color: #0D1478;
}
</style>
border-color css
<style>
span { border-color: #0D1478; }
span { border-color: rgb(13,20,120); }
td.TdClassName
{
border-color: #0D1478;
}
.TagClassName
{
border-color: #0D1478;
}
</style>