Shades of Midnight Express #001041
Tints of Midnight Express #001041
RGB
CMYK
RGB Variations
Color information
#001041 (or 0x001041) is known color: Midnight Express. HEX triplet: 00, 10 and 41. RGB value is (0,16,65). Sum of RGB (Red+Green+Blue) = 0+16+65=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 65 (25.78% from 255 or 80.25% from 81); Max value from RGB is 65 - color contains mainly: blue. Hex color #001041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001041 is #FFEFBE. Grayscale: #101010. Windows color (decimal): -16773055 or 4263936. OLE color: 4263936.
HSL color Cylindrical-coordinate representation of color #001041: hue angle of 225.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001041 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 16 | 65 | - |
| CMYK | 1 | 0.75 | 0 | 0.75 |
| HSL | 225.23º | 1% | 0.13% | - |
| HSV(B) | 225.23º | 1% | 0.25% | - |
| XYZ | 1.14 | 0.75 | 5.09 | - |
| YUV | 16.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 65 | 1 | 0.75 | 0 | 0.75 | 225.23 | 1 | 0.13 |
| Hex | 0 | 10 | 41 | 64 | 4B | 0 | 4B | E1 | 64 | D |
| Octal | 0 | 20 | 101 | 144 | 113 | 0 | 113 | 341 | 144 | 15 |
| Binary | 0 | 10000 | 1000001 | 1100100 | 1001011 | 0 | 1001011 | 11100001 | 1100100 | 1101 |
Color Harmonies of #001041
Complementary color
Monochromatic Colors of #001041
Black with #001041
Text Example
Text Example
White with #001041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001041; }
p { color: rgb(0,16,65); }
H1.HeaderClassName
{
color: #001041;
}
.AnyTagClassName
{
color: #001041;
}
</style>
background-color css
<style>
a { background-color: #001041; }
a { background-color: rgb(0,16,65); }
div.DivClassName
{
background-color: #001041;
}
.BgClassName
{
background-color: #001041;
}
</style>
border-color css
<style>
span { border-color: #001041; }
span { border-color: rgb(0,16,65); }
td.TdClassName
{
border-color: #001041;
}
.TagClassName
{
border-color: #001041;
}
</style>