Shades of Midnight Express #020833
Tints of Midnight Express #020833
RGB
CMYK
RGB Variations
Color information
#020833 (or 0x020833) is known color: Midnight Express. HEX triplet: 02, 08 and 33. RGB value is (2,8,51). Sum of RGB (Red+Green+Blue) = 2+8+51=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 51 (20.31% from 255 or 83.61% from 61); Max value from RGB is 51 - color contains mainly: blue. Hex color #020833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020833 is #FDF7CC. Grayscale: #0A0A0A. Windows color (decimal): -16644045 or 3344386. OLE color: 3344386.
HSL color Cylindrical-coordinate representation of color #020833: hue angle of 232.65º 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 #020833 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 8 | 51 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.8 |
| HSL | 232.65º | 0.92% | 0.1% | - |
| HSV(B) | 232.65º | 0.96% | 0.2% | - |
| XYZ | 0.71 | 0.43 | 3.18 | - |
| YUV | 11.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 51 | 0.96 | 0.84 | 0 | 0.8 | 232.65 | 0.92 | 0.1 |
| Hex | 2 | 8 | 33 | 60 | 54 | 0 | 50 | E9 | 5C | A |
| Octal | 2 | 10 | 63 | 140 | 124 | 0 | 120 | 351 | 134 | 12 |
| Binary | 10 | 1000 | 110011 | 1100000 | 1010100 | 0 | 1010000 | 11101001 | 1011100 | 1010 |
Color Harmonies of #020833
Complementary color
Monochromatic Colors of #020833
Black with #020833
Text Example
Text Example
White with #020833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020833; }
p { color: rgb(2,8,51); }
H1.HeaderClassName
{
color: #020833;
}
.AnyTagClassName
{
color: #020833;
}
</style>
background-color css
<style>
a { background-color: #020833; }
a { background-color: rgb(2,8,51); }
div.DivClassName
{
background-color: #020833;
}
.BgClassName
{
background-color: #020833;
}
</style>
border-color css
<style>
span { border-color: #020833; }
span { border-color: rgb(2,8,51); }
td.TdClassName
{
border-color: #020833;
}
.TagClassName
{
border-color: #020833;
}
</style>