Shades of Midnight Express #010741
Tints of Midnight Express #010741
RGB
CMYK
RGB Variations
Color information
#010741 (or 0x010741) is known color: Midnight Express. HEX triplet: 01, 07 and 41. RGB value is (1,7,65). Sum of RGB (Red+Green+Blue) = 1+7+65=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 65 (25.78% from 255 or 89.04% from 73); Max value from RGB is 65 - color contains mainly: blue. Hex color #010741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010741 is #FEF8BE. Grayscale: #0B0B0B. Windows color (decimal): -16709823 or 4261633. OLE color: 4261633.
HSL color Cylindrical-coordinate representation of color #010741: hue angle of 234.38º 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 #010741 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 7 | 65 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.75 |
| HSL | 234.38º | 0.97% | 0.13% | - |
| HSV(B) | 234.38º | 0.98% | 0.25% | - |
| XYZ | 1.04 | 0.54 | 5.05 | - |
| YUV | 11.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 65 | 0.98 | 0.89 | 0 | 0.75 | 234.38 | 0.97 | 0.13 |
| Hex | 1 | 7 | 41 | 62 | 59 | 0 | 4B | EA | 61 | D |
| Octal | 1 | 7 | 101 | 142 | 131 | 0 | 113 | 352 | 141 | 15 |
| Binary | 1 | 111 | 1000001 | 1100010 | 1011001 | 0 | 1001011 | 11101010 | 1100001 | 1101 |
Color Harmonies of #010741
Complementary color
Monochromatic Colors of #010741
Black with #010741
Text Example
Text Example
White with #010741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010741; }
p { color: rgb(1,7,65); }
H1.HeaderClassName
{
color: #010741;
}
.AnyTagClassName
{
color: #010741;
}
</style>
background-color css
<style>
a { background-color: #010741; }
a { background-color: rgb(1,7,65); }
div.DivClassName
{
background-color: #010741;
}
.BgClassName
{
background-color: #010741;
}
</style>
border-color css
<style>
span { border-color: #010741; }
span { border-color: rgb(1,7,65); }
td.TdClassName
{
border-color: #010741;
}
.TagClassName
{
border-color: #010741;
}
</style>