Shades of Midnight Express #06123F
Tints of Midnight Express #06123F
RGB
CMYK
RGB Variations
Color information
#06123F (or 0x06123F) is known color: Midnight Express. HEX triplet: 06, 12 and 3F. RGB value is (6,18,63). Sum of RGB (Red+Green+Blue) = 6+18+63=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 63 (25% from 255 or 72.41% from 87); Max value from RGB is 63 - color contains mainly: blue. Hex color #06123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06123F is #F9EDC0. Grayscale: #131313. Windows color (decimal): -16379329 or 4133382. OLE color: 4133382.
HSL color Cylindrical-coordinate representation of color #06123F: hue angle of 227.37º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06123F is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 18 | 63 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.75 |
| HSL | 227.37º | 0.83% | 0.14% | - |
| HSV(B) | 227.37º | 0.9% | 0.25% | - |
| XYZ | 1.19 | 0.83 | 4.8 | - |
| YUV | 19.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 63 | 0.90 | 0.71 | 0 | 0.75 | 227.37 | 0.83 | 0.14 |
| Hex | 6 | 12 | 3F | 5A | 47 | 0 | 4B | E3 | 53 | E |
| Octal | 6 | 22 | 77 | 132 | 107 | 0 | 113 | 343 | 123 | 16 |
| Binary | 110 | 10010 | 111111 | 1011010 | 1000111 | 0 | 1001011 | 11100011 | 1010011 | 1110 |
Color Harmonies of #06123F
Complementary color
Monochromatic Colors of #06123F
Black with #06123F
Text Example
Text Example
White with #06123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06123F; }
p { color: rgb(6,18,63); }
H1.HeaderClassName
{
color: #06123F;
}
.AnyTagClassName
{
color: #06123F;
}
</style>
background-color css
<style>
a { background-color: #06123F; }
a { background-color: rgb(6,18,63); }
div.DivClassName
{
background-color: #06123F;
}
.BgClassName
{
background-color: #06123F;
}
</style>
border-color css
<style>
span { border-color: #06123F; }
span { border-color: rgb(6,18,63); }
td.TdClassName
{
border-color: #06123F;
}
.TagClassName
{
border-color: #06123F;
}
</style>