Shades of Midnight Express #000141
Tints of Midnight Express #000141
RGB
CMYK
RGB Variations
Color information
#000141 (or 0x000141) is known color: Midnight Express. HEX triplet: 00, 01 and 41. RGB value is (0,1,65). Sum of RGB (Red+Green+Blue) = 0+1+65=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 65 (25.78% from 255 or 98.48% from 66); Max value from RGB is 65 - color contains mainly: blue. Hex color #000141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000141 is #FFFEBE. Grayscale: #070707. Windows color (decimal): -16776895 or 4260096. OLE color: 4260096.
HSL color Cylindrical-coordinate representation of color #000141: hue angle of 239.08º 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 #000141 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 1 | 65 | - |
| CMYK | 1 | 0.98 | 0 | 0.75 |
| HSL | 239.08º | 1% | 0.13% | - |
| HSV(B) | 239.08º | 1% | 0.25% | - |
| XYZ | 0.96 | 0.4 | 5.03 | - |
| YUV | 8 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 65 | 1 | 0.98 | 0 | 0.75 | 239.08 | 1 | 0.13 |
| Hex | 0 | 1 | 41 | 64 | 62 | 0 | 4B | EF | 64 | D |
| Octal | 0 | 1 | 101 | 144 | 142 | 0 | 113 | 357 | 144 | 15 |
| Binary | 0 | 1 | 1000001 | 1100100 | 1100010 | 0 | 1001011 | 11101111 | 1100100 | 1101 |
Color Harmonies of #000141
Complementary color
Monochromatic Colors of #000141
Black with #000141
Text Example
Text Example
White with #000141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000141; }
p { color: rgb(0,1,65); }
H1.HeaderClassName
{
color: #000141;
}
.AnyTagClassName
{
color: #000141;
}
</style>
background-color css
<style>
a { background-color: #000141; }
a { background-color: rgb(0,1,65); }
div.DivClassName
{
background-color: #000141;
}
.BgClassName
{
background-color: #000141;
}
</style>
border-color css
<style>
span { border-color: #000141; }
span { border-color: rgb(0,1,65); }
td.TdClassName
{
border-color: #000141;
}
.TagClassName
{
border-color: #000141;
}
</style>