Shades of Navy Blue #0A5EFB
Tints of Navy Blue #0A5EFB
RGB
CMYK
RGB Variations
Color information
#0A5EFB (or 0x0A5EFB) is known color: Navy Blue. HEX triplet: 0A, 5E and FB. RGB value is (10,94,251). Sum of RGB (Red+Green+Blue) = 10+94+251=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A5EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5EFB is #F5A104. Grayscale: #565656. Windows color (decimal): -16097541 or 16473610. OLE color: 16473610.
HSL color Cylindrical-coordinate representation of color #0A5EFB: hue angle of 219.09º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5EFB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 94 | 251 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.02 |
| HSL | 219.09º | 0.97% | 0.51% | - |
| HSV(B) | 219.09º | 0.96% | 0.98% | - |
| XYZ | 21.54 | 15.03 | 93.03 | - |
| YUV | 86.78 | 220.67 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 94 | 251 | 0.96 | 0.63 | 0 | 0.02 | 219.09 | 0.97 | 0.51 |
| Hex | A | 5E | FB | 60 | 3F | 0 | 2 | DB | 61 | 33 |
| Octal | 12 | 136 | 373 | 140 | 77 | 0 | 2 | 333 | 141 | 63 |
| Binary | 1010 | 1011110 | 11111011 | 1100000 | 111111 | 0 | 10 | 11011011 | 1100001 | 110011 |
Color Harmonies of #0A5EFB
Complementary color
Monochromatic Colors of #0A5EFB
Black with #0A5EFB
Text Example
Text Example
White with #0A5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5EFB; }
p { color: rgb(10,94,251); }
H1.HeaderClassName
{
color: #0A5EFB;
}
.AnyTagClassName
{
color: #0A5EFB;
}
</style>
background-color css
<style>
a { background-color: #0A5EFB; }
a { background-color: rgb(10,94,251); }
div.DivClassName
{
background-color: #0A5EFB;
}
.BgClassName
{
background-color: #0A5EFB;
}
</style>
border-color css
<style>
span { border-color: #0A5EFB; }
span { border-color: rgb(10,94,251); }
td.TdClassName
{
border-color: #0A5EFB;
}
.TagClassName
{
border-color: #0A5EFB;
}
</style>