Shades of Midnight Express #001543
Tints of Midnight Express #001543
RGB
CMYK
RGB Variations
Color information
#001543 (or 0x001543) is known color: Midnight Express. HEX triplet: 00, 15 and 43. RGB value is (0,21,67). Sum of RGB (Red+Green+Blue) = 0+21+67=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 21 (8.59% from 255 or 23.86% 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 #001543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001543 is #FFEABC. Grayscale: #131313. Windows color (decimal): -16771773 or 4396288. OLE color: 4396288.
HSL color Cylindrical-coordinate representation of color #001543: hue angle of 221.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001543 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 21 | 67 | - |
| CMYK | 1 | 0.69 | 0 | 0.74 |
| HSL | 221.19º | 1% | 0.13% | - |
| HSV(B) | 221.19º | 1% | 0.26% | - |
| XYZ | 1.28 | 0.94 | 5.42 | - |
| YUV | 19.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 67 | 1 | 0.69 | 0 | 0.74 | 221.19 | 1 | 0.13 |
| Hex | 0 | 15 | 43 | 64 | 45 | 0 | 4A | DD | 64 | D |
| Octal | 0 | 25 | 103 | 144 | 105 | 0 | 112 | 335 | 144 | 15 |
| Binary | 0 | 10101 | 1000011 | 1100100 | 1000101 | 0 | 1001010 | 11011101 | 1100100 | 1101 |
Color Harmonies of #001543
Complementary color
Monochromatic Colors of #001543
Black with #001543
Text Example
Text Example
White with #001543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001543; }
p { color: rgb(0,21,67); }
H1.HeaderClassName
{
color: #001543;
}
.AnyTagClassName
{
color: #001543;
}
</style>
background-color css
<style>
a { background-color: #001543; }
a { background-color: rgb(0,21,67); }
div.DivClassName
{
background-color: #001543;
}
.BgClassName
{
background-color: #001543;
}
</style>
border-color css
<style>
span { border-color: #001543; }
span { border-color: rgb(0,21,67); }
td.TdClassName
{
border-color: #001543;
}
.TagClassName
{
border-color: #001543;
}
</style>