Shades of Navy Blue #0A4DEA
Tints of Navy Blue #0A4DEA
RGB
CMYK
RGB Variations
Color information
#0A4DEA (or 0x0A4DEA) is known color: Navy Blue. HEX triplet: 0A, 4D and EA. RGB value is (10,77,234). Sum of RGB (Red+Green+Blue) = 10+77+234=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A4DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A4DEA is #F5B215. Grayscale: #4A4A4A. Windows color (decimal): -16101910 or 15355146. OLE color: 15355146.
HSL color Cylindrical-coordinate representation of color #0A4DEA: hue angle of 222.05º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4DEA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 77 | 234 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.08 |
| HSL | 222.05º | 0.92% | 0.48% | - |
| HSV(B) | 222.05º | 0.96% | 0.92% | - |
| XYZ | 17.63 | 11.31 | 79.1 | - |
| YUV | 74.87 | 217.8 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 234 | 0.96 | 0.67 | 0 | 0.08 | 222.05 | 0.92 | 0.48 |
| Hex | A | 4D | EA | 60 | 43 | 0 | 8 | DE | 5C | 30 |
| Octal | 12 | 115 | 352 | 140 | 103 | 0 | 10 | 336 | 134 | 60 |
| Binary | 1010 | 1001101 | 11101010 | 1100000 | 1000011 | 0 | 1000 | 11011110 | 1011100 | 110000 |
Color Harmonies of #0A4DEA
Complementary color
Monochromatic Colors of #0A4DEA
Black with #0A4DEA
Text Example
Text Example
White with #0A4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DEA; }
p { color: rgb(10,77,234); }
H1.HeaderClassName
{
color: #0A4DEA;
}
.AnyTagClassName
{
color: #0A4DEA;
}
</style>
background-color css
<style>
a { background-color: #0A4DEA; }
a { background-color: rgb(10,77,234); }
div.DivClassName
{
background-color: #0A4DEA;
}
.BgClassName
{
background-color: #0A4DEA;
}
</style>
border-color css
<style>
span { border-color: #0A4DEA; }
span { border-color: rgb(10,77,234); }
td.TdClassName
{
border-color: #0A4DEA;
}
.TagClassName
{
border-color: #0A4DEA;
}
</style>