Shades of Navy Blue #0A49FB
Tints of Navy Blue #0A49FB
RGB
CMYK
RGB Variations
Color information
#0A49FB (or 0x0A49FB) is known color: Navy Blue. HEX triplet: 0A, 49 and FB. RGB value is (10,73,251). Sum of RGB (Red+Green+Blue) = 10+73+251=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A49FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A49FB is #F5B604. Grayscale: #494949. Windows color (decimal): -16102917 or 16468234. OLE color: 16468234.
HSL color Cylindrical-coordinate representation of color #0A49FB: hue angle of 224.32º 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 #0A49FB is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 73 | 251 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.02 |
| HSL | 224.32º | 0.97% | 0.51% | - |
| HSV(B) | 224.32º | 0.96% | 0.98% | - |
| XYZ | 19.92 | 11.79 | 92.49 | - |
| YUV | 74.46 | 227.63 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 251 | 0.96 | 0.71 | 0 | 0.02 | 224.32 | 0.97 | 0.51 |
| Hex | A | 49 | FB | 60 | 47 | 0 | 2 | E0 | 61 | 33 |
| Octal | 12 | 111 | 373 | 140 | 107 | 0 | 2 | 340 | 141 | 63 |
| Binary | 1010 | 1001001 | 11111011 | 1100000 | 1000111 | 0 | 10 | 11100000 | 1100001 | 110011 |
Color Harmonies of #0A49FB
Complementary color
Monochromatic Colors of #0A49FB
Black with #0A49FB
Text Example
Text Example
White with #0A49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A49FB; }
p { color: rgb(10,73,251); }
H1.HeaderClassName
{
color: #0A49FB;
}
.AnyTagClassName
{
color: #0A49FB;
}
</style>
background-color css
<style>
a { background-color: #0A49FB; }
a { background-color: rgb(10,73,251); }
div.DivClassName
{
background-color: #0A49FB;
}
.BgClassName
{
background-color: #0A49FB;
}
</style>
border-color css
<style>
span { border-color: #0A49FB; }
span { border-color: rgb(10,73,251); }
td.TdClassName
{
border-color: #0A49FB;
}
.TagClassName
{
border-color: #0A49FB;
}
</style>