Shades of Navy Blue #0A4DDA
Tints of Navy Blue #0A4DDA
RGB
CMYK
RGB Variations
Color information
#0A4DDA (or 0x0A4DDA) is known color: Navy Blue. HEX triplet: 0A, 4D and DA. RGB value is (10,77,218). Sum of RGB (Red+Green+Blue) = 10+77+218=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A4DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DDA is #F5B225. Grayscale: #484848. Windows color (decimal): -16101926 or 14306570. OLE color: 14306570.
HSL color Cylindrical-coordinate representation of color #0A4DDA: hue angle of 220.67º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4DDA is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 77 | 218 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.15 |
| HSL | 220.67º | 0.91% | 0.45% | - |
| HSV(B) | 220.67º | 0.95% | 0.85% | - |
| XYZ | 15.43 | 10.43 | 67.53 | - |
| YUV | 73.04 | 209.8 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 218 | 0.95 | 0.65 | 0 | 0.15 | 220.67 | 0.91 | 0.45 |
| Hex | A | 4D | DA | 5F | 41 | 0 | F | DD | 5B | 2D |
| Octal | 12 | 115 | 332 | 137 | 101 | 0 | 17 | 335 | 133 | 55 |
| Binary | 1010 | 1001101 | 11011010 | 1011111 | 1000001 | 0 | 1111 | 11011101 | 1011011 | 101101 |
Color Harmonies of #0A4DDA
Complementary color
Monochromatic Colors of #0A4DDA
Black with #0A4DDA
Text Example
Text Example
White with #0A4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DDA; }
p { color: rgb(10,77,218); }
H1.HeaderClassName
{
color: #0A4DDA;
}
.AnyTagClassName
{
color: #0A4DDA;
}
</style>
background-color css
<style>
a { background-color: #0A4DDA; }
a { background-color: rgb(10,77,218); }
div.DivClassName
{
background-color: #0A4DDA;
}
.BgClassName
{
background-color: #0A4DDA;
}
</style>
border-color css
<style>
span { border-color: #0A4DDA; }
span { border-color: rgb(10,77,218); }
td.TdClassName
{
border-color: #0A4DDA;
}
.TagClassName
{
border-color: #0A4DDA;
}
</style>