Shades of Midnight Express #061A40
Tints of Midnight Express #061A40
RGB
CMYK
RGB Variations
Color information
#061A40 (or 0x061A40) is known color: Midnight Express. HEX triplet: 06, 1A and 40. RGB value is (6,26,64). Sum of RGB (Red+Green+Blue) = 6+26+64=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #061A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A40 is #F9E5BF. Grayscale: #181818. Windows color (decimal): -16377280 or 4200966. OLE color: 4200966.
HSL color Cylindrical-coordinate representation of color #061A40: hue angle of 219.31º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061A40 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 26 | 64 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.75 |
| HSL | 219.31º | 0.83% | 0.14% | - |
| HSV(B) | 219.31º | 0.91% | 0.25% | - |
| XYZ | 1.37 | 1.15 | 5 | - |
| YUV | 24.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 64 | 0.91 | 0.59 | 0 | 0.75 | 219.31 | 0.83 | 0.14 |
| Hex | 6 | 1A | 40 | 5B | 3B | 0 | 4B | DB | 53 | E |
| Octal | 6 | 32 | 100 | 133 | 73 | 0 | 113 | 333 | 123 | 16 |
| Binary | 110 | 11010 | 1000000 | 1011011 | 111011 | 0 | 1001011 | 11011011 | 1010011 | 1110 |
Color Harmonies of #061A40
Complementary color
Monochromatic Colors of #061A40
Black with #061A40
Text Example
Text Example
White with #061A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A40; }
p { color: rgb(6,26,64); }
H1.HeaderClassName
{
color: #061A40;
}
.AnyTagClassName
{
color: #061A40;
}
</style>
background-color css
<style>
a { background-color: #061A40; }
a { background-color: rgb(6,26,64); }
div.DivClassName
{
background-color: #061A40;
}
.BgClassName
{
background-color: #061A40;
}
</style>
border-color css
<style>
span { border-color: #061A40; }
span { border-color: rgb(6,26,64); }
td.TdClassName
{
border-color: #061A40;
}
.TagClassName
{
border-color: #061A40;
}
</style>