Shades of Midnight Express #020F33
Tints of Midnight Express #020F33
RGB
CMYK
RGB Variations
Color information
#020F33 (or 0x020F33) is known color: Midnight Express. HEX triplet: 02, 0F and 33. RGB value is (2,15,51). Sum of RGB (Red+Green+Blue) = 2+15+51=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 51 (20.31% from 255 or 75% from 68); Max value from RGB is 51 - color contains mainly: blue. Hex color #020F33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F33 is #FDF0CC. Grayscale: #0F0F0F. Windows color (decimal): -16642253 or 3346178. OLE color: 3346178.
HSL color Cylindrical-coordinate representation of color #020F33: hue angle of 224.08º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020F33 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 15 | 51 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.8 |
| HSL | 224.08º | 0.92% | 0.1% | - |
| HSV(B) | 224.08º | 0.96% | 0.2% | - |
| XYZ | 0.79 | 0.59 | 3.2 | - |
| YUV | 15.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 51 | 0.96 | 0.71 | 0 | 0.8 | 224.08 | 0.92 | 0.1 |
| Hex | 2 | F | 33 | 60 | 47 | 0 | 50 | E0 | 5C | A |
| Octal | 2 | 17 | 63 | 140 | 107 | 0 | 120 | 340 | 134 | 12 |
| Binary | 10 | 1111 | 110011 | 1100000 | 1000111 | 0 | 1010000 | 11100000 | 1011100 | 1010 |
Color Harmonies of #020F33
Complementary color
Monochromatic Colors of #020F33
Black with #020F33
Text Example
Text Example
White with #020F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F33; }
p { color: rgb(2,15,51); }
H1.HeaderClassName
{
color: #020F33;
}
.AnyTagClassName
{
color: #020F33;
}
</style>
background-color css
<style>
a { background-color: #020F33; }
a { background-color: rgb(2,15,51); }
div.DivClassName
{
background-color: #020F33;
}
.BgClassName
{
background-color: #020F33;
}
</style>
border-color css
<style>
span { border-color: #020F33; }
span { border-color: rgb(2,15,51); }
td.TdClassName
{
border-color: #020F33;
}
.TagClassName
{
border-color: #020F33;
}
</style>