Shades of Midnight Express #06112D
Tints of Midnight Express #06112D
RGB
CMYK
RGB Variations
Color information
#06112D (or 0x06112D) is known color: Midnight Express. HEX triplet: 06, 11 and 2D. RGB value is (6,17,45). Sum of RGB (Red+Green+Blue) = 6+17+45=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #06112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06112D is #F9EED2. Grayscale: #101010. Windows color (decimal): -16379603 or 2953478. OLE color: 2953478.
HSL color Cylindrical-coordinate representation of color #06112D: hue angle of 223.08º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06112D is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 17 | 45 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.82 |
| HSL | 223.08º | 0.76% | 0.1% | - |
| HSV(B) | 223.08º | 0.87% | 0.18% | - |
| XYZ | 0.75 | 0.63 | 2.56 | - |
| YUV | 16.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 45 | 0.87 | 0.62 | 0 | 0.82 | 223.08 | 0.76 | 0.1 |
| Hex | 6 | 11 | 2D | 57 | 3E | 0 | 52 | DF | 4C | A |
| Octal | 6 | 21 | 55 | 127 | 76 | 0 | 122 | 337 | 114 | 12 |
| Binary | 110 | 10001 | 101101 | 1010111 | 111110 | 0 | 1010010 | 11011111 | 1001100 | 1010 |
Color Harmonies of #06112D
Complementary color
Monochromatic Colors of #06112D
Black with #06112D
Text Example
Text Example
White with #06112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06112D; }
p { color: rgb(6,17,45); }
H1.HeaderClassName
{
color: #06112D;
}
.AnyTagClassName
{
color: #06112D;
}
</style>
background-color css
<style>
a { background-color: #06112D; }
a { background-color: rgb(6,17,45); }
div.DivClassName
{
background-color: #06112D;
}
.BgClassName
{
background-color: #06112D;
}
</style>
border-color css
<style>
span { border-color: #06112D; }
span { border-color: rgb(6,17,45); }
td.TdClassName
{
border-color: #06112D;
}
.TagClassName
{
border-color: #06112D;
}
</style>