Shades of Midnight Express #011443
Tints of Midnight Express #011443
RGB
CMYK
RGB Variations
Color information
#011443 (or 0x011443) is known color: Midnight Express. HEX triplet: 01, 14 and 43. RGB value is (1,20,67). Sum of RGB (Red+Green+Blue) = 1+20+67=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 67 (26.56% from 255 or 76.14% from 88); Max value from RGB is 67 - color contains mainly: blue. Hex color #011443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011443 is #FEEBBC. Grayscale: #131313. Windows color (decimal): -16706493 or 4396033. OLE color: 4396033.
HSL color Cylindrical-coordinate representation of color #011443: hue angle of 222.73º 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 #011443 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 20 | 67 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.74 |
| HSL | 222.73º | 0.97% | 0.13% | - |
| HSV(B) | 222.73º | 0.99% | 0.26% | - |
| XYZ | 1.28 | 0.91 | 5.42 | - |
| YUV | 19.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 67 | 0.99 | 0.70 | 0 | 0.74 | 222.73 | 0.97 | 0.13 |
| Hex | 1 | 14 | 43 | 63 | 46 | 0 | 4A | DF | 61 | D |
| Octal | 1 | 24 | 103 | 143 | 106 | 0 | 112 | 337 | 141 | 15 |
| Binary | 1 | 10100 | 1000011 | 1100011 | 1000110 | 0 | 1001010 | 11011111 | 1100001 | 1101 |
Color Harmonies of #011443
Complementary color
Monochromatic Colors of #011443
Black with #011443
Text Example
Text Example
White with #011443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011443; }
p { color: rgb(1,20,67); }
H1.HeaderClassName
{
color: #011443;
}
.AnyTagClassName
{
color: #011443;
}
</style>
background-color css
<style>
a { background-color: #011443; }
a { background-color: rgb(1,20,67); }
div.DivClassName
{
background-color: #011443;
}
.BgClassName
{
background-color: #011443;
}
</style>
border-color css
<style>
span { border-color: #011443; }
span { border-color: rgb(1,20,67); }
td.TdClassName
{
border-color: #011443;
}
.TagClassName
{
border-color: #011443;
}
</style>