Shades of Midnight Express #001241
Tints of Midnight Express #001241
RGB
CMYK
RGB Variations
Color information
#001241 (or 0x001241) is known color: Midnight Express. HEX triplet: 00, 12 and 41. RGB value is (0,18,65). Sum of RGB (Red+Green+Blue) = 0+18+65=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #001241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001241 is #FFEDBE. Grayscale: #111111. Windows color (decimal): -16772543 or 4264448. OLE color: 4264448.
HSL color Cylindrical-coordinate representation of color #001241: hue angle of 223.38º 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 #001241 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 18 | 65 | - |
| CMYK | 1 | 0.72 | 0 | 0.75 |
| HSL | 223.38º | 1% | 0.13% | - |
| HSV(B) | 223.38º | 1% | 0.25% | - |
| XYZ | 1.17 | 0.81 | 5.1 | - |
| YUV | 17.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 65 | 1 | 0.72 | 0 | 0.75 | 223.38 | 1 | 0.13 |
| Hex | 0 | 12 | 41 | 64 | 48 | 0 | 4B | DF | 64 | D |
| Octal | 0 | 22 | 101 | 144 | 110 | 0 | 113 | 337 | 144 | 15 |
| Binary | 0 | 10010 | 1000001 | 1100100 | 1001000 | 0 | 1001011 | 11011111 | 1100100 | 1101 |
Color Harmonies of #001241
Complementary color
Monochromatic Colors of #001241
Black with #001241
Text Example
Text Example
White with #001241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001241; }
p { color: rgb(0,18,65); }
H1.HeaderClassName
{
color: #001241;
}
.AnyTagClassName
{
color: #001241;
}
</style>
background-color css
<style>
a { background-color: #001241; }
a { background-color: rgb(0,18,65); }
div.DivClassName
{
background-color: #001241;
}
.BgClassName
{
background-color: #001241;
}
</style>
border-color css
<style>
span { border-color: #001241; }
span { border-color: rgb(0,18,65); }
td.TdClassName
{
border-color: #001241;
}
.TagClassName
{
border-color: #001241;
}
</style>