Shades of Midnight Express #061249
Tints of Midnight Express #061249
RGB
CMYK
RGB Variations
Color information
#061249 (or 0x061249) is known color: Midnight Express. HEX triplet: 06, 12 and 49. RGB value is (6,18,73). Sum of RGB (Red+Green+Blue) = 6+18+73=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #061249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061249 is #F9EDB6. Grayscale: #141414. Windows color (decimal): -16379319 or 4788742. OLE color: 4788742.
HSL color Cylindrical-coordinate representation of color #061249: hue angle of 229.25º 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 #061249 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 18 | 73 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.71 |
| HSL | 229.25º | 0.85% | 0.15% | - |
| HSV(B) | 229.25º | 0.92% | 0.29% | - |
| XYZ | 1.49 | 0.95 | 6.41 | - |
| YUV | 20.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 73 | 0.92 | 0.75 | 0 | 0.71 | 229.25 | 0.85 | 0.15 |
| Hex | 6 | 12 | 49 | 5C | 4B | 0 | 47 | E5 | 55 | F |
| Octal | 6 | 22 | 111 | 134 | 113 | 0 | 107 | 345 | 125 | 17 |
| Binary | 110 | 10010 | 1001001 | 1011100 | 1001011 | 0 | 1000111 | 11100101 | 1010101 | 1111 |
Color Harmonies of #061249
Complementary color
Monochromatic Colors of #061249
Black with #061249
Text Example
Text Example
White with #061249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061249; }
p { color: rgb(6,18,73); }
H1.HeaderClassName
{
color: #061249;
}
.AnyTagClassName
{
color: #061249;
}
</style>
background-color css
<style>
a { background-color: #061249; }
a { background-color: rgb(6,18,73); }
div.DivClassName
{
background-color: #061249;
}
.BgClassName
{
background-color: #061249;
}
</style>
border-color css
<style>
span { border-color: #061249; }
span { border-color: rgb(6,18,73); }
td.TdClassName
{
border-color: #061249;
}
.TagClassName
{
border-color: #061249;
}
</style>