Shades of Midnight Express #000241
Tints of Midnight Express #000241
RGB
CMYK
RGB Variations
Color information
#000241 (or 0x000241) is known color: Midnight Express. HEX triplet: 00, 02 and 41. RGB value is (0,2,65). Sum of RGB (Red+Green+Blue) = 0+2+65=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 65 (25.78% from 255 or 97.01% from 67); Max value from RGB is 65 - color contains mainly: blue. Hex color #000241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000241 is #FFFDBE. Grayscale: #080808. Windows color (decimal): -16776639 or 4260352. OLE color: 4260352.
HSL color Cylindrical-coordinate representation of color #000241: hue angle of 238.15º 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 #000241 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 2 | 65 | - |
| CMYK | 1 | 0.97 | 0 | 0.75 |
| HSL | 238.15º | 1% | 0.13% | - |
| HSV(B) | 238.15º | 1% | 0.25% | - |
| XYZ | 0.98 | 0.43 | 5.03 | - |
| YUV | 8.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 65 | 1 | 0.97 | 0 | 0.75 | 238.15 | 1 | 0.13 |
| Hex | 0 | 2 | 41 | 64 | 61 | 0 | 4B | EE | 64 | D |
| Octal | 0 | 2 | 101 | 144 | 141 | 0 | 113 | 356 | 144 | 15 |
| Binary | 0 | 10 | 1000001 | 1100100 | 1100001 | 0 | 1001011 | 11101110 | 1100100 | 1101 |
Color Harmonies of #000241
Complementary color
Monochromatic Colors of #000241
Black with #000241
Text Example
Text Example
White with #000241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000241; }
p { color: rgb(0,2,65); }
H1.HeaderClassName
{
color: #000241;
}
.AnyTagClassName
{
color: #000241;
}
</style>
background-color css
<style>
a { background-color: #000241; }
a { background-color: rgb(0,2,65); }
div.DivClassName
{
background-color: #000241;
}
.BgClassName
{
background-color: #000241;
}
</style>
border-color css
<style>
span { border-color: #000241; }
span { border-color: rgb(0,2,65); }
td.TdClassName
{
border-color: #000241;
}
.TagClassName
{
border-color: #000241;
}
</style>