Shades of Midnight Express #061A3B
Tints of Midnight Express #061A3B
RGB
CMYK
RGB Variations
Color information
#061A3B (or 0x061A3B) is known color: Midnight Express. HEX triplet: 06, 1A and 3B. RGB value is (6,26,59). Sum of RGB (Red+Green+Blue) = 6+26+59=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 59 (23.44% from 255 or 64.84% from 91); Max value from RGB is 59 - color contains mainly: blue. Hex color #061A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A3B is #F9E5C4. Grayscale: #171717. Windows color (decimal): -16377285 or 3873286. OLE color: 3873286.
HSL color Cylindrical-coordinate representation of color #061A3B: hue angle of 217.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061A3B is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 26 | 59 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.77 |
| HSL | 217.36º | 0.82% | 0.13% | - |
| HSV(B) | 217.36º | 0.9% | 0.23% | - |
| XYZ | 1.23 | 1.09 | 4.28 | - |
| YUV | 23.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 59 | 0.90 | 0.56 | 0 | 0.77 | 217.36 | 0.82 | 0.13 |
| Hex | 6 | 1A | 3B | 5A | 38 | 0 | 4D | D9 | 52 | D |
| Octal | 6 | 32 | 73 | 132 | 70 | 0 | 115 | 331 | 122 | 15 |
| Binary | 110 | 11010 | 111011 | 1011010 | 111000 | 0 | 1001101 | 11011001 | 1010010 | 1101 |
Color Harmonies of #061A3B
Complementary color
Monochromatic Colors of #061A3B
Black with #061A3B
Text Example
Text Example
White with #061A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A3B; }
p { color: rgb(6,26,59); }
H1.HeaderClassName
{
color: #061A3B;
}
.AnyTagClassName
{
color: #061A3B;
}
</style>
background-color css
<style>
a { background-color: #061A3B; }
a { background-color: rgb(6,26,59); }
div.DivClassName
{
background-color: #061A3B;
}
.BgClassName
{
background-color: #061A3B;
}
</style>
border-color css
<style>
span { border-color: #061A3B; }
span { border-color: rgb(6,26,59); }
td.TdClassName
{
border-color: #061A3B;
}
.TagClassName
{
border-color: #061A3B;
}
</style>