Shades of Midnight Express #02003F
Tints of Midnight Express #02003F
RGB
CMYK
RGB Variations
Color information
#02003F (or 0x02003F) is known color: Midnight Express. HEX triplet: 02, 00 and 3F. RGB value is (2,0,63). Sum of RGB (Red+Green+Blue) = 2+0+63=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 63 (25% from 255 or 96.92% from 65); Max value from RGB is 63 - color contains mainly: blue. Hex color #02003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02003F is #FDFFC0. Grayscale: #070707. Windows color (decimal): -16646081 or 4128770. OLE color: 4128770.
HSL color Cylindrical-coordinate representation of color #02003F: hue angle of 241.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02003F is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 0 | 63 | - |
| CMYK | 0.97 | 1 | 0 | 0.75 |
| HSL | 241.9º | 1% | 0.12% | - |
| HSV(B) | 241.9º | 1% | 0.25% | - |
| XYZ | 0.92 | 0.37 | 4.73 | - |
| YUV | 7.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 63 | 0.97 | 1 | 0 | 0.75 | 241.9 | 1 | 0.12 |
| Hex | 2 | 0 | 3F | 61 | 64 | 0 | 4B | F2 | 64 | C |
| Octal | 2 | 0 | 77 | 141 | 144 | 0 | 113 | 362 | 144 | 14 |
| Binary | 10 | 0 | 111111 | 1100001 | 1100100 | 0 | 1001011 | 11110010 | 1100100 | 1100 |
Color Harmonies of #02003F
Complementary color
Monochromatic Colors of #02003F
Black with #02003F
Text Example
Text Example
White with #02003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02003F; }
p { color: rgb(2,0,63); }
H1.HeaderClassName
{
color: #02003F;
}
.AnyTagClassName
{
color: #02003F;
}
</style>
background-color css
<style>
a { background-color: #02003F; }
a { background-color: rgb(2,0,63); }
div.DivClassName
{
background-color: #02003F;
}
.BgClassName
{
background-color: #02003F;
}
</style>
border-color css
<style>
span { border-color: #02003F; }
span { border-color: rgb(2,0,63); }
td.TdClassName
{
border-color: #02003F;
}
.TagClassName
{
border-color: #02003F;
}
</style>