Shades of Midnight Express #061333
Tints of Midnight Express #061333
RGB
CMYK
RGB Variations
Color information
#061333 (or 0x061333) is known color: Midnight Express. HEX triplet: 06, 13 and 33. RGB value is (6,19,51). Sum of RGB (Red+Green+Blue) = 6+19+51=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #061333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061333 is #F9ECCC. Grayscale: #121212. Windows color (decimal): -16379085 or 3347206. OLE color: 3347206.
HSL color Cylindrical-coordinate representation of color #061333: hue angle of 222.67º 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 #061333 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 19 | 51 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.8 |
| HSL | 222.67º | 0.79% | 0.11% | - |
| HSV(B) | 222.67º | 0.88% | 0.2% | - |
| XYZ | 0.91 | 0.74 | 3.23 | - |
| YUV | 18.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 51 | 0.88 | 0.63 | 0 | 0.8 | 222.67 | 0.79 | 0.11 |
| Hex | 6 | 13 | 33 | 58 | 3F | 0 | 50 | DF | 4F | B |
| Octal | 6 | 23 | 63 | 130 | 77 | 0 | 120 | 337 | 117 | 13 |
| Binary | 110 | 10011 | 110011 | 1011000 | 111111 | 0 | 1010000 | 11011111 | 1001111 | 1011 |
Color Harmonies of #061333
Complementary color
Monochromatic Colors of #061333
Black with #061333
Text Example
Text Example
White with #061333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061333; }
p { color: rgb(6,19,51); }
H1.HeaderClassName
{
color: #061333;
}
.AnyTagClassName
{
color: #061333;
}
</style>
background-color css
<style>
a { background-color: #061333; }
a { background-color: rgb(6,19,51); }
div.DivClassName
{
background-color: #061333;
}
.BgClassName
{
background-color: #061333;
}
</style>
border-color css
<style>
span { border-color: #061333; }
span { border-color: rgb(6,19,51); }
td.TdClassName
{
border-color: #061333;
}
.TagClassName
{
border-color: #061333;
}
</style>