Shades of Midnight Express #061136
Tints of Midnight Express #061136
RGB
CMYK
RGB Variations
Color information
#061136 (or 0x061136) is known color: Midnight Express. HEX triplet: 06, 11 and 36. RGB value is (6,17,54). Sum of RGB (Red+Green+Blue) = 6+17+54=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #061136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061136 is #F9EEC9. Grayscale: #111111. Windows color (decimal): -16379594 or 3543302. OLE color: 3543302.
HSL color Cylindrical-coordinate representation of color #061136: hue angle of 226.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061136 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 17 | 54 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.79 |
| HSL | 226.25º | 0.8% | 0.12% | - |
| HSV(B) | 226.25º | 0.89% | 0.21% | - |
| XYZ | 0.94 | 0.71 | 3.58 | - |
| YUV | 17.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 54 | 0.89 | 0.69 | 0 | 0.79 | 226.25 | 0.8 | 0.12 |
| Hex | 6 | 11 | 36 | 59 | 45 | 0 | 4F | E2 | 50 | C |
| Octal | 6 | 21 | 66 | 131 | 105 | 0 | 117 | 342 | 120 | 14 |
| Binary | 110 | 10001 | 110110 | 1011001 | 1000101 | 0 | 1001111 | 11100010 | 1010000 | 1100 |
Color Harmonies of #061136
Complementary color
Monochromatic Colors of #061136
Black with #061136
Text Example
Text Example
White with #061136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061136; }
p { color: rgb(6,17,54); }
H1.HeaderClassName
{
color: #061136;
}
.AnyTagClassName
{
color: #061136;
}
</style>
background-color css
<style>
a { background-color: #061136; }
a { background-color: rgb(6,17,54); }
div.DivClassName
{
background-color: #061136;
}
.BgClassName
{
background-color: #061136;
}
</style>
border-color css
<style>
span { border-color: #061136; }
span { border-color: rgb(6,17,54); }
td.TdClassName
{
border-color: #061136;
}
.TagClassName
{
border-color: #061136;
}
</style>