Shades of Midnight Express #020938
Tints of Midnight Express #020938
RGB
CMYK
RGB Variations
Color information
#020938 (or 0x020938) is known color: Midnight Express. HEX triplet: 02, 09 and 38. RGB value is (2,9,56). Sum of RGB (Red+Green+Blue) = 2+9+56=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 56 (22.27% from 255 or 83.58% from 67); Max value from RGB is 56 - color contains mainly: blue. Hex color #020938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020938 is #FDF6C7. Grayscale: #0C0C0C. Windows color (decimal): -16643784 or 3672322. OLE color: 3672322.
HSL color Cylindrical-coordinate representation of color #020938: hue angle of 232.22º 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 #020938 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 9 | 56 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.78 |
| HSL | 232.22º | 0.93% | 0.11% | - |
| HSV(B) | 232.22º | 0.96% | 0.22% | - |
| XYZ | 0.84 | 0.49 | 3.79 | - |
| YUV | 12.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 56 | 0.96 | 0.84 | 0 | 0.78 | 232.22 | 0.93 | 0.11 |
| Hex | 2 | 9 | 38 | 60 | 54 | 0 | 4E | E8 | 5D | B |
| Octal | 2 | 11 | 70 | 140 | 124 | 0 | 116 | 350 | 135 | 13 |
| Binary | 10 | 1001 | 111000 | 1100000 | 1010100 | 0 | 1001110 | 11101000 | 1011101 | 1011 |
Color Harmonies of #020938
Complementary color
Monochromatic Colors of #020938
Black with #020938
Text Example
Text Example
White with #020938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020938; }
p { color: rgb(2,9,56); }
H1.HeaderClassName
{
color: #020938;
}
.AnyTagClassName
{
color: #020938;
}
</style>
background-color css
<style>
a { background-color: #020938; }
a { background-color: rgb(2,9,56); }
div.DivClassName
{
background-color: #020938;
}
.BgClassName
{
background-color: #020938;
}
</style>
border-color css
<style>
span { border-color: #020938; }
span { border-color: rgb(2,9,56); }
td.TdClassName
{
border-color: #020938;
}
.TagClassName
{
border-color: #020938;
}
</style>