Shades of Midnight Express #061441
Tints of Midnight Express #061441
RGB
CMYK
RGB Variations
Color information
#061441 (or 0x061441) is known color: Midnight Express. HEX triplet: 06, 14 and 41. RGB value is (6,20,65). Sum of RGB (Red+Green+Blue) = 6+20+65=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #061441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061441 is #F9EBBE. Grayscale: #141414. Windows color (decimal): -16378815 or 4264966. OLE color: 4264966.
HSL color Cylindrical-coordinate representation of color #061441: hue angle of 225.76º 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 #061441 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 20 | 65 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.75 |
| HSL | 225.76º | 0.83% | 0.14% | - |
| HSV(B) | 225.76º | 0.91% | 0.25% | - |
| XYZ | 1.28 | 0.92 | 5.11 | - |
| YUV | 20.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 65 | 0.91 | 0.69 | 0 | 0.75 | 225.76 | 0.83 | 0.14 |
| Hex | 6 | 14 | 41 | 5B | 45 | 0 | 4B | E2 | 53 | E |
| Octal | 6 | 24 | 101 | 133 | 105 | 0 | 113 | 342 | 123 | 16 |
| Binary | 110 | 10100 | 1000001 | 1011011 | 1000101 | 0 | 1001011 | 11100010 | 1010011 | 1110 |
Color Harmonies of #061441
Complementary color
Monochromatic Colors of #061441
Black with #061441
Text Example
Text Example
White with #061441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061441; }
p { color: rgb(6,20,65); }
H1.HeaderClassName
{
color: #061441;
}
.AnyTagClassName
{
color: #061441;
}
</style>
background-color css
<style>
a { background-color: #061441; }
a { background-color: rgb(6,20,65); }
div.DivClassName
{
background-color: #061441;
}
.BgClassName
{
background-color: #061441;
}
</style>
border-color css
<style>
span { border-color: #061441; }
span { border-color: rgb(6,20,65); }
td.TdClassName
{
border-color: #061441;
}
.TagClassName
{
border-color: #061441;
}
</style>