Shades of Navy Blue #0460FC
Tints of Navy Blue #0460FC
RGB
CMYK
RGB Variations
Color information
#0460FC (or 0x0460FC) is known color: Navy Blue. HEX triplet: 04, 60 and FC. RGB value is (4,96,252). Sum of RGB (Red+Green+Blue) = 4+96+252=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #0460FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0460FC is #FB9F03. Grayscale: #555555. Windows color (decimal): -16490244 or 16539652. OLE color: 16539652.
HSL color Cylindrical-coordinate representation of color #0460FC: hue angle of 217.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460FC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 96 | 252 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.01 |
| HSL | 217.74º | 0.98% | 0.5% | - |
| HSV(B) | 217.74º | 0.98% | 0.99% | - |
| XYZ | 21.8 | 15.42 | 93.92 | - |
| YUV | 86.28 | 221.52 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 252 | 0.98 | 0.62 | 0 | 0.01 | 217.74 | 0.98 | 0.5 |
| Hex | 4 | 60 | FC | 62 | 3E | 0 | 1 | DA | 62 | 32 |
| Octal | 4 | 140 | 374 | 142 | 76 | 0 | 1 | 332 | 142 | 62 |
| Binary | 100 | 1100000 | 11111100 | 1100010 | 111110 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #0460FC
Complementary color
Monochromatic Colors of #0460FC
Black with #0460FC
Text Example
Text Example
White with #0460FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0460FC; }
p { color: rgb(4,96,252); }
H1.HeaderClassName
{
color: #0460FC;
}
.AnyTagClassName
{
color: #0460FC;
}
</style>
background-color css
<style>
a { background-color: #0460FC; }
a { background-color: rgb(4,96,252); }
div.DivClassName
{
background-color: #0460FC;
}
.BgClassName
{
background-color: #0460FC;
}
</style>
border-color css
<style>
span { border-color: #0460FC; }
span { border-color: rgb(4,96,252); }
td.TdClassName
{
border-color: #0460FC;
}
.TagClassName
{
border-color: #0460FC;
}
</style>