Shades of Midnight Express #010E3F
Tints of Midnight Express #010E3F
RGB
CMYK
RGB Variations
Color information
#010E3F (or 0x010E3F) is known color: Midnight Express. HEX triplet: 01, 0E and 3F. RGB value is (1,14,63). Sum of RGB (Red+Green+Blue) = 1+14+63=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 63 (25% from 255 or 80.77% from 78); Max value from RGB is 63 - color contains mainly: blue. Hex color #010E3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E3F is #FEF1C0. Grayscale: #0F0F0F. Windows color (decimal): -16708033 or 4132353. OLE color: 4132353.
HSL color Cylindrical-coordinate representation of color #010E3F: hue angle of 227.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E3F is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 14 | 63 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.75 |
| HSL | 227.42º | 0.97% | 0.13% | - |
| HSV(B) | 227.42º | 0.98% | 0.25% | - |
| XYZ | 1.07 | 0.68 | 4.78 | - |
| YUV | 15.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 63 | 0.98 | 0.78 | 0 | 0.75 | 227.42 | 0.97 | 0.13 |
| Hex | 1 | E | 3F | 62 | 4E | 0 | 4B | E3 | 61 | D |
| Octal | 1 | 16 | 77 | 142 | 116 | 0 | 113 | 343 | 141 | 15 |
| Binary | 1 | 1110 | 111111 | 1100010 | 1001110 | 0 | 1001011 | 11100011 | 1100001 | 1101 |
Color Harmonies of #010E3F
Complementary color
Monochromatic Colors of #010E3F
Black with #010E3F
Text Example
Text Example
White with #010E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E3F; }
p { color: rgb(1,14,63); }
H1.HeaderClassName
{
color: #010E3F;
}
.AnyTagClassName
{
color: #010E3F;
}
</style>
background-color css
<style>
a { background-color: #010E3F; }
a { background-color: rgb(1,14,63); }
div.DivClassName
{
background-color: #010E3F;
}
.BgClassName
{
background-color: #010E3F;
}
</style>
border-color css
<style>
span { border-color: #010E3F; }
span { border-color: rgb(1,14,63); }
td.TdClassName
{
border-color: #010E3F;
}
.TagClassName
{
border-color: #010E3F;
}
</style>