Shades of Midnight Express #061332
Tints of Midnight Express #061332
RGB
CMYK
RGB Variations
Color information
#061332 (or 0x061332) is known color: Midnight Express. HEX triplet: 06, 13 and 32. RGB value is (6,19,50). Sum of RGB (Red+Green+Blue) = 6+19+50=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #061332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061332 is #F9ECCD. Grayscale: #121212. Windows color (decimal): -16379086 or 3281670. OLE color: 3281670.
HSL color Cylindrical-coordinate representation of color #061332: hue angle of 222.27º 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 #061332 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 6 | 19 | 50 | - |
CMYK | 0.88 | 0.62 | 0 | 0.80 |
HSL | 222.27º | 0.79% | 0.11% | - |
HSV(B) | 222.27º | 0.88% | 0.2% | - |
XYZ | 0.88 | 0.73 | 3.11 | - |
YUV | 18.65 | 145.69 | 118.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 19 | 50 | 0.88 | 0.62 | 0 | 0.80 | 222.27 | 0.79 | 0.11 |
Hex | 6 | 13 | 32 | 58 | 3E | 0 | 50 | DE | 4F | B |
Octal | 6 | 23 | 62 | 130 | 76 | 0 | 120 | 336 | 117 | 13 |
Binary | 110 | 10011 | 110010 | 1011000 | 111110 | 0 | 1010000 | 11011110 | 1001111 | 1011 |
Color Harmonies of #061332
Complementary color
Monochromatic Colors of #061332
Black with #061332
Text Example
Text Example
White with #061332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061332; }
p { color: rgb(6,19,50); }
H1.HeaderClassName
{
color: #061332;
}
.AnyTagClassName
{
color: #061332;
}
</style>
background-color css
<style>
a { background-color: #061332; }
a { background-color: rgb(6,19,50); }
div.DivClassName
{
background-color: #061332;
}
.BgClassName
{
background-color: #061332;
}
</style>
border-color css
<style>
span { border-color: #061332; }
span { border-color: rgb(6,19,50); }
td.TdClassName
{
border-color: #061332;
}
.TagClassName
{
border-color: #061332;
}
</style>