Shades of New Midnight Blue #0A0EAF
Tints of New Midnight Blue #0A0EAF
RGB
CMYK
RGB Variations
Color information
#0A0EAF (or 0x0A0EAF) is known color: New Midnight Blue. HEX triplet: 0A, 0E and AF. RGB value is (10,14,175). Sum of RGB (Red+Green+Blue) = 10+14+175=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A0EAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0EAF is #F5F150. Grayscale: #1E1E1E. Windows color (decimal): -16118097 or 11472394. OLE color: 11472394.
HSL color Cylindrical-coordinate representation of color #0A0EAF: hue angle of 238.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0EAF is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 14 | 175 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.31 |
| HSL | 238.55º | 0.89% | 0.36% | - |
| HSV(B) | 238.55º | 0.94% | 0.69% | - |
| XYZ | 8.02 | 3.47 | 40.81 | - |
| YUV | 31.16 | 209.17 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 175 | 0.94 | 0.92 | 0 | 0.31 | 238.55 | 0.89 | 0.36 |
| Hex | A | E | AF | 5E | 5C | 0 | 1F | EF | 59 | 24 |
| Octal | 12 | 16 | 257 | 136 | 134 | 0 | 37 | 357 | 131 | 44 |
| Binary | 1010 | 1110 | 10101111 | 1011110 | 1011100 | 0 | 11111 | 11101111 | 1011001 | 100100 |
Color Harmonies of #0A0EAF
Complementary color
Monochromatic Colors of #0A0EAF
Black with #0A0EAF
Text Example
Text Example
White with #0A0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EAF; }
p { color: rgb(10,14,175); }
H1.HeaderClassName
{
color: #0A0EAF;
}
.AnyTagClassName
{
color: #0A0EAF;
}
</style>
background-color css
<style>
a { background-color: #0A0EAF; }
a { background-color: rgb(10,14,175); }
div.DivClassName
{
background-color: #0A0EAF;
}
.BgClassName
{
background-color: #0A0EAF;
}
</style>
border-color css
<style>
span { border-color: #0A0EAF; }
span { border-color: rgb(10,14,175); }
td.TdClassName
{
border-color: #0A0EAF;
}
.TagClassName
{
border-color: #0A0EAF;
}
</style>