Shades of Navy Blue #0A5FEA
Tints of Navy Blue #0A5FEA
RGB
CMYK
RGB Variations
Color information
#0A5FEA (or 0x0A5FEA) is known color: Navy Blue. HEX triplet: 0A, 5F and EA. RGB value is (10,95,234). Sum of RGB (Red+Green+Blue) = 10+95+234=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A5FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5FEA is #F5A015. Grayscale: #545454. Windows color (decimal): -16097302 or 15359754. OLE color: 15359754.
HSL color Cylindrical-coordinate representation of color #0A5FEA: hue angle of 217.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5FEA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 95 | 234 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.08 |
| HSL | 217.23º | 0.92% | 0.48% | - |
| HSV(B) | 217.23º | 0.96% | 0.92% | - |
| XYZ | 19.07 | 14.19 | 79.58 | - |
| YUV | 85.43 | 211.84 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 95 | 234 | 0.96 | 0.59 | 0 | 0.08 | 217.23 | 0.92 | 0.48 |
| Hex | A | 5F | EA | 60 | 3B | 0 | 8 | D9 | 5C | 30 |
| Octal | 12 | 137 | 352 | 140 | 73 | 0 | 10 | 331 | 134 | 60 |
| Binary | 1010 | 1011111 | 11101010 | 1100000 | 111011 | 0 | 1000 | 11011001 | 1011100 | 110000 |
Color Harmonies of #0A5FEA
Complementary color
Monochromatic Colors of #0A5FEA
Black with #0A5FEA
Text Example
Text Example
White with #0A5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5FEA; }
p { color: rgb(10,95,234); }
H1.HeaderClassName
{
color: #0A5FEA;
}
.AnyTagClassName
{
color: #0A5FEA;
}
</style>
background-color css
<style>
a { background-color: #0A5FEA; }
a { background-color: rgb(10,95,234); }
div.DivClassName
{
background-color: #0A5FEA;
}
.BgClassName
{
background-color: #0A5FEA;
}
</style>
border-color css
<style>
span { border-color: #0A5FEA; }
span { border-color: rgb(10,95,234); }
td.TdClassName
{
border-color: #0A5FEA;
}
.TagClassName
{
border-color: #0A5FEA;
}
</style>