Shades of Midnight Express #061330
Tints of Midnight Express #061330
RGB
CMYK
RGB Variations
Color information
#061330 (or 0x061330) is known color: Midnight Express. HEX triplet: 06, 13 and 30. RGB value is (6,19,48). Sum of RGB (Red+Green+Blue) = 6+19+48=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #061330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061330 is #F9ECCF. Grayscale: #121212. Windows color (decimal): -16379088 or 3150598. OLE color: 3150598.
HSL color Cylindrical-coordinate representation of color #061330: hue angle of 221.43º 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 #061330 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 19 | 48 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.81 |
| HSL | 221.43º | 0.78% | 0.11% | - |
| HSV(B) | 221.43º | 0.88% | 0.19% | - |
| XYZ | 0.84 | 0.72 | 2.89 | - |
| YUV | 18.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 48 | 0.87 | 0.60 | 0 | 0.81 | 221.43 | 0.78 | 0.11 |
| Hex | 6 | 13 | 30 | 57 | 3C | 0 | 51 | DD | 4E | B |
| Octal | 6 | 23 | 60 | 127 | 74 | 0 | 121 | 335 | 116 | 13 |
| Binary | 110 | 10011 | 110000 | 1010111 | 111100 | 0 | 1010001 | 11011101 | 1001110 | 1011 |
Color Harmonies of #061330
Complementary color
Monochromatic Colors of #061330
Black with #061330
Text Example
Text Example
White with #061330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061330; }
p { color: rgb(6,19,48); }
H1.HeaderClassName
{
color: #061330;
}
.AnyTagClassName
{
color: #061330;
}
</style>
background-color css
<style>
a { background-color: #061330; }
a { background-color: rgb(6,19,48); }
div.DivClassName
{
background-color: #061330;
}
.BgClassName
{
background-color: #061330;
}
</style>
border-color css
<style>
span { border-color: #061330; }
span { border-color: rgb(6,19,48); }
td.TdClassName
{
border-color: #061330;
}
.TagClassName
{
border-color: #061330;
}
</style>