Shades of Midnight Express #06123C
Tints of Midnight Express #06123C
RGB
CMYK
RGB Variations
Color information
#06123C (or 0x06123C) is known color: Midnight Express. HEX triplet: 06, 12 and 3C. RGB value is (6,18,60). Sum of RGB (Red+Green+Blue) = 6+18+60=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 60 (23.83% from 255 or 71.43% from 84); Max value from RGB is 60 - color contains mainly: blue. Hex color #06123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06123C is #F9EDC3. Grayscale: #131313. Windows color (decimal): -16379332 or 3936774. OLE color: 3936774.
HSL color Cylindrical-coordinate representation of color #06123C: hue angle of 226.67º 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 #06123C is Cyan = 0.90, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 18 | 60 | - |
| CMYK | 0.90 | 0.7 | 0 | 0.76 |
| HSL | 226.67º | 0.82% | 0.13% | - |
| HSV(B) | 226.67º | 0.9% | 0.24% | - |
| XYZ | 1.11 | 0.8 | 4.37 | - |
| YUV | 19.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 60 | 0.90 | 0.7 | 0 | 0.76 | 226.67 | 0.82 | 0.13 |
| Hex | 6 | 12 | 3C | 5A | 46 | 0 | 4C | E3 | 52 | D |
| Octal | 6 | 22 | 74 | 132 | 106 | 0 | 114 | 343 | 122 | 15 |
| Binary | 110 | 10010 | 111100 | 1011010 | 1000110 | 0 | 1001100 | 11100011 | 1010010 | 1101 |
Color Harmonies of #06123C
Complementary color
Monochromatic Colors of #06123C
Black with #06123C
Text Example
Text Example
White with #06123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06123C; }
p { color: rgb(6,18,60); }
H1.HeaderClassName
{
color: #06123C;
}
.AnyTagClassName
{
color: #06123C;
}
</style>
background-color css
<style>
a { background-color: #06123C; }
a { background-color: rgb(6,18,60); }
div.DivClassName
{
background-color: #06123C;
}
.BgClassName
{
background-color: #06123C;
}
</style>
border-color css
<style>
span { border-color: #06123C; }
span { border-color: rgb(6,18,60); }
td.TdClassName
{
border-color: #06123C;
}
.TagClassName
{
border-color: #06123C;
}
</style>