Shades of Midnight Express #061144
Tints of Midnight Express #061144
RGB
CMYK
RGB Variations
Color information
#061144 (or 0x061144) is known color: Midnight Express. HEX triplet: 06, 11 and 44. RGB value is (6,17,68). Sum of RGB (Red+Green+Blue) = 6+17+68=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #061144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061144 is #F9EEBB. Grayscale: #131313. Windows color (decimal): -16379580 or 4460806. OLE color: 4460806.
HSL color Cylindrical-coordinate representation of color #061144: hue angle of 229.35º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061144 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 17 | 68 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.73 |
| HSL | 229.35º | 0.84% | 0.15% | - |
| HSV(B) | 229.35º | 0.91% | 0.27% | - |
| XYZ | 1.32 | 0.86 | 5.56 | - |
| YUV | 19.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 68 | 0.91 | 0.75 | 0 | 0.73 | 229.35 | 0.84 | 0.15 |
| Hex | 6 | 11 | 44 | 5B | 4B | 0 | 49 | E5 | 54 | F |
| Octal | 6 | 21 | 104 | 133 | 113 | 0 | 111 | 345 | 124 | 17 |
| Binary | 110 | 10001 | 1000100 | 1011011 | 1001011 | 0 | 1001001 | 11100101 | 1010100 | 1111 |
Color Harmonies of #061144
Complementary color
Monochromatic Colors of #061144
Black with #061144
Text Example
Text Example
White with #061144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061144; }
p { color: rgb(6,17,68); }
H1.HeaderClassName
{
color: #061144;
}
.AnyTagClassName
{
color: #061144;
}
</style>
background-color css
<style>
a { background-color: #061144; }
a { background-color: rgb(6,17,68); }
div.DivClassName
{
background-color: #061144;
}
.BgClassName
{
background-color: #061144;
}
</style>
border-color css
<style>
span { border-color: #061144; }
span { border-color: rgb(6,17,68); }
td.TdClassName
{
border-color: #061144;
}
.TagClassName
{
border-color: #061144;
}
</style>