Shades of Midnight Express #06112C
Tints of Midnight Express #06112C
RGB
CMYK
RGB Variations
Color information
#06112C (or 0x06112C) is known color: Midnight Express. HEX triplet: 06, 11 and 2C. RGB value is (6,17,44). Sum of RGB (Red+Green+Blue) = 6+17+44=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #06112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06112C is #F9EED3. Grayscale: #101010. Windows color (decimal): -16379604 or 2887942. OLE color: 2887942.
HSL color Cylindrical-coordinate representation of color #06112C: hue angle of 222.63º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06112C is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 17 | 44 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.83 |
| HSL | 222.63º | 0.76% | 0.1% | - |
| HSV(B) | 222.63º | 0.86% | 0.17% | - |
| XYZ | 0.73 | 0.62 | 2.46 | - |
| YUV | 16.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 44 | 0.86 | 0.61 | 0 | 0.83 | 222.63 | 0.76 | 0.1 |
| Hex | 6 | 11 | 2C | 56 | 3D | 0 | 53 | DF | 4C | A |
| Octal | 6 | 21 | 54 | 126 | 75 | 0 | 123 | 337 | 114 | 12 |
| Binary | 110 | 10001 | 101100 | 1010110 | 111101 | 0 | 1010011 | 11011111 | 1001100 | 1010 |
Color Harmonies of #06112C
Complementary color
Monochromatic Colors of #06112C
Black with #06112C
Text Example
Text Example
White with #06112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06112C; }
p { color: rgb(6,17,44); }
H1.HeaderClassName
{
color: #06112C;
}
.AnyTagClassName
{
color: #06112C;
}
</style>
background-color css
<style>
a { background-color: #06112C; }
a { background-color: rgb(6,17,44); }
div.DivClassName
{
background-color: #06112C;
}
.BgClassName
{
background-color: #06112C;
}
</style>
border-color css
<style>
span { border-color: #06112C; }
span { border-color: rgb(6,17,44); }
td.TdClassName
{
border-color: #06112C;
}
.TagClassName
{
border-color: #06112C;
}
</style>