Shades of Navy Blue #0A49DF
Tints of Navy Blue #0A49DF
RGB
CMYK
RGB Variations
Color information
#0A49DF (or 0x0A49DF) is known color: Navy Blue. HEX triplet: 0A, 49 and DF. RGB value is (10,73,223). Sum of RGB (Red+Green+Blue) = 10+73+223=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A49DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A49DF is #F5B620. Grayscale: #464646. Windows color (decimal): -16102945 or 14633226. OLE color: 14633226.
HSL color Cylindrical-coordinate representation of color #0A49DF: hue angle of 222.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A49DF is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 73 | 223 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.13 |
| HSL | 222.25º | 0.91% | 0.46% | - |
| HSV(B) | 222.25º | 0.96% | 0.87% | - |
| XYZ | 15.83 | 10.16 | 70.94 | - |
| YUV | 71.26 | 213.63 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 223 | 0.96 | 0.67 | 0 | 0.13 | 222.25 | 0.91 | 0.46 |
| Hex | A | 49 | DF | 60 | 43 | 0 | D | DE | 5B | 2E |
| Octal | 12 | 111 | 337 | 140 | 103 | 0 | 15 | 336 | 133 | 56 |
| Binary | 1010 | 1001001 | 11011111 | 1100000 | 1000011 | 0 | 1101 | 11011110 | 1011011 | 101110 |
Color Harmonies of #0A49DF
Complementary color
Monochromatic Colors of #0A49DF
Black with #0A49DF
Text Example
Text Example
White with #0A49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A49DF; }
p { color: rgb(10,73,223); }
H1.HeaderClassName
{
color: #0A49DF;
}
.AnyTagClassName
{
color: #0A49DF;
}
</style>
background-color css
<style>
a { background-color: #0A49DF; }
a { background-color: rgb(10,73,223); }
div.DivClassName
{
background-color: #0A49DF;
}
.BgClassName
{
background-color: #0A49DF;
}
</style>
border-color css
<style>
span { border-color: #0A49DF; }
span { border-color: rgb(10,73,223); }
td.TdClassName
{
border-color: #0A49DF;
}
.TagClassName
{
border-color: #0A49DF;
}
</style>