Shades of Midnight Express #061337
Tints of Midnight Express #061337
RGB
CMYK
RGB Variations
Color information
#061337 (or 0x061337) is known color: Midnight Express. HEX triplet: 06, 13 and 37. RGB value is (6,19,55). Sum of RGB (Red+Green+Blue) = 6+19+55=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #061337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061337 is #F9ECC8. Grayscale: #131313. Windows color (decimal): -16379081 or 3609350. OLE color: 3609350.
HSL color Cylindrical-coordinate representation of color #061337: hue angle of 224.08º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061337 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 19 | 55 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.78 |
| HSL | 224.08º | 0.8% | 0.12% | - |
| HSV(B) | 224.08º | 0.89% | 0.22% | - |
| XYZ | 1 | 0.78 | 3.71 | - |
| YUV | 19.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 55 | 0.89 | 0.65 | 0 | 0.78 | 224.08 | 0.8 | 0.12 |
| Hex | 6 | 13 | 37 | 59 | 41 | 0 | 4E | E0 | 50 | C |
| Octal | 6 | 23 | 67 | 131 | 101 | 0 | 116 | 340 | 120 | 14 |
| Binary | 110 | 10011 | 110111 | 1011001 | 1000001 | 0 | 1001110 | 11100000 | 1010000 | 1100 |
Color Harmonies of #061337
Complementary color
Monochromatic Colors of #061337
Black with #061337
Text Example
Text Example
White with #061337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061337; }
p { color: rgb(6,19,55); }
H1.HeaderClassName
{
color: #061337;
}
.AnyTagClassName
{
color: #061337;
}
</style>
background-color css
<style>
a { background-color: #061337; }
a { background-color: rgb(6,19,55); }
div.DivClassName
{
background-color: #061337;
}
.BgClassName
{
background-color: #061337;
}
</style>
border-color css
<style>
span { border-color: #061337; }
span { border-color: rgb(6,19,55); }
td.TdClassName
{
border-color: #061337;
}
.TagClassName
{
border-color: #061337;
}
</style>