Shades of Navy Blue #0A55E9
Tints of Navy Blue #0A55E9
RGB
CMYK
RGB Variations
Color information
#0A55E9 (or 0x0A55E9) is known color: Navy Blue. HEX triplet: 0A, 55 and E9. RGB value is (10,85,233). Sum of RGB (Red+Green+Blue) = 10+85+233=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #0A55E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A55E9 is #F5AA16. Grayscale: #4E4E4E. Windows color (decimal): -16099863 or 15291658. OLE color: 15291658.
HSL color Cylindrical-coordinate representation of color #0A55E9: hue angle of 219.82º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A55E9 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 85 | 233 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.09 |
| HSL | 219.82º | 0.92% | 0.48% | - |
| HSV(B) | 219.82º | 0.96% | 0.91% | - |
| XYZ | 18.08 | 12.44 | 78.54 | - |
| YUV | 79.45 | 214.65 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 233 | 0.96 | 0.64 | 0 | 0.09 | 219.82 | 0.92 | 0.48 |
| Hex | A | 55 | E9 | 60 | 40 | 0 | 9 | DC | 5C | 30 |
| Octal | 12 | 125 | 351 | 140 | 100 | 0 | 11 | 334 | 134 | 60 |
| Binary | 1010 | 1010101 | 11101001 | 1100000 | 1000000 | 0 | 1001 | 11011100 | 1011100 | 110000 |
Color Harmonies of #0A55E9
Complementary color
Monochromatic Colors of #0A55E9
Black with #0A55E9
Text Example
Text Example
White with #0A55E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A55E9; }
p { color: rgb(10,85,233); }
H1.HeaderClassName
{
color: #0A55E9;
}
.AnyTagClassName
{
color: #0A55E9;
}
</style>
background-color css
<style>
a { background-color: #0A55E9; }
a { background-color: rgb(10,85,233); }
div.DivClassName
{
background-color: #0A55E9;
}
.BgClassName
{
background-color: #0A55E9;
}
</style>
border-color css
<style>
span { border-color: #0A55E9; }
span { border-color: rgb(10,85,233); }
td.TdClassName
{
border-color: #0A55E9;
}
.TagClassName
{
border-color: #0A55E9;
}
</style>