Shades of Navy Blue #0A58FC
Tints of Navy Blue #0A58FC
RGB
CMYK
RGB Variations
Color information
#0A58FC (or 0x0A58FC) is known color: Navy Blue. HEX triplet: 0A, 58 and FC. RGB value is (10,88,252). Sum of RGB (Red+Green+Blue) = 10+88+252=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A58FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A58FC is #F5A703. Grayscale: #525252. Windows color (decimal): -16099076 or 16537610. OLE color: 16537610.
HSL color Cylindrical-coordinate representation of color #0A58FC: hue angle of 220.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A58FC is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 88 | 252 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.01 |
| HSL | 220.66º | 0.98% | 0.51% | - |
| HSV(B) | 220.66º | 0.96% | 0.99% | - |
| XYZ | 21.19 | 14.07 | 93.7 | - |
| YUV | 83.37 | 223.16 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 252 | 0.96 | 0.65 | 0 | 0.01 | 220.66 | 0.98 | 0.51 |
| Hex | A | 58 | FC | 60 | 41 | 0 | 1 | DD | 62 | 33 |
| Octal | 12 | 130 | 374 | 140 | 101 | 0 | 1 | 335 | 142 | 63 |
| Binary | 1010 | 1011000 | 11111100 | 1100000 | 1000001 | 0 | 1 | 11011101 | 1100010 | 110011 |
Color Harmonies of #0A58FC
Complementary color
Monochromatic Colors of #0A58FC
Black with #0A58FC
Text Example
Text Example
White with #0A58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A58FC; }
p { color: rgb(10,88,252); }
H1.HeaderClassName
{
color: #0A58FC;
}
.AnyTagClassName
{
color: #0A58FC;
}
</style>
background-color css
<style>
a { background-color: #0A58FC; }
a { background-color: rgb(10,88,252); }
div.DivClassName
{
background-color: #0A58FC;
}
.BgClassName
{
background-color: #0A58FC;
}
</style>
border-color css
<style>
span { border-color: #0A58FC; }
span { border-color: rgb(10,88,252); }
td.TdClassName
{
border-color: #0A58FC;
}
.TagClassName
{
border-color: #0A58FC;
}
</style>