Shades of Midnight Express #06122D
Tints of Midnight Express #06122D
RGB
CMYK
RGB Variations
Color information
#06122D (or 0x06122D) is known color: Midnight Express. HEX triplet: 06, 12 and 2D. RGB value is (6,18,45). Sum of RGB (Red+Green+Blue) = 6+18+45=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #06122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06122D is #F9EDD2. Grayscale: #111111. Windows color (decimal): -16379347 or 2953734. OLE color: 2953734.
HSL color Cylindrical-coordinate representation of color #06122D: hue angle of 221.54º 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 #06122D is Cyan = 0.87, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 18 | 45 | - |
| CMYK | 0.87 | 0.6 | 0 | 0.82 |
| HSL | 221.54º | 0.76% | 0.1% | - |
| HSV(B) | 221.54º | 0.87% | 0.18% | - |
| XYZ | 0.77 | 0.66 | 2.57 | - |
| YUV | 17.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 45 | 0.87 | 0.6 | 0 | 0.82 | 221.54 | 0.76 | 0.1 |
| Hex | 6 | 12 | 2D | 57 | 3C | 0 | 52 | DE | 4C | A |
| Octal | 6 | 22 | 55 | 127 | 74 | 0 | 122 | 336 | 114 | 12 |
| Binary | 110 | 10010 | 101101 | 1010111 | 111100 | 0 | 1010010 | 11011110 | 1001100 | 1010 |
Color Harmonies of #06122D
Complementary color
Monochromatic Colors of #06122D
Black with #06122D
Text Example
Text Example
White with #06122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06122D; }
p { color: rgb(6,18,45); }
H1.HeaderClassName
{
color: #06122D;
}
.AnyTagClassName
{
color: #06122D;
}
</style>
background-color css
<style>
a { background-color: #06122D; }
a { background-color: rgb(6,18,45); }
div.DivClassName
{
background-color: #06122D;
}
.BgClassName
{
background-color: #06122D;
}
</style>
border-color css
<style>
span { border-color: #06122D; }
span { border-color: rgb(6,18,45); }
td.TdClassName
{
border-color: #06122D;
}
.TagClassName
{
border-color: #06122D;
}
</style>