Shades of Navy Blue #0466FC
Tints of Navy Blue #0466FC
RGB
CMYK
RGB Variations
Color information
#0466FC (or 0x0466FC) is known color: Navy Blue. HEX triplet: 04, 66 and FC. RGB value is (4,102,252). Sum of RGB (Red+Green+Blue) = 4+102+252=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #0466FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0466FC is #FB9903. Grayscale: #595959. Windows color (decimal): -16488708 or 16541188. OLE color: 16541188.
HSL color Cylindrical-coordinate representation of color #0466FC: hue angle of 216.29º 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 #0466FC is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 102 | 252 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.01 |
| HSL | 216.29º | 0.98% | 0.5% | - |
| HSV(B) | 216.29º | 0.98% | 0.99% | - |
| XYZ | 22.37 | 16.56 | 94.11 | - |
| YUV | 89.8 | 219.53 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 252 | 0.98 | 0.60 | 0 | 0.01 | 216.29 | 0.98 | 0.5 |
| Hex | 4 | 66 | FC | 62 | 3C | 0 | 1 | D8 | 62 | 32 |
| Octal | 4 | 146 | 374 | 142 | 74 | 0 | 1 | 330 | 142 | 62 |
| Binary | 100 | 1100110 | 11111100 | 1100010 | 111100 | 0 | 1 | 11011000 | 1100010 | 110010 |
Color Harmonies of #0466FC
Complementary color
Monochromatic Colors of #0466FC
Black with #0466FC
Text Example
Text Example
White with #0466FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0466FC; }
p { color: rgb(4,102,252); }
H1.HeaderClassName
{
color: #0466FC;
}
.AnyTagClassName
{
color: #0466FC;
}
</style>
background-color css
<style>
a { background-color: #0466FC; }
a { background-color: rgb(4,102,252); }
div.DivClassName
{
background-color: #0466FC;
}
.BgClassName
{
background-color: #0466FC;
}
</style>
border-color css
<style>
span { border-color: #0466FC; }
span { border-color: rgb(4,102,252); }
td.TdClassName
{
border-color: #0466FC;
}
.TagClassName
{
border-color: #0466FC;
}
</style>