Shades of New Midnight Blue #010EAF
Tints of New Midnight Blue #010EAF
RGB
CMYK
RGB Variations
Color information
#010EAF (or 0x010EAF) is known color: New Midnight Blue. HEX triplet: 01, 0E and AF. RGB value is (1,14,175). Sum of RGB (Red+Green+Blue) = 1+14+175=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 175 (68.75% from 255 or 92.11% from 190); Max value from RGB is 175 - color contains mainly: blue. Hex color #010EAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010EAF is #FEF150. Grayscale: #1B1B1B. Windows color (decimal): -16707921 or 11472385. OLE color: 11472385.
HSL color Cylindrical-coordinate representation of color #010EAF: hue angle of 235.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EAF is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 14 | 175 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.31 |
| HSL | 235.52º | 0.99% | 0.35% | - |
| HSV(B) | 235.52º | 0.99% | 0.69% | - |
| XYZ | 7.91 | 3.42 | 40.8 | - |
| YUV | 28.47 | 210.69 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 175 | 0.99 | 0.92 | 0 | 0.31 | 235.52 | 0.99 | 0.35 |
| Hex | 1 | E | AF | 63 | 5C | 0 | 1F | EC | 63 | 23 |
| Octal | 1 | 16 | 257 | 143 | 134 | 0 | 37 | 354 | 143 | 43 |
| Binary | 1 | 1110 | 10101111 | 1100011 | 1011100 | 0 | 11111 | 11101100 | 1100011 | 100011 |
Color Harmonies of #010EAF
Complementary color
Monochromatic Colors of #010EAF
Black with #010EAF
Text Example
Text Example
White with #010EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EAF; }
p { color: rgb(1,14,175); }
H1.HeaderClassName
{
color: #010EAF;
}
.AnyTagClassName
{
color: #010EAF;
}
</style>
background-color css
<style>
a { background-color: #010EAF; }
a { background-color: rgb(1,14,175); }
div.DivClassName
{
background-color: #010EAF;
}
.BgClassName
{
background-color: #010EAF;
}
</style>
border-color css
<style>
span { border-color: #010EAF; }
span { border-color: rgb(1,14,175); }
td.TdClassName
{
border-color: #010EAF;
}
.TagClassName
{
border-color: #010EAF;
}
</style>