Shades of Midnight Express #061432
Tints of Midnight Express #061432
RGB
CMYK
RGB Variations
Color information
#061432 (or 0x061432) is known color: Midnight Express. HEX triplet: 06, 14 and 32. RGB value is (6,20,50). Sum of RGB (Red+Green+Blue) = 6+20+50=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #061432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061432 is #F9EBCD. Grayscale: #131313. Windows color (decimal): -16378830 or 3281926. OLE color: 3281926.
HSL color Cylindrical-coordinate representation of color #061432: hue angle of 220.91º 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 #061432 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 20 | 50 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.80 |
| HSL | 220.91º | 0.79% | 0.11% | - |
| HSV(B) | 220.91º | 0.88% | 0.2% | - |
| XYZ | 0.9 | 0.77 | 3.12 | - |
| YUV | 19.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 50 | 0.88 | 0.60 | 0 | 0.80 | 220.91 | 0.79 | 0.11 |
| Hex | 6 | 14 | 32 | 58 | 3C | 0 | 50 | DD | 4F | B |
| Octal | 6 | 24 | 62 | 130 | 74 | 0 | 120 | 335 | 117 | 13 |
| Binary | 110 | 10100 | 110010 | 1011000 | 111100 | 0 | 1010000 | 11011101 | 1001111 | 1011 |
Color Harmonies of #061432
Complementary color
Monochromatic Colors of #061432
Black with #061432
Text Example
Text Example
White with #061432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061432; }
p { color: rgb(6,20,50); }
H1.HeaderClassName
{
color: #061432;
}
.AnyTagClassName
{
color: #061432;
}
</style>
background-color css
<style>
a { background-color: #061432; }
a { background-color: rgb(6,20,50); }
div.DivClassName
{
background-color: #061432;
}
.BgClassName
{
background-color: #061432;
}
</style>
border-color css
<style>
span { border-color: #061432; }
span { border-color: rgb(6,20,50); }
td.TdClassName
{
border-color: #061432;
}
.TagClassName
{
border-color: #061432;
}
</style>