Shades of Midnight Express #061A46
Tints of Midnight Express #061A46
RGB
CMYK
RGB Variations
Color information
#061A46 (or 0x061A46) is known color: Midnight Express. HEX triplet: 06, 1A and 46. RGB value is (6,26,70). Sum of RGB (Red+Green+Blue) = 6+26+70=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #061A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A46 is #F9E5B9. Grayscale: #181818. Windows color (decimal): -16377274 or 4594182. OLE color: 4594182.
HSL color Cylindrical-coordinate representation of color #061A46: hue angle of 221.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061A46 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 26 | 70 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.73 |
| HSL | 221.25º | 0.84% | 0.15% | - |
| HSV(B) | 221.25º | 0.91% | 0.27% | - |
| XYZ | 1.55 | 1.22 | 5.95 | - |
| YUV | 25.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 70 | 0.91 | 0.63 | 0 | 0.73 | 221.25 | 0.84 | 0.15 |
| Hex | 6 | 1A | 46 | 5B | 3F | 0 | 49 | DD | 54 | F |
| Octal | 6 | 32 | 106 | 133 | 77 | 0 | 111 | 335 | 124 | 17 |
| Binary | 110 | 11010 | 1000110 | 1011011 | 111111 | 0 | 1001001 | 11011101 | 1010100 | 1111 |
Color Harmonies of #061A46
Complementary color
Monochromatic Colors of #061A46
Black with #061A46
Text Example
Text Example
White with #061A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A46; }
p { color: rgb(6,26,70); }
H1.HeaderClassName
{
color: #061A46;
}
.AnyTagClassName
{
color: #061A46;
}
</style>
background-color css
<style>
a { background-color: #061A46; }
a { background-color: rgb(6,26,70); }
div.DivClassName
{
background-color: #061A46;
}
.BgClassName
{
background-color: #061A46;
}
</style>
border-color css
<style>
span { border-color: #061A46; }
span { border-color: rgb(6,26,70); }
td.TdClassName
{
border-color: #061A46;
}
.TagClassName
{
border-color: #061A46;
}
</style>