Shades of New Midnight Blue #010EAE
Tints of New Midnight Blue #010EAE
RGB
CMYK
RGB Variations
Color information
#010EAE (or 0x010EAE) is known color: New Midnight Blue. HEX triplet: 01, 0E and AE. RGB value is (1,14,174). Sum of RGB (Red+Green+Blue) = 1+14+174=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 174 (68.36% from 255 or 92.06% from 189); Max value from RGB is 174 - color contains mainly: blue. Hex color #010EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010EAE is #FEF151. Grayscale: #1B1B1B. Windows color (decimal): -16707922 or 11406849. OLE color: 11406849.
HSL color Cylindrical-coordinate representation of color #010EAE: hue angle of 235.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EAE is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 14 | 174 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.32 |
| HSL | 235.49º | 0.99% | 0.34% | - |
| HSV(B) | 235.49º | 0.99% | 0.68% | - |
| XYZ | 7.81 | 3.38 | 40.28 | - |
| YUV | 28.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 174 | 0.99 | 0.92 | 0 | 0.32 | 235.49 | 0.99 | 0.34 |
| Hex | 1 | E | AE | 63 | 5C | 0 | 20 | EB | 63 | 22 |
| Octal | 1 | 16 | 256 | 143 | 134 | 0 | 40 | 353 | 143 | 42 |
| Binary | 1 | 1110 | 10101110 | 1100011 | 1011100 | 0 | 100000 | 11101011 | 1100011 | 100010 |
Color Harmonies of #010EAE
Complementary color
Monochromatic Colors of #010EAE
Black with #010EAE
Text Example
Text Example
White with #010EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EAE; }
p { color: rgb(1,14,174); }
H1.HeaderClassName
{
color: #010EAE;
}
.AnyTagClassName
{
color: #010EAE;
}
</style>
background-color css
<style>
a { background-color: #010EAE; }
a { background-color: rgb(1,14,174); }
div.DivClassName
{
background-color: #010EAE;
}
.BgClassName
{
background-color: #010EAE;
}
</style>
border-color css
<style>
span { border-color: #010EAE; }
span { border-color: rgb(1,14,174); }
td.TdClassName
{
border-color: #010EAE;
}
.TagClassName
{
border-color: #010EAE;
}
</style>