Shades of Navy Blue #0A55E5
Tints of Navy Blue #0A55E5
RGB
CMYK
RGB Variations
Color information
#0A55E5 (or 0x0A55E5) is known color: Navy Blue. HEX triplet: 0A, 55 and E5. RGB value is (10,85,229). Sum of RGB (Red+Green+Blue) = 10+85+229=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 229 (89.84% from 255 or 70.68% from 324); Max value from RGB is 229 - color contains mainly: blue. Hex color #0A55E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A55E5 is #F5AA1A. Grayscale: #4E4E4E. Windows color (decimal): -16099867 or 15029514. OLE color: 15029514.
HSL color Cylindrical-coordinate representation of color #0A55E5: hue angle of 219.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A55E5 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 85 | 229 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.10 |
| HSL | 219.45º | 0.92% | 0.47% | - |
| HSV(B) | 219.45º | 0.96% | 0.9% | - |
| XYZ | 17.52 | 12.22 | 75.56 | - |
| YUV | 78.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 229 | 0.96 | 0.63 | 0 | 0.10 | 219.45 | 0.92 | 0.47 |
| Hex | A | 55 | E5 | 60 | 3F | 0 | A | DB | 5C | 2F |
| Octal | 12 | 125 | 345 | 140 | 77 | 0 | 12 | 333 | 134 | 57 |
| Binary | 1010 | 1010101 | 11100101 | 1100000 | 111111 | 0 | 1010 | 11011011 | 1011100 | 101111 |
Color Harmonies of #0A55E5
Complementary color
Monochromatic Colors of #0A55E5
Black with #0A55E5
Text Example
Text Example
White with #0A55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A55E5; }
p { color: rgb(10,85,229); }
H1.HeaderClassName
{
color: #0A55E5;
}
.AnyTagClassName
{
color: #0A55E5;
}
</style>
background-color css
<style>
a { background-color: #0A55E5; }
a { background-color: rgb(10,85,229); }
div.DivClassName
{
background-color: #0A55E5;
}
.BgClassName
{
background-color: #0A55E5;
}
</style>
border-color css
<style>
span { border-color: #0A55E5; }
span { border-color: rgb(10,85,229); }
td.TdClassName
{
border-color: #0A55E5;
}
.TagClassName
{
border-color: #0A55E5;
}
</style>