Shades of Midnight Express #061130
Tints of Midnight Express #061130
RGB
CMYK
RGB Variations
Color information
#061130 (or 0x061130) is known color: Midnight Express. HEX triplet: 06, 11 and 30. RGB value is (6,17,48). Sum of RGB (Red+Green+Blue) = 6+17+48=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #061130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061130 is #F9EECF. Grayscale: #111111. Windows color (decimal): -16379600 or 3150086. OLE color: 3150086.
HSL color Cylindrical-coordinate representation of color #061130: hue angle of 224.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061130 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 17 | 48 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.81 |
| HSL | 224.29º | 0.78% | 0.11% | - |
| HSV(B) | 224.29º | 0.88% | 0.19% | - |
| XYZ | 0.81 | 0.65 | 2.88 | - |
| YUV | 17.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 48 | 0.87 | 0.65 | 0 | 0.81 | 224.29 | 0.78 | 0.11 |
| Hex | 6 | 11 | 30 | 57 | 41 | 0 | 51 | E0 | 4E | B |
| Octal | 6 | 21 | 60 | 127 | 101 | 0 | 121 | 340 | 116 | 13 |
| Binary | 110 | 10001 | 110000 | 1010111 | 1000001 | 0 | 1010001 | 11100000 | 1001110 | 1011 |
Color Harmonies of #061130
Complementary color
Monochromatic Colors of #061130
Black with #061130
Text Example
Text Example
White with #061130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061130; }
p { color: rgb(6,17,48); }
H1.HeaderClassName
{
color: #061130;
}
.AnyTagClassName
{
color: #061130;
}
</style>
background-color css
<style>
a { background-color: #061130; }
a { background-color: rgb(6,17,48); }
div.DivClassName
{
background-color: #061130;
}
.BgClassName
{
background-color: #061130;
}
</style>
border-color css
<style>
span { border-color: #061130; }
span { border-color: rgb(6,17,48); }
td.TdClassName
{
border-color: #061130;
}
.TagClassName
{
border-color: #061130;
}
</style>