Shades of Midnight Express #020638
Tints of Midnight Express #020638
RGB
CMYK
RGB Variations
Color information
#020638 (or 0x020638) is known color: Midnight Express. HEX triplet: 02, 06 and 38. RGB value is (2,6,56). Sum of RGB (Red+Green+Blue) = 2+6+56=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 56 (22.27% from 255 or 87.5% from 64); Max value from RGB is 56 - color contains mainly: blue. Hex color #020638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020638 is #FDF9C7. Grayscale: #0A0A0A. Windows color (decimal): -16644552 or 3671554. OLE color: 3671554.
HSL color Cylindrical-coordinate representation of color #020638: hue angle of 235.56º 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 #020638 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 6 | 56 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.78 |
| HSL | 235.56º | 0.93% | 0.11% | - |
| HSV(B) | 235.56º | 0.96% | 0.22% | - |
| XYZ | 0.8 | 0.43 | 3.78 | - |
| YUV | 10.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 56 | 0.96 | 0.89 | 0 | 0.78 | 235.56 | 0.93 | 0.11 |
| Hex | 2 | 6 | 38 | 60 | 59 | 0 | 4E | EC | 5D | B |
| Octal | 2 | 6 | 70 | 140 | 131 | 0 | 116 | 354 | 135 | 13 |
| Binary | 10 | 110 | 111000 | 1100000 | 1011001 | 0 | 1001110 | 11101100 | 1011101 | 1011 |
Color Harmonies of #020638
Complementary color
Monochromatic Colors of #020638
Black with #020638
Text Example
Text Example
White with #020638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020638; }
p { color: rgb(2,6,56); }
H1.HeaderClassName
{
color: #020638;
}
.AnyTagClassName
{
color: #020638;
}
</style>
background-color css
<style>
a { background-color: #020638; }
a { background-color: rgb(2,6,56); }
div.DivClassName
{
background-color: #020638;
}
.BgClassName
{
background-color: #020638;
}
</style>
border-color css
<style>
span { border-color: #020638; }
span { border-color: rgb(2,6,56); }
td.TdClassName
{
border-color: #020638;
}
.TagClassName
{
border-color: #020638;
}
</style>