Shades of Midnight Express #060E33
Tints of Midnight Express #060E33
RGB
CMYK
RGB Variations
Color information
#060E33 (or 0x060E33) is known color: Midnight Express. HEX triplet: 06, 0E and 33. RGB value is (6,14,51). Sum of RGB (Red+Green+Blue) = 6+14+51=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #060E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E33 is #F9F1CC. Grayscale: #0F0F0F. Windows color (decimal): -16380365 or 3345926. OLE color: 3345926.
HSL color Cylindrical-coordinate representation of color #060E33: hue angle of 229.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060E33 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 14 | 51 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.8 |
| HSL | 229.33º | 0.79% | 0.11% | - |
| HSV(B) | 229.33º | 0.88% | 0.2% | - |
| XYZ | 0.83 | 0.59 | 3.2 | - |
| YUV | 15.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 51 | 0.88 | 0.73 | 0 | 0.8 | 229.33 | 0.79 | 0.11 |
| Hex | 6 | E | 33 | 58 | 49 | 0 | 50 | E5 | 4F | B |
| Octal | 6 | 16 | 63 | 130 | 111 | 0 | 120 | 345 | 117 | 13 |
| Binary | 110 | 1110 | 110011 | 1011000 | 1001001 | 0 | 1010000 | 11100101 | 1001111 | 1011 |
Color Harmonies of #060E33
Complementary color
Monochromatic Colors of #060E33
Black with #060E33
Text Example
Text Example
White with #060E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E33; }
p { color: rgb(6,14,51); }
H1.HeaderClassName
{
color: #060E33;
}
.AnyTagClassName
{
color: #060E33;
}
</style>
background-color css
<style>
a { background-color: #060E33; }
a { background-color: rgb(6,14,51); }
div.DivClassName
{
background-color: #060E33;
}
.BgClassName
{
background-color: #060E33;
}
</style>
border-color css
<style>
span { border-color: #060E33; }
span { border-color: rgb(6,14,51); }
td.TdClassName
{
border-color: #060E33;
}
.TagClassName
{
border-color: #060E33;
}
</style>