Shades of Navy Blue #0A72E5
Tints of Navy Blue #0A72E5
RGB
CMYK
RGB Variations
Color information
#0A72E5 (or 0x0A72E5) is known color: Navy Blue. HEX triplet: 0A, 72 and E5. RGB value is (10,114,229). Sum of RGB (Red+Green+Blue) = 10+114+229=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #0A72E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A72E5 is #F58D1A. Grayscale: #5F5F5F. Windows color (decimal): -16092443 or 15036938. OLE color: 15036938.
HSL color Cylindrical-coordinate representation of color #0A72E5: hue angle of 211.51º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A72E5 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 114 | 229 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.10 |
| HSL | 211.51º | 0.92% | 0.47% | - |
| HSV(B) | 211.51º | 0.96% | 0.9% | - |
| XYZ | 20.29 | 17.76 | 76.49 | - |
| YUV | 96.01 | 203.04 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 229 | 0.96 | 0.50 | 0 | 0.10 | 211.51 | 0.92 | 0.47 |
| Hex | A | 72 | E5 | 60 | 32 | 0 | A | D4 | 5C | 2F |
| Octal | 12 | 162 | 345 | 140 | 62 | 0 | 12 | 324 | 134 | 57 |
| Binary | 1010 | 1110010 | 11100101 | 1100000 | 110010 | 0 | 1010 | 11010100 | 1011100 | 101111 |
Color Harmonies of #0A72E5
Complementary color
Monochromatic Colors of #0A72E5
Black with #0A72E5
Text Example
Text Example
White with #0A72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A72E5; }
p { color: rgb(10,114,229); }
H1.HeaderClassName
{
color: #0A72E5;
}
.AnyTagClassName
{
color: #0A72E5;
}
</style>
background-color css
<style>
a { background-color: #0A72E5; }
a { background-color: rgb(10,114,229); }
div.DivClassName
{
background-color: #0A72E5;
}
.BgClassName
{
background-color: #0A72E5;
}
</style>
border-color css
<style>
span { border-color: #0A72E5; }
span { border-color: rgb(10,114,229); }
td.TdClassName
{
border-color: #0A72E5;
}
.TagClassName
{
border-color: #0A72E5;
}
</style>