Shades of Navy Blue #0A4DFC
Tints of Navy Blue #0A4DFC
RGB
CMYK
RGB Variations
Color information
#0A4DFC (or 0x0A4DFC) is known color: Navy Blue. HEX triplet: 0A, 4D and FC. RGB value is (10,77,252). Sum of RGB (Red+Green+Blue) = 10+77+252=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A4DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A4DFC is #F5B203. Grayscale: #4C4C4C. Windows color (decimal): -16101892 or 16534794. OLE color: 16534794.
HSL color Cylindrical-coordinate representation of color #0A4DFC: hue angle of 223.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4DFC is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 77 | 252 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.01 |
| HSL | 223.39º | 0.98% | 0.51% | - |
| HSV(B) | 223.39º | 0.96% | 0.99% | - |
| XYZ | 20.35 | 12.4 | 93.42 | - |
| YUV | 76.92 | 226.8 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 252 | 0.96 | 0.69 | 0 | 0.01 | 223.39 | 0.98 | 0.51 |
| Hex | A | 4D | FC | 60 | 45 | 0 | 1 | DF | 62 | 33 |
| Octal | 12 | 115 | 374 | 140 | 105 | 0 | 1 | 337 | 142 | 63 |
| Binary | 1010 | 1001101 | 11111100 | 1100000 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #0A4DFC
Complementary color
Monochromatic Colors of #0A4DFC
Black with #0A4DFC
Text Example
Text Example
White with #0A4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DFC; }
p { color: rgb(10,77,252); }
H1.HeaderClassName
{
color: #0A4DFC;
}
.AnyTagClassName
{
color: #0A4DFC;
}
</style>
background-color css
<style>
a { background-color: #0A4DFC; }
a { background-color: rgb(10,77,252); }
div.DivClassName
{
background-color: #0A4DFC;
}
.BgClassName
{
background-color: #0A4DFC;
}
</style>
border-color css
<style>
span { border-color: #0A4DFC; }
span { border-color: rgb(10,77,252); }
td.TdClassName
{
border-color: #0A4DFC;
}
.TagClassName
{
border-color: #0A4DFC;
}
</style>