Shades of Navy Blue #0A4DFE
Tints of Navy Blue #0A4DFE
RGB
CMYK
RGB Variations
Color information
#0A4DFE (or 0x0A4DFE) is known color: Navy Blue. HEX triplet: 0A, 4D and FE. RGB value is (10,77,254). Sum of RGB (Red+Green+Blue) = 10+77+254=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A4DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A4DFE is #F5B201. Grayscale: #4C4C4C. Windows color (decimal): -16101890 or 16665866. OLE color: 16665866.
HSL color Cylindrical-coordinate representation of color #0A4DFE: hue angle of 223.52º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4DFE is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 77 | 254 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.00 |
| HSL | 223.52º | 0.99% | 0.52% | - |
| HSV(B) | 223.52º | 0.96% | 1% | - |
| XYZ | 20.67 | 12.53 | 95.09 | - |
| YUV | 77.15 | 227.8 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 77 | 254 | 0.96 | 0.70 | 0 | 0.00 | 223.52 | 0.99 | 0.52 |
| Hex | A | 4D | FE | 60 | 46 | 0 | 0 | E0 | 63 | 34 |
| Octal | 12 | 115 | 376 | 140 | 106 | 0 | 0 | 340 | 143 | 64 |
| Binary | 1010 | 1001101 | 11111110 | 1100000 | 1000110 | 0 | 0 | 11100000 | 1100011 | 110100 |
Color Harmonies of #0A4DFE
Complementary color
Monochromatic Colors of #0A4DFE
Black with #0A4DFE
Text Example
Text Example
White with #0A4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4DFE; }
p { color: rgb(10,77,254); }
H1.HeaderClassName
{
color: #0A4DFE;
}
.AnyTagClassName
{
color: #0A4DFE;
}
</style>
background-color css
<style>
a { background-color: #0A4DFE; }
a { background-color: rgb(10,77,254); }
div.DivClassName
{
background-color: #0A4DFE;
}
.BgClassName
{
background-color: #0A4DFE;
}
</style>
border-color css
<style>
span { border-color: #0A4DFE; }
span { border-color: rgb(10,77,254); }
td.TdClassName
{
border-color: #0A4DFE;
}
.TagClassName
{
border-color: #0A4DFE;
}
</style>