Shades of Midnight Blue #02004E
Tints of Midnight Blue #02004E
RGB
CMYK
RGB Variations
Color information
#02004E (or 0x02004E) is known color: Midnight Blue. HEX triplet: 02, 00 and 4E. RGB value is (2,0,78). Sum of RGB (Red+Green+Blue) = 2+0+78=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 78 (30.86% from 255 or 97.5% from 80); Max value from RGB is 78 - color contains mainly: blue. Hex color #02004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02004E is #FDFFB1. Grayscale: #090909. Windows color (decimal): -16646066 or 5111810. OLE color: 5111810.
HSL color Cylindrical-coordinate representation of color #02004E: hue angle of 241.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02004E is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 0 | 78 | - |
| CMYK | 0.97 | 1 | 0 | 0.69 |
| HSL | 241.54º | 1% | 0.15% | - |
| HSV(B) | 241.54º | 1% | 0.31% | - |
| XYZ | 1.4 | 0.56 | 7.24 | - |
| YUV | 9.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 78 | 0.97 | 1 | 0 | 0.69 | 241.54 | 1 | 0.15 |
| Hex | 2 | 0 | 4E | 61 | 64 | 0 | 45 | F2 | 64 | F |
| Octal | 2 | 0 | 116 | 141 | 144 | 0 | 105 | 362 | 144 | 17 |
| Binary | 10 | 0 | 1001110 | 1100001 | 1100100 | 0 | 1000101 | 11110010 | 1100100 | 1111 |
Color Harmonies of #02004E
Complementary color
Monochromatic Colors of #02004E
Black with #02004E
Text Example
Text Example
White with #02004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02004E; }
p { color: rgb(2,0,78); }
H1.HeaderClassName
{
color: #02004E;
}
.AnyTagClassName
{
color: #02004E;
}
</style>
background-color css
<style>
a { background-color: #02004E; }
a { background-color: rgb(2,0,78); }
div.DivClassName
{
background-color: #02004E;
}
.BgClassName
{
background-color: #02004E;
}
</style>
border-color css
<style>
span { border-color: #02004E; }
span { border-color: rgb(2,0,78); }
td.TdClassName
{
border-color: #02004E;
}
.TagClassName
{
border-color: #02004E;
}
</style>