Shades of Navy Blue #0A59EB
Tints of Navy Blue #0A59EB
RGB
CMYK
RGB Variations
Color information
#0A59EB (or 0x0A59EB) is known color: Navy Blue. HEX triplet: 0A, 59 and EB. RGB value is (10,89,235). Sum of RGB (Red+Green+Blue) = 10+89+235=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A59EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A59EB is #F5A614. Grayscale: #515151. Windows color (decimal): -16098837 or 15423754. OLE color: 15423754.
HSL color Cylindrical-coordinate representation of color #0A59EB: hue angle of 218.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 #0A59EB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 89 | 235 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.08 |
| HSL | 218.93º | 0.92% | 0.48% | - |
| HSV(B) | 218.93º | 0.96% | 0.92% | - |
| XYZ | 18.69 | 13.21 | 80.16 | - |
| YUV | 82.02 | 214.33 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 235 | 0.96 | 0.62 | 0 | 0.08 | 218.93 | 0.92 | 0.48 |
| Hex | A | 59 | EB | 60 | 3E | 0 | 8 | DB | 5C | 30 |
| Octal | 12 | 131 | 353 | 140 | 76 | 0 | 10 | 333 | 134 | 60 |
| Binary | 1010 | 1011001 | 11101011 | 1100000 | 111110 | 0 | 1000 | 11011011 | 1011100 | 110000 |
Color Harmonies of #0A59EB
Complementary color
Monochromatic Colors of #0A59EB
Black with #0A59EB
Text Example
Text Example
White with #0A59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A59EB; }
p { color: rgb(10,89,235); }
H1.HeaderClassName
{
color: #0A59EB;
}
.AnyTagClassName
{
color: #0A59EB;
}
</style>
background-color css
<style>
a { background-color: #0A59EB; }
a { background-color: rgb(10,89,235); }
div.DivClassName
{
background-color: #0A59EB;
}
.BgClassName
{
background-color: #0A59EB;
}
</style>
border-color css
<style>
span { border-color: #0A59EB; }
span { border-color: rgb(10,89,235); }
td.TdClassName
{
border-color: #0A59EB;
}
.TagClassName
{
border-color: #0A59EB;
}
</style>