Shades of Midnight Express #001433
Tints of Midnight Express #001433
RGB
CMYK
RGB Variations
Color information
#001433 (or 0x001433) is known color: Midnight Express. HEX triplet: 00, 14 and 33. RGB value is (0,20,51). Sum of RGB (Red+Green+Blue) = 0+20+51=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #001433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001433 is #FFEBCC. Grayscale: #111111. Windows color (decimal): -16772045 or 3347456. OLE color: 3347456.
HSL color Cylindrical-coordinate representation of color #001433: hue angle of 216.47º 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 #001433 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 20 | 51 | - |
| CMYK | 1 | 0.61 | 0 | 0.8 |
| HSL | 216.47º | 1% | 0.1% | - |
| HSV(B) | 216.47º | 1% | 0.2% | - |
| XYZ | 0.85 | 0.74 | 3.23 | - |
| YUV | 17.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 51 | 1 | 0.61 | 0 | 0.8 | 216.47 | 1 | 0.1 |
| Hex | 0 | 14 | 33 | 64 | 3D | 0 | 50 | D8 | 64 | A |
| Octal | 0 | 24 | 63 | 144 | 75 | 0 | 120 | 330 | 144 | 12 |
| Binary | 0 | 10100 | 110011 | 1100100 | 111101 | 0 | 1010000 | 11011000 | 1100100 | 1010 |
Color Harmonies of #001433
Complementary color
Monochromatic Colors of #001433
Black with #001433
Text Example
Text Example
White with #001433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001433; }
p { color: rgb(0,20,51); }
H1.HeaderClassName
{
color: #001433;
}
.AnyTagClassName
{
color: #001433;
}
</style>
background-color css
<style>
a { background-color: #001433; }
a { background-color: rgb(0,20,51); }
div.DivClassName
{
background-color: #001433;
}
.BgClassName
{
background-color: #001433;
}
</style>
border-color css
<style>
span { border-color: #001433; }
span { border-color: rgb(0,20,51); }
td.TdClassName
{
border-color: #001433;
}
.TagClassName
{
border-color: #001433;
}
</style>