Shades of Navy Blue #0460E9
Tints of Navy Blue #0460E9
RGB
CMYK
RGB Variations
Color information
#0460E9 (or 0x0460E9) is known color: Navy Blue. HEX triplet: 04, 60 and E9. RGB value is (4,96,233). Sum of RGB (Red+Green+Blue) = 4+96+233=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #0460E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0460E9 is #FB9F16. Grayscale: #535353. Windows color (decimal): -16490263 or 15294468. OLE color: 15294468.
HSL color Cylindrical-coordinate representation of color #0460E9: hue angle of 215.9º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460E9 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 96 | 233 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.09 |
| HSL | 215.9º | 0.97% | 0.46% | - |
| HSV(B) | 215.9º | 0.98% | 0.91% | - |
| XYZ | 18.94 | 14.27 | 78.85 | - |
| YUV | 84.11 | 212.02 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 233 | 0.98 | 0.59 | 0 | 0.09 | 215.9 | 0.97 | 0.46 |
| Hex | 4 | 60 | E9 | 62 | 3B | 0 | 9 | D8 | 61 | 2E |
| Octal | 4 | 140 | 351 | 142 | 73 | 0 | 11 | 330 | 141 | 56 |
| Binary | 100 | 1100000 | 11101001 | 1100010 | 111011 | 0 | 1001 | 11011000 | 1100001 | 101110 |
Color Harmonies of #0460E9
Complementary color
Monochromatic Colors of #0460E9
Black with #0460E9
Text Example
Text Example
White with #0460E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0460E9; }
p { color: rgb(4,96,233); }
H1.HeaderClassName
{
color: #0460E9;
}
.AnyTagClassName
{
color: #0460E9;
}
</style>
background-color css
<style>
a { background-color: #0460E9; }
a { background-color: rgb(4,96,233); }
div.DivClassName
{
background-color: #0460E9;
}
.BgClassName
{
background-color: #0460E9;
}
</style>
border-color css
<style>
span { border-color: #0460E9; }
span { border-color: rgb(4,96,233); }
td.TdClassName
{
border-color: #0460E9;
}
.TagClassName
{
border-color: #0460E9;
}
</style>