Shades of Midnight Express #061234
Tints of Midnight Express #061234
RGB
CMYK
RGB Variations
Color information
#061234 (or 0x061234) is known color: Midnight Express. HEX triplet: 06, 12 and 34. RGB value is (6,18,52). Sum of RGB (Red+Green+Blue) = 6+18+52=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #061234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061234 is #F9EDCB. Grayscale: #121212. Windows color (decimal): -16379340 or 3412486. OLE color: 3412486.
HSL color Cylindrical-coordinate representation of color #061234: hue angle of 224.35º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061234 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 18 | 52 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.80 |
| HSL | 224.35º | 0.79% | 0.11% | - |
| HSV(B) | 224.35º | 0.88% | 0.2% | - |
| XYZ | 0.91 | 0.72 | 3.34 | - |
| YUV | 18.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 52 | 0.88 | 0.65 | 0 | 0.80 | 224.35 | 0.79 | 0.11 |
| Hex | 6 | 12 | 34 | 58 | 41 | 0 | 50 | E0 | 4F | B |
| Octal | 6 | 22 | 64 | 130 | 101 | 0 | 120 | 340 | 117 | 13 |
| Binary | 110 | 10010 | 110100 | 1011000 | 1000001 | 0 | 1010000 | 11100000 | 1001111 | 1011 |
Color Harmonies of #061234
Complementary color
Monochromatic Colors of #061234
Black with #061234
Text Example
Text Example
White with #061234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061234; }
p { color: rgb(6,18,52); }
H1.HeaderClassName
{
color: #061234;
}
.AnyTagClassName
{
color: #061234;
}
</style>
background-color css
<style>
a { background-color: #061234; }
a { background-color: rgb(6,18,52); }
div.DivClassName
{
background-color: #061234;
}
.BgClassName
{
background-color: #061234;
}
</style>
border-color css
<style>
span { border-color: #061234; }
span { border-color: rgb(6,18,52); }
td.TdClassName
{
border-color: #061234;
}
.TagClassName
{
border-color: #061234;
}
</style>