Shades of Midnight Express #061132
Tints of Midnight Express #061132
RGB
CMYK
RGB Variations
Color information
#061132 (or 0x061132) is known color: Midnight Express. HEX triplet: 06, 11 and 32. RGB value is (6,17,50). Sum of RGB (Red+Green+Blue) = 6+17+50=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #061132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061132 is #F9EECD. Grayscale: #111111. Windows color (decimal): -16379598 or 3281158. OLE color: 3281158.
HSL color Cylindrical-coordinate representation of color #061132: hue angle of 225º 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 #061132 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 17 | 50 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.80 |
| HSL | 225º | 0.79% | 0.11% | - |
| HSV(B) | 225º | 0.88% | 0.2% | - |
| XYZ | 0.85 | 0.67 | 3.1 | - |
| YUV | 17.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 50 | 0.88 | 0.66 | 0 | 0.80 | 225 | 0.79 | 0.11 |
| Hex | 6 | 11 | 32 | 58 | 42 | 0 | 50 | E1 | 4F | B |
| Octal | 6 | 21 | 62 | 130 | 102 | 0 | 120 | 341 | 117 | 13 |
| Binary | 110 | 10001 | 110010 | 1011000 | 1000010 | 0 | 1010000 | 11100001 | 1001111 | 1011 |
Color Harmonies of #061132
Complementary color
Monochromatic Colors of #061132
Black with #061132
Text Example
Text Example
White with #061132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061132; }
p { color: rgb(6,17,50); }
H1.HeaderClassName
{
color: #061132;
}
.AnyTagClassName
{
color: #061132;
}
</style>
background-color css
<style>
a { background-color: #061132; }
a { background-color: rgb(6,17,50); }
div.DivClassName
{
background-color: #061132;
}
.BgClassName
{
background-color: #061132;
}
</style>
border-color css
<style>
span { border-color: #061132; }
span { border-color: rgb(6,17,50); }
td.TdClassName
{
border-color: #061132;
}
.TagClassName
{
border-color: #061132;
}
</style>