Shades of Midnight Express #061A3E
Tints of Midnight Express #061A3E
RGB
CMYK
RGB Variations
Color information
#061A3E (or 0x061A3E) is known color: Midnight Express. HEX triplet: 06, 1A and 3E. RGB value is (6,26,62). Sum of RGB (Red+Green+Blue) = 6+26+62=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #061A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A3E is #F9E5C1. Grayscale: #171717. Windows color (decimal): -16377282 or 4069894. OLE color: 4069894.
HSL color Cylindrical-coordinate representation of color #061A3E: hue angle of 218.57º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061A3E is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 26 | 62 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.76 |
| HSL | 218.57º | 0.82% | 0.13% | - |
| HSV(B) | 218.57º | 0.9% | 0.24% | - |
| XYZ | 1.31 | 1.13 | 4.71 | - |
| YUV | 24.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 62 | 0.90 | 0.58 | 0 | 0.76 | 218.57 | 0.82 | 0.13 |
| Hex | 6 | 1A | 3E | 5A | 3A | 0 | 4C | DB | 52 | D |
| Octal | 6 | 32 | 76 | 132 | 72 | 0 | 114 | 333 | 122 | 15 |
| Binary | 110 | 11010 | 111110 | 1011010 | 111010 | 0 | 1001100 | 11011011 | 1010010 | 1101 |
Color Harmonies of #061A3E
Complementary color
Monochromatic Colors of #061A3E
Black with #061A3E
Text Example
Text Example
White with #061A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A3E; }
p { color: rgb(6,26,62); }
H1.HeaderClassName
{
color: #061A3E;
}
.AnyTagClassName
{
color: #061A3E;
}
</style>
background-color css
<style>
a { background-color: #061A3E; }
a { background-color: rgb(6,26,62); }
div.DivClassName
{
background-color: #061A3E;
}
.BgClassName
{
background-color: #061A3E;
}
</style>
border-color css
<style>
span { border-color: #061A3E; }
span { border-color: rgb(6,26,62); }
td.TdClassName
{
border-color: #061A3E;
}
.TagClassName
{
border-color: #061A3E;
}
</style>