Shades of Navy Blue #0A5BFF
Tints of Navy Blue #0A5BFF
RGB
CMYK
RGB Variations
Color information
#0A5BFF (or 0x0A5BFF) is known color: Navy Blue. HEX triplet: 0A, 5B and FF. RGB value is (10,91,255). Sum of RGB (Red+Green+Blue) = 10+91+255=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A5BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5BFF is #F5A400. Grayscale: #545454. Windows color (decimal): -16098305 or 16734986. OLE color: 16734986.
HSL color Cylindrical-coordinate representation of color #0A5BFF: hue angle of 220.16º 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 #0A5BFF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 91 | 255 | - |
| CMYK | 0.96 | 0.64 | 0 | 0 |
| HSL | 220.16º | 1% | 0.52% | - |
| HSV(B) | 220.16º | 0.96% | 1% | - |
| XYZ | 21.92 | 14.77 | 96.3 | - |
| YUV | 85.48 | 223.66 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 255 | 0.96 | 0.64 | 0 | 0 | 220.16 | 1 | 0.52 |
| Hex | A | 5B | FF | 60 | 40 | 0 | 0 | DC | 64 | 34 |
| Octal | 12 | 133 | 377 | 140 | 100 | 0 | 0 | 334 | 144 | 64 |
| Binary | 1010 | 1011011 | 11111111 | 1100000 | 1000000 | 0 | 0 | 11011100 | 1100100 | 110100 |
Color Harmonies of #0A5BFF
Complementary color
Monochromatic Colors of #0A5BFF
Black with #0A5BFF
Text Example
Text Example
White with #0A5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5BFF; }
p { color: rgb(10,91,255); }
H1.HeaderClassName
{
color: #0A5BFF;
}
.AnyTagClassName
{
color: #0A5BFF;
}
</style>
background-color css
<style>
a { background-color: #0A5BFF; }
a { background-color: rgb(10,91,255); }
div.DivClassName
{
background-color: #0A5BFF;
}
.BgClassName
{
background-color: #0A5BFF;
}
</style>
border-color css
<style>
span { border-color: #0A5BFF; }
span { border-color: rgb(10,91,255); }
td.TdClassName
{
border-color: #0A5BFF;
}
.TagClassName
{
border-color: #0A5BFF;
}
</style>