Shades of Navy Blue #0A4DDF
Tints of Navy Blue #0A4DDF
RGB
CMYK
RGB Variations
Color information
#0A4DDF (or 0x0A4DDF) is known color: Navy Blue. HEX triplet: 0A, 4D and DF. RGB value is (10,77,223). Sum of RGB (Red+Green+Blue) = 10+77+223=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A4DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DDF is #F5B220. Grayscale: #484848. Windows color (decimal): -16101921 or 14634250. OLE color: 14634250.
HSL color Cylindrical-coordinate representation of color #0A4DDF: hue angle of 221.13º 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 #0A4DDF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 77 | 223 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.13 |
| HSL | 221.13º | 0.91% | 0.46% | - |
| HSV(B) | 221.13º | 0.96% | 0.87% | - |
| XYZ | 16.1 | 10.7 | 71.03 | - |
| YUV | 73.61 | 212.3 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 223 | 0.96 | 0.65 | 0 | 0.13 | 221.13 | 0.91 | 0.46 |
| Hex | A | 4D | DF | 60 | 41 | 0 | D | DD | 5B | 2E |
| Octal | 12 | 115 | 337 | 140 | 101 | 0 | 15 | 335 | 133 | 56 |
| Binary | 1010 | 1001101 | 11011111 | 1100000 | 1000001 | 0 | 1101 | 11011101 | 1011011 | 101110 |
Color Harmonies of #0A4DDF
Complementary color
Monochromatic Colors of #0A4DDF
Black with #0A4DDF
Text Example
Text Example
White with #0A4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DDF; }
p { color: rgb(10,77,223); }
H1.HeaderClassName
{
color: #0A4DDF;
}
.AnyTagClassName
{
color: #0A4DDF;
}
</style>
background-color css
<style>
a { background-color: #0A4DDF; }
a { background-color: rgb(10,77,223); }
div.DivClassName
{
background-color: #0A4DDF;
}
.BgClassName
{
background-color: #0A4DDF;
}
</style>
border-color css
<style>
span { border-color: #0A4DDF; }
span { border-color: rgb(10,77,223); }
td.TdClassName
{
border-color: #0A4DDF;
}
.TagClassName
{
border-color: #0A4DDF;
}
</style>