Shades of Midnight Express #06123E
Tints of Midnight Express #06123E
RGB
CMYK
RGB Variations
Color information
#06123E (or 0x06123E) is known color: Midnight Express. HEX triplet: 06, 12 and 3E. RGB value is (6,18,62). Sum of RGB (Red+Green+Blue) = 6+18+62=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 62 (24.61% from 255 or 72.09% from 86); Max value from RGB is 62 - color contains mainly: blue. Hex color #06123E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06123E is #F9EDC1. Grayscale: #131313. Windows color (decimal): -16379330 or 4067846. OLE color: 4067846.
HSL color Cylindrical-coordinate representation of color #06123E: hue angle of 227.14º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06123E is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 18 | 62 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.76 |
| HSL | 227.14º | 0.82% | 0.13% | - |
| HSV(B) | 227.14º | 0.9% | 0.24% | - |
| XYZ | 1.16 | 0.82 | 4.65 | - |
| YUV | 19.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 62 | 0.90 | 0.71 | 0 | 0.76 | 227.14 | 0.82 | 0.13 |
| Hex | 6 | 12 | 3E | 5A | 47 | 0 | 4C | E3 | 52 | D |
| Octal | 6 | 22 | 76 | 132 | 107 | 0 | 114 | 343 | 122 | 15 |
| Binary | 110 | 10010 | 111110 | 1011010 | 1000111 | 0 | 1001100 | 11100011 | 1010010 | 1101 |
Color Harmonies of #06123E
Complementary color
Monochromatic Colors of #06123E
Black with #06123E
Text Example
Text Example
White with #06123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06123E; }
p { color: rgb(6,18,62); }
H1.HeaderClassName
{
color: #06123E;
}
.AnyTagClassName
{
color: #06123E;
}
</style>
background-color css
<style>
a { background-color: #06123E; }
a { background-color: rgb(6,18,62); }
div.DivClassName
{
background-color: #06123E;
}
.BgClassName
{
background-color: #06123E;
}
</style>
border-color css
<style>
span { border-color: #06123E; }
span { border-color: rgb(6,18,62); }
td.TdClassName
{
border-color: #06123E;
}
.TagClassName
{
border-color: #06123E;
}
</style>