Shades of Midnight Express #061935
Tints of Midnight Express #061935
RGB
CMYK
RGB Variations
Color information
#061935 (or 0x061935) is known color: Midnight Express. HEX triplet: 06, 19 and 35. RGB value is (6,25,53). Sum of RGB (Red+Green+Blue) = 6+25+53=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #061935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061935 is #F9E6CA. Grayscale: #161616. Windows color (decimal): -16377547 or 3479814. OLE color: 3479814.
HSL color Cylindrical-coordinate representation of color #061935: hue angle of 215.74º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061935 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 25 | 53 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.79 |
| HSL | 215.74º | 0.8% | 0.12% | - |
| HSV(B) | 215.74º | 0.89% | 0.21% | - |
| XYZ | 1.07 | 0.99 | 3.5 | - |
| YUV | 22.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 53 | 0.89 | 0.53 | 0 | 0.79 | 215.74 | 0.8 | 0.12 |
| Hex | 6 | 19 | 35 | 59 | 35 | 0 | 4F | D8 | 50 | C |
| Octal | 6 | 31 | 65 | 131 | 65 | 0 | 117 | 330 | 120 | 14 |
| Binary | 110 | 11001 | 110101 | 1011001 | 110101 | 0 | 1001111 | 11011000 | 1010000 | 1100 |
Color Harmonies of #061935
Complementary color
Monochromatic Colors of #061935
Black with #061935
Text Example
Text Example
White with #061935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061935; }
p { color: rgb(6,25,53); }
H1.HeaderClassName
{
color: #061935;
}
.AnyTagClassName
{
color: #061935;
}
</style>
background-color css
<style>
a { background-color: #061935; }
a { background-color: rgb(6,25,53); }
div.DivClassName
{
background-color: #061935;
}
.BgClassName
{
background-color: #061935;
}
</style>
border-color css
<style>
span { border-color: #061935; }
span { border-color: rgb(6,25,53); }
td.TdClassName
{
border-color: #061935;
}
.TagClassName
{
border-color: #061935;
}
</style>