Shades of Midnight Express #061149
Tints of Midnight Express #061149
RGB
CMYK
RGB Variations
Color information
#061149 (or 0x061149) is known color: Midnight Express. HEX triplet: 06, 11 and 49. RGB value is (6,17,73). Sum of RGB (Red+Green+Blue) = 6+17+73=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #061149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061149 is #F9EEB6. Grayscale: #131313. Windows color (decimal): -16379575 or 4788486. OLE color: 4788486.
HSL color Cylindrical-coordinate representation of color #061149: hue angle of 230.15º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061149 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 17 | 73 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.71 |
| HSL | 230.15º | 0.85% | 0.15% | - |
| HSV(B) | 230.15º | 0.92% | 0.29% | - |
| XYZ | 1.48 | 0.92 | 6.4 | - |
| YUV | 20.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 73 | 0.92 | 0.77 | 0 | 0.71 | 230.15 | 0.85 | 0.15 |
| Hex | 6 | 11 | 49 | 5C | 4D | 0 | 47 | E6 | 55 | F |
| Octal | 6 | 21 | 111 | 134 | 115 | 0 | 107 | 346 | 125 | 17 |
| Binary | 110 | 10001 | 1001001 | 1011100 | 1001101 | 0 | 1000111 | 11100110 | 1010101 | 1111 |
Color Harmonies of #061149
Complementary color
Monochromatic Colors of #061149
Black with #061149
Text Example
Text Example
White with #061149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061149; }
p { color: rgb(6,17,73); }
H1.HeaderClassName
{
color: #061149;
}
.AnyTagClassName
{
color: #061149;
}
</style>
background-color css
<style>
a { background-color: #061149; }
a { background-color: rgb(6,17,73); }
div.DivClassName
{
background-color: #061149;
}
.BgClassName
{
background-color: #061149;
}
</style>
border-color css
<style>
span { border-color: #061149; }
span { border-color: rgb(6,17,73); }
td.TdClassName
{
border-color: #061149;
}
.TagClassName
{
border-color: #061149;
}
</style>