Shades of Midnight Express #061A41
Tints of Midnight Express #061A41
RGB
CMYK
RGB Variations
Color information
#061A41 (or 0x061A41) is known color: Midnight Express. HEX triplet: 06, 1A and 41. RGB value is (6,26,65). Sum of RGB (Red+Green+Blue) = 6+26+65=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #061A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A41 is #F9E5BE. Grayscale: #181818. Windows color (decimal): -16377279 or 4266502. OLE color: 4266502.
HSL color Cylindrical-coordinate representation of color #061A41: hue angle of 219.66º 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 #061A41 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 26 | 65 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.75 |
| HSL | 219.66º | 0.83% | 0.14% | - |
| HSV(B) | 219.66º | 0.91% | 0.25% | - |
| XYZ | 1.4 | 1.16 | 5.15 | - |
| YUV | 24.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 65 | 0.91 | 0.60 | 0 | 0.75 | 219.66 | 0.83 | 0.14 |
| Hex | 6 | 1A | 41 | 5B | 3C | 0 | 4B | DC | 53 | E |
| Octal | 6 | 32 | 101 | 133 | 74 | 0 | 113 | 334 | 123 | 16 |
| Binary | 110 | 11010 | 1000001 | 1011011 | 111100 | 0 | 1001011 | 11011100 | 1010011 | 1110 |
Color Harmonies of #061A41
Complementary color
Monochromatic Colors of #061A41
Black with #061A41
Text Example
Text Example
White with #061A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A41; }
p { color: rgb(6,26,65); }
H1.HeaderClassName
{
color: #061A41;
}
.AnyTagClassName
{
color: #061A41;
}
</style>
background-color css
<style>
a { background-color: #061A41; }
a { background-color: rgb(6,26,65); }
div.DivClassName
{
background-color: #061A41;
}
.BgClassName
{
background-color: #061A41;
}
</style>
border-color css
<style>
span { border-color: #061A41; }
span { border-color: rgb(6,26,65); }
td.TdClassName
{
border-color: #061A41;
}
.TagClassName
{
border-color: #061A41;
}
</style>