Shades of Navy Blue #0A5EFA
Tints of Navy Blue #0A5EFA
RGB
CMYK
RGB Variations
Color information
#0A5EFA (or 0x0A5EFA) is known color: Navy Blue. HEX triplet: 0A, 5E and FA. RGB value is (10,94,250). Sum of RGB (Red+Green+Blue) = 10+94+250=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A5EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5EFA is #F5A105. Grayscale: #555555. Windows color (decimal): -16097542 or 16408074. OLE color: 16408074.
HSL color Cylindrical-coordinate representation of color #0A5EFA: hue angle of 219º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5EFA is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 94 | 250 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.02 |
| HSL | 219º | 0.96% | 0.51% | - |
| HSV(B) | 219º | 0.96% | 0.98% | - |
| XYZ | 21.38 | 14.97 | 92.21 | - |
| YUV | 86.67 | 220.17 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 94 | 250 | 0.96 | 0.62 | 0 | 0.02 | 219 | 0.96 | 0.51 |
| Hex | A | 5E | FA | 60 | 3E | 0 | 2 | DB | 60 | 33 |
| Octal | 12 | 136 | 372 | 140 | 76 | 0 | 2 | 333 | 140 | 63 |
| Binary | 1010 | 1011110 | 11111010 | 1100000 | 111110 | 0 | 10 | 11011011 | 1100000 | 110011 |
Color Harmonies of #0A5EFA
Complementary color
Monochromatic Colors of #0A5EFA
Black with #0A5EFA
Text Example
Text Example
White with #0A5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5EFA; }
p { color: rgb(10,94,250); }
H1.HeaderClassName
{
color: #0A5EFA;
}
.AnyTagClassName
{
color: #0A5EFA;
}
</style>
background-color css
<style>
a { background-color: #0A5EFA; }
a { background-color: rgb(10,94,250); }
div.DivClassName
{
background-color: #0A5EFA;
}
.BgClassName
{
background-color: #0A5EFA;
}
</style>
border-color css
<style>
span { border-color: #0A5EFA; }
span { border-color: rgb(10,94,250); }
td.TdClassName
{
border-color: #0A5EFA;
}
.TagClassName
{
border-color: #0A5EFA;
}
</style>