Shades of Midnight Blue #0D044E
Tints of Midnight Blue #0D044E
RGB
CMYK
RGB Variations
Color information
#0D044E (or 0x0D044E) is known color: Midnight Blue. HEX triplet: 0D, 04 and 4E. RGB value is (13,4,78). Sum of RGB (Red+Green+Blue) = 13+4+78=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D044E is #F2FBB1. Grayscale: #0E0E0E. Windows color (decimal): -15924146 or 5112845. OLE color: 5112845.
HSL color Cylindrical-coordinate representation of color #0D044E: hue angle of 247.3º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D044E is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 4 | 78 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.69 |
| HSL | 247.3º | 0.9% | 0.16% | - |
| HSV(B) | 247.3º | 0.95% | 0.31% | - |
| XYZ | 1.58 | 0.72 | 7.26 | - |
| YUV | 15.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 78 | 0.83 | 0.95 | 0 | 0.69 | 247.3 | 0.9 | 0.16 |
| Hex | D | 4 | 4E | 53 | 5F | 0 | 45 | F7 | 5A | 10 |
| Octal | 15 | 4 | 116 | 123 | 137 | 0 | 105 | 367 | 132 | 20 |
| Binary | 1101 | 100 | 1001110 | 1010011 | 1011111 | 0 | 1000101 | 11110111 | 1011010 | 10000 |
Color Harmonies of #0D044E
Complementary color
Monochromatic Colors of #0D044E
Black with #0D044E
Text Example
Text Example
White with #0D044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D044E; }
p { color: rgb(13,4,78); }
H1.HeaderClassName
{
color: #0D044E;
}
.AnyTagClassName
{
color: #0D044E;
}
</style>
background-color css
<style>
a { background-color: #0D044E; }
a { background-color: rgb(13,4,78); }
div.DivClassName
{
background-color: #0D044E;
}
.BgClassName
{
background-color: #0D044E;
}
</style>
border-color css
<style>
span { border-color: #0D044E; }
span { border-color: rgb(13,4,78); }
td.TdClassName
{
border-color: #0D044E;
}
.TagClassName
{
border-color: #0D044E;
}
</style>