Shades of Midnight Express #061134
Tints of Midnight Express #061134
RGB
CMYK
RGB Variations
Color information
#061134 (or 0x061134) is known color: Midnight Express. HEX triplet: 06, 11 and 34. RGB value is (6,17,52). Sum of RGB (Red+Green+Blue) = 6+17+52=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #061134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061134 is #F9EECB. Grayscale: #111111. Windows color (decimal): -16379596 or 3412230. OLE color: 3412230.
HSL color Cylindrical-coordinate representation of color #061134: hue angle of 225.65º 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 #061134 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 17 | 52 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.80 |
| HSL | 225.65º | 0.79% | 0.11% | - |
| HSV(B) | 225.65º | 0.88% | 0.2% | - |
| XYZ | 0.9 | 0.69 | 3.33 | - |
| YUV | 17.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 52 | 0.88 | 0.67 | 0 | 0.80 | 225.65 | 0.79 | 0.11 |
| Hex | 6 | 11 | 34 | 58 | 43 | 0 | 50 | E2 | 4F | B |
| Octal | 6 | 21 | 64 | 130 | 103 | 0 | 120 | 342 | 117 | 13 |
| Binary | 110 | 10001 | 110100 | 1011000 | 1000011 | 0 | 1010000 | 11100010 | 1001111 | 1011 |
Color Harmonies of #061134
Complementary color
Monochromatic Colors of #061134
Black with #061134
Text Example
Text Example
White with #061134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061134; }
p { color: rgb(6,17,52); }
H1.HeaderClassName
{
color: #061134;
}
.AnyTagClassName
{
color: #061134;
}
</style>
background-color css
<style>
a { background-color: #061134; }
a { background-color: rgb(6,17,52); }
div.DivClassName
{
background-color: #061134;
}
.BgClassName
{
background-color: #061134;
}
</style>
border-color css
<style>
span { border-color: #061134; }
span { border-color: rgb(6,17,52); }
td.TdClassName
{
border-color: #061134;
}
.TagClassName
{
border-color: #061134;
}
</style>