Shades of Midnight Blue #02004A
Tints of Midnight Blue #02004A
RGB
CMYK
RGB Variations
Color information
#02004A (or 0x02004A) is known color: Midnight Blue. HEX triplet: 02, 00 and 4A. RGB value is (2,0,74). Sum of RGB (Red+Green+Blue) = 2+0+74=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 74 (29.30% from 255 or 97.37% from 76); Max value from RGB is 74 - color contains mainly: blue. Hex color #02004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02004A is #FDFFB5. Grayscale: #080808. Windows color (decimal): -16646070 or 4849666. OLE color: 4849666.
HSL color Cylindrical-coordinate representation of color #02004A: hue angle of 241.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02004A is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 0 | 74 | - |
| CMYK | 0.97 | 1 | 0 | 0.71 |
| HSL | 241.62º | 1% | 0.15% | - |
| HSV(B) | 241.62º | 1% | 0.29% | - |
| XYZ | 1.26 | 0.51 | 6.51 | - |
| YUV | 9.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 74 | 0.97 | 1 | 0 | 0.71 | 241.62 | 1 | 0.15 |
| Hex | 2 | 0 | 4A | 61 | 64 | 0 | 47 | F2 | 64 | F |
| Octal | 2 | 0 | 112 | 141 | 144 | 0 | 107 | 362 | 144 | 17 |
| Binary | 10 | 0 | 1001010 | 1100001 | 1100100 | 0 | 1000111 | 11110010 | 1100100 | 1111 |
Color Harmonies of #02004A
Complementary color
Monochromatic Colors of #02004A
Black with #02004A
Text Example
Text Example
White with #02004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02004A; }
p { color: rgb(2,0,74); }
H1.HeaderClassName
{
color: #02004A;
}
.AnyTagClassName
{
color: #02004A;
}
</style>
background-color css
<style>
a { background-color: #02004A; }
a { background-color: rgb(2,0,74); }
div.DivClassName
{
background-color: #02004A;
}
.BgClassName
{
background-color: #02004A;
}
</style>
border-color css
<style>
span { border-color: #02004A; }
span { border-color: rgb(2,0,74); }
td.TdClassName
{
border-color: #02004A;
}
.TagClassName
{
border-color: #02004A;
}
</style>