Shades of Navy Blue #0A55FB
Tints of Navy Blue #0A55FB
RGB
CMYK
RGB Variations
Color information
#0A55FB (or 0x0A55FB) is known color: Navy Blue. HEX triplet: 0A, 55 and FB. RGB value is (10,85,251). Sum of RGB (Red+Green+Blue) = 10+85+251=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A55FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A55FB is #F5AA04. Grayscale: #505050. Windows color (decimal): -16099845 or 16471306. OLE color: 16471306.
HSL color Cylindrical-coordinate representation of color #0A55FB: hue angle of 221.33º 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 #0A55FB is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 85 | 251 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.02 |
| HSL | 221.33º | 0.97% | 0.51% | - |
| HSV(B) | 221.33º | 0.96% | 0.98% | - |
| XYZ | 20.79 | 13.53 | 92.78 | - |
| YUV | 81.5 | 223.65 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 251 | 0.96 | 0.66 | 0 | 0.02 | 221.33 | 0.97 | 0.51 |
| Hex | A | 55 | FB | 60 | 42 | 0 | 2 | DD | 61 | 33 |
| Octal | 12 | 125 | 373 | 140 | 102 | 0 | 2 | 335 | 141 | 63 |
| Binary | 1010 | 1010101 | 11111011 | 1100000 | 1000010 | 0 | 10 | 11011101 | 1100001 | 110011 |
Color Harmonies of #0A55FB
Complementary color
Monochromatic Colors of #0A55FB
Black with #0A55FB
Text Example
Text Example
White with #0A55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A55FB; }
p { color: rgb(10,85,251); }
H1.HeaderClassName
{
color: #0A55FB;
}
.AnyTagClassName
{
color: #0A55FB;
}
</style>
background-color css
<style>
a { background-color: #0A55FB; }
a { background-color: rgb(10,85,251); }
div.DivClassName
{
background-color: #0A55FB;
}
.BgClassName
{
background-color: #0A55FB;
}
</style>
border-color css
<style>
span { border-color: #0A55FB; }
span { border-color: rgb(10,85,251); }
td.TdClassName
{
border-color: #0A55FB;
}
.TagClassName
{
border-color: #0A55FB;
}
</style>