Shades of Midnight Express #010E35
Tints of Midnight Express #010E35
RGB
CMYK
RGB Variations
Color information
#010E35 (or 0x010E35) is known color: Midnight Express. HEX triplet: 01, 0E and 35. RGB value is (1,14,53). Sum of RGB (Red+Green+Blue) = 1+14+53=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 53 (21.09% from 255 or 77.94% from 68); Max value from RGB is 53 - color contains mainly: blue. Hex color #010E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E35 is #FEF1CA. Grayscale: #0E0E0E. Windows color (decimal): -16708043 or 3476993. OLE color: 3476993.
HSL color Cylindrical-coordinate representation of color #010E35: hue angle of 225º 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 #010E35 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 14 | 53 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.79 |
| HSL | 225º | 0.96% | 0.11% | - |
| HSV(B) | 225º | 0.98% | 0.21% | - |
| XYZ | 0.81 | 0.58 | 3.44 | - |
| YUV | 14.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 53 | 0.98 | 0.74 | 0 | 0.79 | 225 | 0.96 | 0.11 |
| Hex | 1 | E | 35 | 62 | 4A | 0 | 4F | E1 | 60 | B |
| Octal | 1 | 16 | 65 | 142 | 112 | 0 | 117 | 341 | 140 | 13 |
| Binary | 1 | 1110 | 110101 | 1100010 | 1001010 | 0 | 1001111 | 11100001 | 1100000 | 1011 |
Color Harmonies of #010E35
Complementary color
Monochromatic Colors of #010E35
Black with #010E35
Text Example
Text Example
White with #010E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E35; }
p { color: rgb(1,14,53); }
H1.HeaderClassName
{
color: #010E35;
}
.AnyTagClassName
{
color: #010E35;
}
</style>
background-color css
<style>
a { background-color: #010E35; }
a { background-color: rgb(1,14,53); }
div.DivClassName
{
background-color: #010E35;
}
.BgClassName
{
background-color: #010E35;
}
</style>
border-color css
<style>
span { border-color: #010E35; }
span { border-color: rgb(1,14,53); }
td.TdClassName
{
border-color: #010E35;
}
.TagClassName
{
border-color: #010E35;
}
</style>