Shades of Navy Blue #0A7EE0
Tints of Navy Blue #0A7EE0
RGB
CMYK
RGB Variations
Color information
#0A7EE0 (or 0x0A7EE0) is known color: Navy Blue. HEX triplet: 0A, 7E and E0. RGB value is (10,126,224). Sum of RGB (Red+Green+Blue) = 10+126+224=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #0A7EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7EE0 is #F5811F. Grayscale: #656565. Windows color (decimal): -16089376 or 14712330. OLE color: 14712330.
HSL color Cylindrical-coordinate representation of color #0A7EE0: hue angle of 207.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7EE0 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 126 | 224 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.12 |
| HSL | 207.48º | 0.91% | 0.46% | - |
| HSV(B) | 207.48º | 0.96% | 0.88% | - |
| XYZ | 21.04 | 20.37 | 73.34 | - |
| YUV | 102.49 | 196.57 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 224 | 0.96 | 0.44 | 0 | 0.12 | 207.48 | 0.91 | 0.46 |
| Hex | A | 7E | E0 | 60 | 2C | 0 | C | CF | 5B | 2E |
| Octal | 12 | 176 | 340 | 140 | 54 | 0 | 14 | 317 | 133 | 56 |
| Binary | 1010 | 1111110 | 11100000 | 1100000 | 101100 | 0 | 1100 | 11001111 | 1011011 | 101110 |
Color Harmonies of #0A7EE0
Complementary color
Monochromatic Colors of #0A7EE0
Black with #0A7EE0
Text Example
Text Example
White with #0A7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7EE0; }
p { color: rgb(10,126,224); }
H1.HeaderClassName
{
color: #0A7EE0;
}
.AnyTagClassName
{
color: #0A7EE0;
}
</style>
background-color css
<style>
a { background-color: #0A7EE0; }
a { background-color: rgb(10,126,224); }
div.DivClassName
{
background-color: #0A7EE0;
}
.BgClassName
{
background-color: #0A7EE0;
}
</style>
border-color css
<style>
span { border-color: #0A7EE0; }
span { border-color: rgb(10,126,224); }
td.TdClassName
{
border-color: #0A7EE0;
}
.TagClassName
{
border-color: #0A7EE0;
}
</style>