Shades of Midnight Express #061842
Tints of Midnight Express #061842
RGB
CMYK
RGB Variations
Color information
#061842 (or 0x061842) is known color: Midnight Express. HEX triplet: 06, 18 and 42. RGB value is (6,24,66). Sum of RGB (Red+Green+Blue) = 6+24+66=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 66 (26.17% from 255 or 68.75% from 96); Max value from RGB is 66 - color contains mainly: blue. Hex color #061842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061842 is #F9E7BD. Grayscale: #171717. Windows color (decimal): -16377790 or 4331526. OLE color: 4331526.
HSL color Cylindrical-coordinate representation of color #061842: hue angle of 222º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061842 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 24 | 66 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.74 |
| HSL | 222º | 0.83% | 0.14% | - |
| HSV(B) | 222º | 0.91% | 0.26% | - |
| XYZ | 1.39 | 1.09 | 5.29 | - |
| YUV | 23.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 66 | 0.91 | 0.64 | 0 | 0.74 | 222 | 0.83 | 0.14 |
| Hex | 6 | 18 | 42 | 5B | 40 | 0 | 4A | DE | 53 | E |
| Octal | 6 | 30 | 102 | 133 | 100 | 0 | 112 | 336 | 123 | 16 |
| Binary | 110 | 11000 | 1000010 | 1011011 | 1000000 | 0 | 1001010 | 11011110 | 1010011 | 1110 |
Color Harmonies of #061842
Complementary color
Monochromatic Colors of #061842
Black with #061842
Text Example
Text Example
White with #061842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061842; }
p { color: rgb(6,24,66); }
H1.HeaderClassName
{
color: #061842;
}
.AnyTagClassName
{
color: #061842;
}
</style>
background-color css
<style>
a { background-color: #061842; }
a { background-color: rgb(6,24,66); }
div.DivClassName
{
background-color: #061842;
}
.BgClassName
{
background-color: #061842;
}
</style>
border-color css
<style>
span { border-color: #061842; }
span { border-color: rgb(6,24,66); }
td.TdClassName
{
border-color: #061842;
}
.TagClassName
{
border-color: #061842;
}
</style>