Shades of Navy Blue #0466FB
Tints of Navy Blue #0466FB
RGB
CMYK
RGB Variations
Color information
#0466FB (or 0x0466FB) is known color: Navy Blue. HEX triplet: 04, 66 and FB. RGB value is (4,102,251). Sum of RGB (Red+Green+Blue) = 4+102+251=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #0466FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0466FB is #FB9904. Grayscale: #585858. Windows color (decimal): -16488709 or 16475652. OLE color: 16475652.
HSL color Cylindrical-coordinate representation of color #0466FB: hue angle of 216.19º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466FB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 102 | 251 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.02 |
| HSL | 216.19º | 0.97% | 0.5% | - |
| HSV(B) | 216.19º | 0.98% | 0.98% | - |
| XYZ | 22.21 | 16.49 | 93.28 | - |
| YUV | 89.68 | 219.03 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 251 | 0.98 | 0.59 | 0 | 0.02 | 216.19 | 0.97 | 0.5 |
| Hex | 4 | 66 | FB | 62 | 3B | 0 | 2 | D8 | 61 | 32 |
| Octal | 4 | 146 | 373 | 142 | 73 | 0 | 2 | 330 | 141 | 62 |
| Binary | 100 | 1100110 | 11111011 | 1100010 | 111011 | 0 | 10 | 11011000 | 1100001 | 110010 |
Color Harmonies of #0466FB
Complementary color
Monochromatic Colors of #0466FB
Black with #0466FB
Text Example
Text Example
White with #0466FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0466FB; }
p { color: rgb(4,102,251); }
H1.HeaderClassName
{
color: #0466FB;
}
.AnyTagClassName
{
color: #0466FB;
}
</style>
background-color css
<style>
a { background-color: #0466FB; }
a { background-color: rgb(4,102,251); }
div.DivClassName
{
background-color: #0466FB;
}
.BgClassName
{
background-color: #0466FB;
}
</style>
border-color css
<style>
span { border-color: #0466FB; }
span { border-color: rgb(4,102,251); }
td.TdClassName
{
border-color: #0466FB;
}
.TagClassName
{
border-color: #0466FB;
}
</style>