Shades of Navy Blue #0A4FD8
Tints of Navy Blue #0A4FD8
RGB
CMYK
RGB Variations
Color information
#0A4FD8 (or 0x0A4FD8) is known color: Navy Blue. HEX triplet: 0A, 4F and D8. RGB value is (10,79,216). Sum of RGB (Red+Green+Blue) = 10+79+216=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #0A4FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4FD8 is #F5B027. Grayscale: #494949. Windows color (decimal): -16101416 or 14176010. OLE color: 14176010.
HSL color Cylindrical-coordinate representation of color #0A4FD8: hue angle of 219.9º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4FD8 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 79 | 216 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.15 |
| HSL | 219.9º | 0.91% | 0.44% | - |
| HSV(B) | 219.9º | 0.95% | 0.85% | - |
| XYZ | 15.32 | 10.61 | 66.21 | - |
| YUV | 73.99 | 208.14 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 216 | 0.95 | 0.63 | 0 | 0.15 | 219.9 | 0.91 | 0.44 |
| Hex | A | 4F | D8 | 5F | 3F | 0 | F | DC | 5B | 2C |
| Octal | 12 | 117 | 330 | 137 | 77 | 0 | 17 | 334 | 133 | 54 |
| Binary | 1010 | 1001111 | 11011000 | 1011111 | 111111 | 0 | 1111 | 11011100 | 1011011 | 101100 |
Color Harmonies of #0A4FD8
Complementary color
Monochromatic Colors of #0A4FD8
Black with #0A4FD8
Text Example
Text Example
White with #0A4FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4FD8; }
p { color: rgb(10,79,216); }
H1.HeaderClassName
{
color: #0A4FD8;
}
.AnyTagClassName
{
color: #0A4FD8;
}
</style>
background-color css
<style>
a { background-color: #0A4FD8; }
a { background-color: rgb(10,79,216); }
div.DivClassName
{
background-color: #0A4FD8;
}
.BgClassName
{
background-color: #0A4FD8;
}
</style>
border-color css
<style>
span { border-color: #0A4FD8; }
span { border-color: rgb(10,79,216); }
td.TdClassName
{
border-color: #0A4FD8;
}
.TagClassName
{
border-color: #0A4FD8;
}
</style>