Shades of Midnight Express #001434
Tints of Midnight Express #001434
RGB
CMYK
RGB Variations
Color information
#001434 (or 0x001434) is known color: Midnight Express. HEX triplet: 00, 14 and 34. RGB value is (0,20,52). Sum of RGB (Red+Green+Blue) = 0+20+52=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #001434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001434 is #FFEBCB. Grayscale: #111111. Windows color (decimal): -16772044 or 3412992. OLE color: 3412992.
HSL color Cylindrical-coordinate representation of color #001434: hue angle of 216.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001434 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 0 | 20 | 52 | - |
CMYK | 1 | 0.62 | 0 | 0.80 |
HSL | 216.92º | 1% | 0.1% | - |
HSV(B) | 216.92º | 1% | 0.2% | - |
XYZ | 0.87 | 0.75 | 3.35 | - |
YUV | 17.67 | 147.37 | 115.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 20 | 52 | 1 | 0.62 | 0 | 0.80 | 216.92 | 1 | 0.1 |
Hex | 0 | 14 | 34 | 64 | 3E | 0 | 50 | D9 | 64 | A |
Octal | 0 | 24 | 64 | 144 | 76 | 0 | 120 | 331 | 144 | 12 |
Binary | 0 | 10100 | 110100 | 1100100 | 111110 | 0 | 1010000 | 11011001 | 1100100 | 1010 |
Color Harmonies of #001434
Complementary color
Monochromatic Colors of #001434
Black with #001434
Text Example
Text Example
White with #001434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001434; }
p { color: rgb(0,20,52); }
H1.HeaderClassName
{
color: #001434;
}
.AnyTagClassName
{
color: #001434;
}
</style>
background-color css
<style>
a { background-color: #001434; }
a { background-color: rgb(0,20,52); }
div.DivClassName
{
background-color: #001434;
}
.BgClassName
{
background-color: #001434;
}
</style>
border-color css
<style>
span { border-color: #001434; }
span { border-color: rgb(0,20,52); }
td.TdClassName
{
border-color: #001434;
}
.TagClassName
{
border-color: #001434;
}
</style>