Shades of Midnight Express #02082F
Tints of Midnight Express #02082F
RGB
CMYK
RGB Variations
Color information
#02082F (or 0x02082F) is known color: Midnight Express. HEX triplet: 02, 08 and 2F. RGB value is (2,8,47). Sum of RGB (Red+Green+Blue) = 2+8+47=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 47 (18.75% from 255 or 82.46% from 57); Max value from RGB is 47 - color contains mainly: blue. Hex color #02082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02082F is #FDF7D0. Grayscale: #0A0A0A. Windows color (decimal): -16644049 or 3082242. OLE color: 3082242.
HSL color Cylindrical-coordinate representation of color #02082F: hue angle of 232º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02082F is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 8 | 47 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.82 |
| HSL | 232º | 0.92% | 0.1% | - |
| HSV(B) | 232º | 0.96% | 0.18% | - |
| XYZ | 0.62 | 0.39 | 2.73 | - |
| YUV | 10.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 47 | 0.96 | 0.83 | 0 | 0.82 | 232 | 0.92 | 0.1 |
| Hex | 2 | 8 | 2F | 60 | 53 | 0 | 52 | E8 | 5C | A |
| Octal | 2 | 10 | 57 | 140 | 123 | 0 | 122 | 350 | 134 | 12 |
| Binary | 10 | 1000 | 101111 | 1100000 | 1010011 | 0 | 1010010 | 11101000 | 1011100 | 1010 |
Color Harmonies of #02082F
Complementary color
Monochromatic Colors of #02082F
Black with #02082F
Text Example
Text Example
White with #02082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02082F; }
p { color: rgb(2,8,47); }
H1.HeaderClassName
{
color: #02082F;
}
.AnyTagClassName
{
color: #02082F;
}
</style>
background-color css
<style>
a { background-color: #02082F; }
a { background-color: rgb(2,8,47); }
div.DivClassName
{
background-color: #02082F;
}
.BgClassName
{
background-color: #02082F;
}
</style>
border-color css
<style>
span { border-color: #02082F; }
span { border-color: rgb(2,8,47); }
td.TdClassName
{
border-color: #02082F;
}
.TagClassName
{
border-color: #02082F;
}
</style>