Shades of Navy Blue #0A54FB
Tints of Navy Blue #0A54FB
RGB
CMYK
RGB Variations
Color information
#0A54FB (or 0x0A54FB) is known color: Navy Blue. HEX triplet: 0A, 54 and FB. RGB value is (10,84,251). Sum of RGB (Red+Green+Blue) = 10+84+251=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A54FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A54FB is #F5AB04. Grayscale: #505050. Windows color (decimal): -16100101 or 16471050. OLE color: 16471050.
HSL color Cylindrical-coordinate representation of color #0A54FB: hue angle of 221.58º 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 #0A54FB is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 84 | 251 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.02 |
| HSL | 221.58º | 0.97% | 0.51% | - |
| HSV(B) | 221.58º | 0.96% | 0.98% | - |
| XYZ | 20.71 | 13.37 | 92.76 | - |
| YUV | 80.91 | 223.98 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 251 | 0.96 | 0.67 | 0 | 0.02 | 221.58 | 0.97 | 0.51 |
| Hex | A | 54 | FB | 60 | 43 | 0 | 2 | DE | 61 | 33 |
| Octal | 12 | 124 | 373 | 140 | 103 | 0 | 2 | 336 | 141 | 63 |
| Binary | 1010 | 1010100 | 11111011 | 1100000 | 1000011 | 0 | 10 | 11011110 | 1100001 | 110011 |
Color Harmonies of #0A54FB
Complementary color
Monochromatic Colors of #0A54FB
Black with #0A54FB
Text Example
Text Example
White with #0A54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A54FB; }
p { color: rgb(10,84,251); }
H1.HeaderClassName
{
color: #0A54FB;
}
.AnyTagClassName
{
color: #0A54FB;
}
</style>
background-color css
<style>
a { background-color: #0A54FB; }
a { background-color: rgb(10,84,251); }
div.DivClassName
{
background-color: #0A54FB;
}
.BgClassName
{
background-color: #0A54FB;
}
</style>
border-color css
<style>
span { border-color: #0A54FB; }
span { border-color: rgb(10,84,251); }
td.TdClassName
{
border-color: #0A54FB;
}
.TagClassName
{
border-color: #0A54FB;
}
</style>