Shades of Midnight Express #001340
Tints of Midnight Express #001340
RGB
CMYK
RGB Variations
Color information
#001340 (or 0x001340) is known color: Midnight Express. HEX triplet: 00, 13 and 40. RGB value is (0,19,64). Sum of RGB (Red+Green+Blue) = 0+19+64=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #001340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001340 is #FFECBF. Grayscale: #121212. Windows color (decimal): -16772288 or 4199168. OLE color: 4199168.
HSL color Cylindrical-coordinate representation of color #001340: hue angle of 222.19º 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 #001340 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 19 | 64 | - |
| CMYK | 1 | 0.70 | 0 | 0.75 |
| HSL | 222.19º | 1% | 0.13% | - |
| HSV(B) | 222.19º | 1% | 0.25% | - |
| XYZ | 1.16 | 0.84 | 4.95 | - |
| YUV | 18.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 64 | 1 | 0.70 | 0 | 0.75 | 222.19 | 1 | 0.13 |
| Hex | 0 | 13 | 40 | 64 | 46 | 0 | 4B | DE | 64 | D |
| Octal | 0 | 23 | 100 | 144 | 106 | 0 | 113 | 336 | 144 | 15 |
| Binary | 0 | 10011 | 1000000 | 1100100 | 1000110 | 0 | 1001011 | 11011110 | 1100100 | 1101 |
Color Harmonies of #001340
Complementary color
Monochromatic Colors of #001340
Black with #001340
Text Example
Text Example
White with #001340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001340; }
p { color: rgb(0,19,64); }
H1.HeaderClassName
{
color: #001340;
}
.AnyTagClassName
{
color: #001340;
}
</style>
background-color css
<style>
a { background-color: #001340; }
a { background-color: rgb(0,19,64); }
div.DivClassName
{
background-color: #001340;
}
.BgClassName
{
background-color: #001340;
}
</style>
border-color css
<style>
span { border-color: #001340; }
span { border-color: rgb(0,19,64); }
td.TdClassName
{
border-color: #001340;
}
.TagClassName
{
border-color: #001340;
}
</style>