Shades of Navy Blue #0A62FA
Tints of Navy Blue #0A62FA
RGB
CMYK
RGB Variations
Color information
#0A62FA (or 0x0A62FA) is known color: Navy Blue. HEX triplet: 0A, 62 and FA. RGB value is (10,98,250). Sum of RGB (Red+Green+Blue) = 10+98+250=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A62FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A62FA is #F59D05. Grayscale: #585858. Windows color (decimal): -16096518 or 16409098. OLE color: 16409098.
HSL color Cylindrical-coordinate representation of color #0A62FA: hue angle of 218º 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 #0A62FA is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 98 | 250 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.02 |
| HSL | 218º | 0.96% | 0.51% | - |
| HSV(B) | 218º | 0.96% | 0.98% | - |
| XYZ | 21.75 | 15.7 | 92.33 | - |
| YUV | 89.02 | 218.85 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 250 | 0.96 | 0.61 | 0 | 0.02 | 218 | 0.96 | 0.51 |
| Hex | A | 62 | FA | 60 | 3D | 0 | 2 | DA | 60 | 33 |
| Octal | 12 | 142 | 372 | 140 | 75 | 0 | 2 | 332 | 140 | 63 |
| Binary | 1010 | 1100010 | 11111010 | 1100000 | 111101 | 0 | 10 | 11011010 | 1100000 | 110011 |
Color Harmonies of #0A62FA
Complementary color
Monochromatic Colors of #0A62FA
Black with #0A62FA
Text Example
Text Example
White with #0A62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A62FA; }
p { color: rgb(10,98,250); }
H1.HeaderClassName
{
color: #0A62FA;
}
.AnyTagClassName
{
color: #0A62FA;
}
</style>
background-color css
<style>
a { background-color: #0A62FA; }
a { background-color: rgb(10,98,250); }
div.DivClassName
{
background-color: #0A62FA;
}
.BgClassName
{
background-color: #0A62FA;
}
</style>
border-color css
<style>
span { border-color: #0A62FA; }
span { border-color: rgb(10,98,250); }
td.TdClassName
{
border-color: #0A62FA;
}
.TagClassName
{
border-color: #0A62FA;
}
</style>