Shades of Midnight Express #061434
Tints of Midnight Express #061434
RGB
CMYK
RGB Variations
Color information
#061434 (or 0x061434) is known color: Midnight Express. HEX triplet: 06, 14 and 34. RGB value is (6,20,52). Sum of RGB (Red+Green+Blue) = 6+20+52=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #061434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061434 is #F9EBCB. Grayscale: #131313. Windows color (decimal): -16378828 or 3412998. OLE color: 3412998.
HSL color Cylindrical-coordinate representation of color #061434: hue angle of 221.74º 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 #061434 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 20 | 52 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.80 |
| HSL | 221.74º | 0.79% | 0.11% | - |
| HSV(B) | 221.74º | 0.88% | 0.2% | - |
| XYZ | 0.95 | 0.79 | 3.35 | - |
| YUV | 19.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 52 | 0.88 | 0.62 | 0 | 0.80 | 221.74 | 0.79 | 0.11 |
| Hex | 6 | 14 | 34 | 58 | 3E | 0 | 50 | DE | 4F | B |
| Octal | 6 | 24 | 64 | 130 | 76 | 0 | 120 | 336 | 117 | 13 |
| Binary | 110 | 10100 | 110100 | 1011000 | 111110 | 0 | 1010000 | 11011110 | 1001111 | 1011 |
Color Harmonies of #061434
Complementary color
Monochromatic Colors of #061434
Black with #061434
Text Example
Text Example
White with #061434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061434; }
p { color: rgb(6,20,52); }
H1.HeaderClassName
{
color: #061434;
}
.AnyTagClassName
{
color: #061434;
}
</style>
background-color css
<style>
a { background-color: #061434; }
a { background-color: rgb(6,20,52); }
div.DivClassName
{
background-color: #061434;
}
.BgClassName
{
background-color: #061434;
}
</style>
border-color css
<style>
span { border-color: #061434; }
span { border-color: rgb(6,20,52); }
td.TdClassName
{
border-color: #061434;
}
.TagClassName
{
border-color: #061434;
}
</style>