Shades of Navy Blue #0A59FF
Tints of Navy Blue #0A59FF
RGB
CMYK
RGB Variations
Color information
#0A59FF (or 0x0A59FF) is known color: Navy Blue. HEX triplet: 0A, 59 and FF. RGB value is (10,89,255). Sum of RGB (Red+Green+Blue) = 10+89+255=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A59FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A59FF is #F5A600. Grayscale: #535353. Windows color (decimal): -16098817 or 16734474. OLE color: 16734474.
HSL color Cylindrical-coordinate representation of color #0A59FF: hue angle of 220.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A59FF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 89 | 255 | - |
| CMYK | 0.96 | 0.65 | 0 | 0 |
| HSL | 220.65º | 1% | 0.52% | - |
| HSV(B) | 220.65º | 0.96% | 1% | - |
| XYZ | 21.75 | 14.43 | 96.25 | - |
| YUV | 84.3 | 224.33 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 255 | 0.96 | 0.65 | 0 | 0 | 220.65 | 1 | 0.52 |
| Hex | A | 59 | FF | 60 | 41 | 0 | 0 | DD | 64 | 34 |
| Octal | 12 | 131 | 377 | 140 | 101 | 0 | 0 | 335 | 144 | 64 |
| Binary | 1010 | 1011001 | 11111111 | 1100000 | 1000001 | 0 | 0 | 11011101 | 1100100 | 110100 |
Color Harmonies of #0A59FF
Complementary color
Monochromatic Colors of #0A59FF
Black with #0A59FF
Text Example
Text Example
White with #0A59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A59FF; }
p { color: rgb(10,89,255); }
H1.HeaderClassName
{
color: #0A59FF;
}
.AnyTagClassName
{
color: #0A59FF;
}
</style>
background-color css
<style>
a { background-color: #0A59FF; }
a { background-color: rgb(10,89,255); }
div.DivClassName
{
background-color: #0A59FF;
}
.BgClassName
{
background-color: #0A59FF;
}
</style>
border-color css
<style>
span { border-color: #0A59FF; }
span { border-color: rgb(10,89,255); }
td.TdClassName
{
border-color: #0A59FF;
}
.TagClassName
{
border-color: #0A59FF;
}
</style>