Shades of Midnight Express #011335
Tints of Midnight Express #011335
RGB
CMYK
RGB Variations
Color information
#011335 (or 0x011335) is known color: Midnight Express. HEX triplet: 01, 13 and 35. RGB value is (1,19,53). Sum of RGB (Red+Green+Blue) = 1+19+53=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 53 (21.09% from 255 or 72.60% from 73); Max value from RGB is 53 - color contains mainly: blue. Hex color #011335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011335 is #FEECCA. Grayscale: #111111. Windows color (decimal): -16706763 or 3478273. OLE color: 3478273.
HSL color Cylindrical-coordinate representation of color #011335: hue angle of 219.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011335 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 19 | 53 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.79 |
| HSL | 219.23º | 0.96% | 0.11% | - |
| HSV(B) | 219.23º | 0.98% | 0.21% | - |
| XYZ | 0.89 | 0.73 | 3.46 | - |
| YUV | 17.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 53 | 0.98 | 0.64 | 0 | 0.79 | 219.23 | 0.96 | 0.11 |
| Hex | 1 | 13 | 35 | 62 | 40 | 0 | 4F | DB | 60 | B |
| Octal | 1 | 23 | 65 | 142 | 100 | 0 | 117 | 333 | 140 | 13 |
| Binary | 1 | 10011 | 110101 | 1100010 | 1000000 | 0 | 1001111 | 11011011 | 1100000 | 1011 |
Color Harmonies of #011335
Complementary color
Monochromatic Colors of #011335
Black with #011335
Text Example
Text Example
White with #011335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011335; }
p { color: rgb(1,19,53); }
H1.HeaderClassName
{
color: #011335;
}
.AnyTagClassName
{
color: #011335;
}
</style>
background-color css
<style>
a { background-color: #011335; }
a { background-color: rgb(1,19,53); }
div.DivClassName
{
background-color: #011335;
}
.BgClassName
{
background-color: #011335;
}
</style>
border-color css
<style>
span { border-color: #011335; }
span { border-color: rgb(1,19,53); }
td.TdClassName
{
border-color: #011335;
}
.TagClassName
{
border-color: #011335;
}
</style>