Shades of New Midnight Blue #0A14AA
Tints of New Midnight Blue #0A14AA
RGB
CMYK
RGB Variations
Color information
#0A14AA (or 0x0A14AA) is known color: New Midnight Blue. HEX triplet: 0A, 14 and AA. RGB value is (10,20,170). Sum of RGB (Red+Green+Blue) = 10+20+170=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A14AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A14AA is #F5EB55. Grayscale: #212121. Windows color (decimal): -16116566 or 11146250. OLE color: 11146250.
HSL color Cylindrical-coordinate representation of color #0A14AA: hue angle of 236.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A14AA is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 20 | 170 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.33 |
| HSL | 236.25º | 0.89% | 0.35% | - |
| HSV(B) | 236.25º | 0.94% | 0.67% | - |
| XYZ | 7.63 | 3.47 | 38.3 | - |
| YUV | 34.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 170 | 0.94 | 0.88 | 0 | 0.33 | 236.25 | 0.89 | 0.35 |
| Hex | A | 14 | AA | 5E | 58 | 0 | 21 | EC | 59 | 23 |
| Octal | 12 | 24 | 252 | 136 | 130 | 0 | 41 | 354 | 131 | 43 |
| Binary | 1010 | 10100 | 10101010 | 1011110 | 1011000 | 0 | 100001 | 11101100 | 1011001 | 100011 |
Color Harmonies of #0A14AA
Complementary color
Monochromatic Colors of #0A14AA
Black with #0A14AA
Text Example
Text Example
White with #0A14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A14AA; }
p { color: rgb(10,20,170); }
H1.HeaderClassName
{
color: #0A14AA;
}
.AnyTagClassName
{
color: #0A14AA;
}
</style>
background-color css
<style>
a { background-color: #0A14AA; }
a { background-color: rgb(10,20,170); }
div.DivClassName
{
background-color: #0A14AA;
}
.BgClassName
{
background-color: #0A14AA;
}
</style>
border-color css
<style>
span { border-color: #0A14AA; }
span { border-color: rgb(10,20,170); }
td.TdClassName
{
border-color: #0A14AA;
}
.TagClassName
{
border-color: #0A14AA;
}
</style>