Shades of Midnight Express #061533
Tints of Midnight Express #061533
RGB
CMYK
RGB Variations
Color information
#061533 (or 0x061533) is known color: Midnight Express. HEX triplet: 06, 15 and 33. RGB value is (6,21,51). Sum of RGB (Red+Green+Blue) = 6+21+51=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #061533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061533 is #F9EACC. Grayscale: #131313. Windows color (decimal): -16378573 or 3347718. OLE color: 3347718.
HSL color Cylindrical-coordinate representation of color #061533: hue angle of 220º 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 #061533 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 21 | 51 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.8 |
| HSL | 220º | 0.79% | 0.11% | - |
| HSV(B) | 220º | 0.88% | 0.2% | - |
| XYZ | 0.94 | 0.81 | 3.24 | - |
| YUV | 19.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 51 | 0.88 | 0.59 | 0 | 0.8 | 220 | 0.79 | 0.11 |
| Hex | 6 | 15 | 33 | 58 | 3B | 0 | 50 | DC | 4F | B |
| Octal | 6 | 25 | 63 | 130 | 73 | 0 | 120 | 334 | 117 | 13 |
| Binary | 110 | 10101 | 110011 | 1011000 | 111011 | 0 | 1010000 | 11011100 | 1001111 | 1011 |
Color Harmonies of #061533
Complementary color
Monochromatic Colors of #061533
Black with #061533
Text Example
Text Example
White with #061533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061533; }
p { color: rgb(6,21,51); }
H1.HeaderClassName
{
color: #061533;
}
.AnyTagClassName
{
color: #061533;
}
</style>
background-color css
<style>
a { background-color: #061533; }
a { background-color: rgb(6,21,51); }
div.DivClassName
{
background-color: #061533;
}
.BgClassName
{
background-color: #061533;
}
</style>
border-color css
<style>
span { border-color: #061533; }
span { border-color: rgb(6,21,51); }
td.TdClassName
{
border-color: #061533;
}
.TagClassName
{
border-color: #061533;
}
</style>