Shades of Midnight Express #010541
Tints of Midnight Express #010541
RGB
CMYK
RGB Variations
Color information
#010541 (or 0x010541) is known color: Midnight Express. HEX triplet: 01, 05 and 41. RGB value is (1,5,65). Sum of RGB (Red+Green+Blue) = 1+5+65=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 65 (25.78% from 255 or 91.55% from 71); Max value from RGB is 65 - color contains mainly: blue. Hex color #010541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010541 is #FEFABE. Grayscale: #0A0A0A. Windows color (decimal): -16710335 or 4261121. OLE color: 4261121.
HSL color Cylindrical-coordinate representation of color #010541: hue angle of 236.25º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010541 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 5 | 65 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.75 |
| HSL | 236.25º | 0.97% | 0.13% | - |
| HSV(B) | 236.25º | 0.98% | 0.25% | - |
| XYZ | 1.02 | 0.5 | 5.04 | - |
| YUV | 10.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 65 | 0.98 | 0.92 | 0 | 0.75 | 236.25 | 0.97 | 0.13 |
| Hex | 1 | 5 | 41 | 62 | 5C | 0 | 4B | EC | 61 | D |
| Octal | 1 | 5 | 101 | 142 | 134 | 0 | 113 | 354 | 141 | 15 |
| Binary | 1 | 101 | 1000001 | 1100010 | 1011100 | 0 | 1001011 | 11101100 | 1100001 | 1101 |
Color Harmonies of #010541
Complementary color
Monochromatic Colors of #010541
Black with #010541
Text Example
Text Example
White with #010541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010541; }
p { color: rgb(1,5,65); }
H1.HeaderClassName
{
color: #010541;
}
.AnyTagClassName
{
color: #010541;
}
</style>
background-color css
<style>
a { background-color: #010541; }
a { background-color: rgb(1,5,65); }
div.DivClassName
{
background-color: #010541;
}
.BgClassName
{
background-color: #010541;
}
</style>
border-color css
<style>
span { border-color: #010541; }
span { border-color: rgb(1,5,65); }
td.TdClassName
{
border-color: #010541;
}
.TagClassName
{
border-color: #010541;
}
</style>