Shades of Navy Blue #0A5AFE
Tints of Navy Blue #0A5AFE
RGB
CMYK
RGB Variations
Color information
#0A5AFE (or 0x0A5AFE) is known color: Navy Blue. HEX triplet: 0A, 5A and FE. RGB value is (10,90,254). Sum of RGB (Red+Green+Blue) = 10+90+254=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A5AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A5AFE is #F5A501. Grayscale: #545454. Windows color (decimal): -16098562 or 16669194. OLE color: 16669194.
HSL color Cylindrical-coordinate representation of color #0A5AFE: hue angle of 220.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A5AFE is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 90 | 254 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.00 |
| HSL | 220.33º | 0.99% | 0.52% | - |
| HSV(B) | 220.33º | 0.96% | 1% | - |
| XYZ | 21.67 | 14.53 | 95.43 | - |
| YUV | 84.78 | 223.5 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 254 | 0.96 | 0.65 | 0 | 0.00 | 220.33 | 0.99 | 0.52 |
| Hex | A | 5A | FE | 60 | 41 | 0 | 0 | DC | 63 | 34 |
| Octal | 12 | 132 | 376 | 140 | 101 | 0 | 0 | 334 | 143 | 64 |
| Binary | 1010 | 1011010 | 11111110 | 1100000 | 1000001 | 0 | 0 | 11011100 | 1100011 | 110100 |
Color Harmonies of #0A5AFE
Complementary color
Monochromatic Colors of #0A5AFE
Black with #0A5AFE
Text Example
Text Example
White with #0A5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5AFE; }
p { color: rgb(10,90,254); }
H1.HeaderClassName
{
color: #0A5AFE;
}
.AnyTagClassName
{
color: #0A5AFE;
}
</style>
background-color css
<style>
a { background-color: #0A5AFE; }
a { background-color: rgb(10,90,254); }
div.DivClassName
{
background-color: #0A5AFE;
}
.BgClassName
{
background-color: #0A5AFE;
}
</style>
border-color css
<style>
span { border-color: #0A5AFE; }
span { border-color: rgb(10,90,254); }
td.TdClassName
{
border-color: #0A5AFE;
}
.TagClassName
{
border-color: #0A5AFE;
}
</style>