Shades of Navy Blue #0A46EA
Tints of Navy Blue #0A46EA
RGB
CMYK
RGB Variations
Color information
#0A46EA (or 0x0A46EA) is known color: Navy Blue. HEX triplet: 0A, 46 and EA. RGB value is (10,70,234). Sum of RGB (Red+Green+Blue) = 10+70+234=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A46EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A46EA is #F5B915. Grayscale: #464646. Windows color (decimal): -16103702 or 15353354. OLE color: 15353354.
HSL color Cylindrical-coordinate representation of color #0A46EA: hue angle of 223.93º 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 #0A46EA is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 70 | 234 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.08 |
| HSL | 223.93º | 0.92% | 0.48% | - |
| HSV(B) | 223.93º | 0.96% | 0.92% | - |
| XYZ | 17.17 | 10.39 | 78.94 | - |
| YUV | 70.76 | 220.12 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 234 | 0.96 | 0.70 | 0 | 0.08 | 223.93 | 0.92 | 0.48 |
| Hex | A | 46 | EA | 60 | 46 | 0 | 8 | E0 | 5C | 30 |
| Octal | 12 | 106 | 352 | 140 | 106 | 0 | 10 | 340 | 134 | 60 |
| Binary | 1010 | 1000110 | 11101010 | 1100000 | 1000110 | 0 | 1000 | 11100000 | 1011100 | 110000 |
Color Harmonies of #0A46EA
Complementary color
Monochromatic Colors of #0A46EA
Black with #0A46EA
Text Example
Text Example
White with #0A46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A46EA; }
p { color: rgb(10,70,234); }
H1.HeaderClassName
{
color: #0A46EA;
}
.AnyTagClassName
{
color: #0A46EA;
}
</style>
background-color css
<style>
a { background-color: #0A46EA; }
a { background-color: rgb(10,70,234); }
div.DivClassName
{
background-color: #0A46EA;
}
.BgClassName
{
background-color: #0A46EA;
}
</style>
border-color css
<style>
span { border-color: #0A46EA; }
span { border-color: rgb(10,70,234); }
td.TdClassName
{
border-color: #0A46EA;
}
.TagClassName
{
border-color: #0A46EA;
}
</style>