Shades of Midnight Blue #02044E
Tints of Midnight Blue #02044E
RGB
CMYK
RGB Variations
Color information
#02044E (or 0x02044E) is known color: Midnight Blue. HEX triplet: 02, 04 and 4E. RGB value is (2,4,78). Sum of RGB (Red+Green+Blue) = 2+4+78=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 78 (30.86% from 255 or 92.86% from 84); Max value from RGB is 78 - color contains mainly: blue. Hex color #02044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02044E is #FDFBB1. Grayscale: #0B0B0B. Windows color (decimal): -16645042 or 5112834. OLE color: 5112834.
HSL color Cylindrical-coordinate representation of color #02044E: hue angle of 238.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02044E is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 4 | 78 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.69 |
| HSL | 238.42º | 0.95% | 0.16% | - |
| HSV(B) | 238.42º | 0.97% | 0.31% | - |
| XYZ | 1.44 | 0.65 | 7.26 | - |
| YUV | 11.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 78 | 0.97 | 0.95 | 0 | 0.69 | 238.42 | 0.95 | 0.16 |
| Hex | 2 | 4 | 4E | 61 | 5F | 0 | 45 | EE | 5F | 10 |
| Octal | 2 | 4 | 116 | 141 | 137 | 0 | 105 | 356 | 137 | 20 |
| Binary | 10 | 100 | 1001110 | 1100001 | 1011111 | 0 | 1000101 | 11101110 | 1011111 | 10000 |
Color Harmonies of #02044E
Complementary color
Monochromatic Colors of #02044E
Black with #02044E
Text Example
Text Example
White with #02044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02044E; }
p { color: rgb(2,4,78); }
H1.HeaderClassName
{
color: #02044E;
}
.AnyTagClassName
{
color: #02044E;
}
</style>
background-color css
<style>
a { background-color: #02044E; }
a { background-color: rgb(2,4,78); }
div.DivClassName
{
background-color: #02044E;
}
.BgClassName
{
background-color: #02044E;
}
</style>
border-color css
<style>
span { border-color: #02044E; }
span { border-color: rgb(2,4,78); }
td.TdClassName
{
border-color: #02044E;
}
.TagClassName
{
border-color: #02044E;
}
</style>