Shades of Midnight Express #020838
Tints of Midnight Express #020838
RGB
CMYK
RGB Variations
Color information
#020838 (or 0x020838) is known color: Midnight Express. HEX triplet: 02, 08 and 38. RGB value is (2,8,56). Sum of RGB (Red+Green+Blue) = 2+8+56=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 56 (22.27% from 255 or 84.85% from 66); Max value from RGB is 56 - color contains mainly: blue. Hex color #020838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020838 is #FDF7C7. Grayscale: #0B0B0B. Windows color (decimal): -16644040 or 3672066. OLE color: 3672066.
HSL color Cylindrical-coordinate representation of color #020838: hue angle of 233.33º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020838 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 8 | 56 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.78 |
| HSL | 233.33º | 0.93% | 0.11% | - |
| HSV(B) | 233.33º | 0.96% | 0.22% | - |
| XYZ | 0.83 | 0.47 | 3.79 | - |
| YUV | 11.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 56 | 0.96 | 0.86 | 0 | 0.78 | 233.33 | 0.93 | 0.11 |
| Hex | 2 | 8 | 38 | 60 | 56 | 0 | 4E | E9 | 5D | B |
| Octal | 2 | 10 | 70 | 140 | 126 | 0 | 116 | 351 | 135 | 13 |
| Binary | 10 | 1000 | 111000 | 1100000 | 1010110 | 0 | 1001110 | 11101001 | 1011101 | 1011 |
Color Harmonies of #020838
Complementary color
Monochromatic Colors of #020838
Black with #020838
Text Example
Text Example
White with #020838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020838; }
p { color: rgb(2,8,56); }
H1.HeaderClassName
{
color: #020838;
}
.AnyTagClassName
{
color: #020838;
}
</style>
background-color css
<style>
a { background-color: #020838; }
a { background-color: rgb(2,8,56); }
div.DivClassName
{
background-color: #020838;
}
.BgClassName
{
background-color: #020838;
}
</style>
border-color css
<style>
span { border-color: #020838; }
span { border-color: rgb(2,8,56); }
td.TdClassName
{
border-color: #020838;
}
.TagClassName
{
border-color: #020838;
}
</style>