Shades of Midnight Express #011943
Tints of Midnight Express #011943
RGB
CMYK
RGB Variations
Color information
#011943 (or 0x011943) is known color: Midnight Express. HEX triplet: 01, 19 and 43. RGB value is (1,25,67). Sum of RGB (Red+Green+Blue) = 1+25+67=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 67 (26.56% from 255 or 72.04% from 93); Max value from RGB is 67 - color contains mainly: blue. Hex color #011943 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011943 is #FEE6BC. Grayscale: #161616. Windows color (decimal): -16705213 or 4397313. OLE color: 4397313.
HSL color Cylindrical-coordinate representation of color #011943: hue angle of 218.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011943 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 25 | 67 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.74 |
| HSL | 218.18º | 0.97% | 0.13% | - |
| HSV(B) | 218.18º | 0.99% | 0.26% | - |
| XYZ | 1.37 | 1.11 | 5.45 | - |
| YUV | 22.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 67 | 0.99 | 0.63 | 0 | 0.74 | 218.18 | 0.97 | 0.13 |
| Hex | 1 | 19 | 43 | 63 | 3F | 0 | 4A | DA | 61 | D |
| Octal | 1 | 31 | 103 | 143 | 77 | 0 | 112 | 332 | 141 | 15 |
| Binary | 1 | 11001 | 1000011 | 1100011 | 111111 | 0 | 1001010 | 11011010 | 1100001 | 1101 |
Color Harmonies of #011943
Complementary color
Monochromatic Colors of #011943
Black with #011943
Text Example
Text Example
White with #011943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011943; }
p { color: rgb(1,25,67); }
H1.HeaderClassName
{
color: #011943;
}
.AnyTagClassName
{
color: #011943;
}
</style>
background-color css
<style>
a { background-color: #011943; }
a { background-color: rgb(1,25,67); }
div.DivClassName
{
background-color: #011943;
}
.BgClassName
{
background-color: #011943;
}
</style>
border-color css
<style>
span { border-color: #011943; }
span { border-color: rgb(1,25,67); }
td.TdClassName
{
border-color: #011943;
}
.TagClassName
{
border-color: #011943;
}
</style>