Shades of Midnight Express #06122A
Tints of Midnight Express #06122A
RGB
CMYK
RGB Variations
Color information
#06122A (or 0x06122A) is known color: Midnight Express. HEX triplet: 06, 12 and 2A. RGB value is (6,18,42). Sum of RGB (Red+Green+Blue) = 6+18+42=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #06122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06122A is #F9EDD5. Grayscale: #111111. Windows color (decimal): -16379350 or 2757126. OLE color: 2757126.
HSL color Cylindrical-coordinate representation of color #06122A: hue angle of 220º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06122A is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 18 | 42 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.84 |
| HSL | 220º | 0.75% | 0.09% | - |
| HSV(B) | 220º | 0.86% | 0.16% | - |
| XYZ | 0.71 | 0.64 | 2.28 | - |
| YUV | 17.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 42 | 0.86 | 0.57 | 0 | 0.84 | 220 | 0.75 | 0.09 |
| Hex | 6 | 12 | 2A | 56 | 39 | 0 | 54 | DC | 4B | 9 |
| Octal | 6 | 22 | 52 | 126 | 71 | 0 | 124 | 334 | 113 | 11 |
| Binary | 110 | 10010 | 101010 | 1010110 | 111001 | 0 | 1010100 | 11011100 | 1001011 | 1001 |
Color Harmonies of #06122A
Complementary color
Monochromatic Colors of #06122A
Black with #06122A
Text Example
Text Example
White with #06122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06122A; }
p { color: rgb(6,18,42); }
H1.HeaderClassName
{
color: #06122A;
}
.AnyTagClassName
{
color: #06122A;
}
</style>
background-color css
<style>
a { background-color: #06122A; }
a { background-color: rgb(6,18,42); }
div.DivClassName
{
background-color: #06122A;
}
.BgClassName
{
background-color: #06122A;
}
</style>
border-color css
<style>
span { border-color: #06122A; }
span { border-color: rgb(6,18,42); }
td.TdClassName
{
border-color: #06122A;
}
.TagClassName
{
border-color: #06122A;
}
</style>