Shades of Navy Blue #0A4DFF
Tints of Navy Blue #0A4DFF
RGB
CMYK
RGB Variations
Color information
#0A4DFF (or 0x0A4DFF) is known color: Navy Blue. HEX triplet: 0A, 4D and FF. RGB value is (10,77,255). Sum of RGB (Red+Green+Blue) = 10+77+255=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A4DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A4DFF is #F5B200. Grayscale: #4C4C4C. Windows color (decimal): -16101889 or 16731402. OLE color: 16731402.
HSL color Cylindrical-coordinate representation of color #0A4DFF: hue angle of 223.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4DFF is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 77 | 255 | - |
| CMYK | 0.96 | 0.70 | 0 | 0 |
| HSL | 223.59º | 1% | 0.52% | - |
| HSV(B) | 223.59º | 0.96% | 1% | - |
| XYZ | 20.83 | 12.59 | 95.94 | - |
| YUV | 77.26 | 228.3 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 255 | 0.96 | 0.70 | 0 | 0 | 223.59 | 1 | 0.52 |
| Hex | A | 4D | FF | 60 | 46 | 0 | 0 | E0 | 64 | 34 |
| Octal | 12 | 115 | 377 | 140 | 106 | 0 | 0 | 340 | 144 | 64 |
| Binary | 1010 | 1001101 | 11111111 | 1100000 | 1000110 | 0 | 0 | 11100000 | 1100100 | 110100 |
Color Harmonies of #0A4DFF
Complementary color
Monochromatic Colors of #0A4DFF
Black with #0A4DFF
Text Example
Text Example
White with #0A4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DFF; }
p { color: rgb(10,77,255); }
H1.HeaderClassName
{
color: #0A4DFF;
}
.AnyTagClassName
{
color: #0A4DFF;
}
</style>
background-color css
<style>
a { background-color: #0A4DFF; }
a { background-color: rgb(10,77,255); }
div.DivClassName
{
background-color: #0A4DFF;
}
.BgClassName
{
background-color: #0A4DFF;
}
</style>
border-color css
<style>
span { border-color: #0A4DFF; }
span { border-color: rgb(10,77,255); }
td.TdClassName
{
border-color: #0A4DFF;
}
.TagClassName
{
border-color: #0A4DFF;
}
</style>