Shades of Midnight Blue #02054E
Tints of Midnight Blue #02054E
RGB
CMYK
RGB Variations
Color information
#02054E (or 0x02054E) is known color: Midnight Blue. HEX triplet: 02, 05 and 4E. RGB value is (2,5,78). Sum of RGB (Red+Green+Blue) = 2+5+78=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 78 (30.86% from 255 or 91.76% from 85); Max value from RGB is 78 - color contains mainly: blue. Hex color #02054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02054E is #FDFAB1. Grayscale: #0C0C0C. Windows color (decimal): -16644786 or 5113090. OLE color: 5113090.
HSL color Cylindrical-coordinate representation of color #02054E: hue angle of 237.63º 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 #02054E is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 5 | 78 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.69 |
| HSL | 237.63º | 0.95% | 0.16% | - |
| HSV(B) | 237.63º | 0.97% | 0.31% | - |
| XYZ | 1.45 | 0.67 | 7.26 | - |
| YUV | 12.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 78 | 0.97 | 0.94 | 0 | 0.69 | 237.63 | 0.95 | 0.16 |
| Hex | 2 | 5 | 4E | 61 | 5E | 0 | 45 | EE | 5F | 10 |
| Octal | 2 | 5 | 116 | 141 | 136 | 0 | 105 | 356 | 137 | 20 |
| Binary | 10 | 101 | 1001110 | 1100001 | 1011110 | 0 | 1000101 | 11101110 | 1011111 | 10000 |
Color Harmonies of #02054E
Complementary color
Monochromatic Colors of #02054E
Black with #02054E
Text Example
Text Example
White with #02054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02054E; }
p { color: rgb(2,5,78); }
H1.HeaderClassName
{
color: #02054E;
}
.AnyTagClassName
{
color: #02054E;
}
</style>
background-color css
<style>
a { background-color: #02054E; }
a { background-color: rgb(2,5,78); }
div.DivClassName
{
background-color: #02054E;
}
.BgClassName
{
background-color: #02054E;
}
</style>
border-color css
<style>
span { border-color: #02054E; }
span { border-color: rgb(2,5,78); }
td.TdClassName
{
border-color: #02054E;
}
.TagClassName
{
border-color: #02054E;
}
</style>