Shades of Navy Blue #0A5FE0
Tints of Navy Blue #0A5FE0
RGB
CMYK
RGB Variations
Color information
#0A5FE0 (or 0x0A5FE0) is known color: Navy Blue. HEX triplet: 0A, 5F and E0. RGB value is (10,95,224). Sum of RGB (Red+Green+Blue) = 10+95+224=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #0A5FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5FE0 is #F5A01F. Grayscale: #535353. Windows color (decimal): -16097312 or 14704394. OLE color: 14704394.
HSL color Cylindrical-coordinate representation of color #0A5FE0: hue angle of 216.17º 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 #0A5FE0 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 95 | 224 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.12 |
| HSL | 216.17º | 0.91% | 0.46% | - |
| HSV(B) | 216.17º | 0.96% | 0.88% | - |
| XYZ | 17.67 | 13.63 | 72.22 | - |
| YUV | 84.29 | 206.84 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 95 | 224 | 0.96 | 0.58 | 0 | 0.12 | 216.17 | 0.91 | 0.46 |
| Hex | A | 5F | E0 | 60 | 3A | 0 | C | D8 | 5B | 2E |
| Octal | 12 | 137 | 340 | 140 | 72 | 0 | 14 | 330 | 133 | 56 |
| Binary | 1010 | 1011111 | 11100000 | 1100000 | 111010 | 0 | 1100 | 11011000 | 1011011 | 101110 |
Color Harmonies of #0A5FE0
Complementary color
Monochromatic Colors of #0A5FE0
Black with #0A5FE0
Text Example
Text Example
White with #0A5FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5FE0; }
p { color: rgb(10,95,224); }
H1.HeaderClassName
{
color: #0A5FE0;
}
.AnyTagClassName
{
color: #0A5FE0;
}
</style>
background-color css
<style>
a { background-color: #0A5FE0; }
a { background-color: rgb(10,95,224); }
div.DivClassName
{
background-color: #0A5FE0;
}
.BgClassName
{
background-color: #0A5FE0;
}
</style>
border-color css
<style>
span { border-color: #0A5FE0; }
span { border-color: rgb(10,95,224); }
td.TdClassName
{
border-color: #0A5FE0;
}
.TagClassName
{
border-color: #0A5FE0;
}
</style>