Shades of Midnight Express #020933
Tints of Midnight Express #020933
RGB
CMYK
RGB Variations
Color information
#020933 (or 0x020933) is known color: Midnight Express. HEX triplet: 02, 09 and 33. RGB value is (2,9,51). Sum of RGB (Red+Green+Blue) = 2+9+51=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 51 (20.31% from 255 or 82.26% from 62); Max value from RGB is 51 - color contains mainly: blue. Hex color #020933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020933 is #FDF6CC. Grayscale: #0B0B0B. Windows color (decimal): -16643789 or 3344642. OLE color: 3344642.
HSL color Cylindrical-coordinate representation of color #020933: hue angle of 231.43º 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 #020933 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 9 | 51 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.8 |
| HSL | 231.43º | 0.92% | 0.1% | - |
| HSV(B) | 231.43º | 0.96% | 0.2% | - |
| XYZ | 0.72 | 0.45 | 3.18 | - |
| YUV | 11.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 51 | 0.96 | 0.82 | 0 | 0.8 | 231.43 | 0.92 | 0.1 |
| Hex | 2 | 9 | 33 | 60 | 52 | 0 | 50 | E7 | 5C | A |
| Octal | 2 | 11 | 63 | 140 | 122 | 0 | 120 | 347 | 134 | 12 |
| Binary | 10 | 1001 | 110011 | 1100000 | 1010010 | 0 | 1010000 | 11100111 | 1011100 | 1010 |
Color Harmonies of #020933
Complementary color
Monochromatic Colors of #020933
Black with #020933
Text Example
Text Example
White with #020933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020933; }
p { color: rgb(2,9,51); }
H1.HeaderClassName
{
color: #020933;
}
.AnyTagClassName
{
color: #020933;
}
</style>
background-color css
<style>
a { background-color: #020933; }
a { background-color: rgb(2,9,51); }
div.DivClassName
{
background-color: #020933;
}
.BgClassName
{
background-color: #020933;
}
</style>
border-color css
<style>
span { border-color: #020933; }
span { border-color: rgb(2,9,51); }
td.TdClassName
{
border-color: #020933;
}
.TagClassName
{
border-color: #020933;
}
</style>