Shades of Navy Blue #0466B9
Tints of Navy Blue #0466B9
RGB
CMYK
RGB Variations
Color information
#0466B9 (or 0x0466B9) is known color: Navy Blue. HEX triplet: 04, 66 and B9. RGB value is (4,102,185). Sum of RGB (Red+Green+Blue) = 4+102+185=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 185 (72.66% from 255 or 63.57% from 291); Max value from RGB is 185 - color contains mainly: blue. Hex color #0466B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0466B9 is #FB9946. Grayscale: #515151. Windows color (decimal): -16488775 or 12150276. OLE color: 12150276.
HSL color Cylindrical-coordinate representation of color #0466B9: hue angle of 207.51º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466B9 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 102 | 185 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.27 |
| HSL | 207.51º | 0.96% | 0.37% | - |
| HSV(B) | 207.51º | 0.98% | 0.73% | - |
| XYZ | 13.56 | 13.03 | 47.7 | - |
| YUV | 82.16 | 186.03 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 185 | 0.98 | 0.45 | 0 | 0.27 | 207.51 | 0.96 | 0.37 |
| Hex | 4 | 66 | B9 | 62 | 2D | 0 | 1B | D0 | 60 | 25 |
| Octal | 4 | 146 | 271 | 142 | 55 | 0 | 33 | 320 | 140 | 45 |
| Binary | 100 | 1100110 | 10111001 | 1100010 | 101101 | 0 | 11011 | 11010000 | 1100000 | 100101 |
Color Harmonies of #0466B9
Complementary color
Monochromatic Colors of #0466B9
Black with #0466B9
Text Example
Text Example
White with #0466B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0466B9; }
p { color: rgb(4,102,185); }
H1.HeaderClassName
{
color: #0466B9;
}
.AnyTagClassName
{
color: #0466B9;
}
</style>
background-color css
<style>
a { background-color: #0466B9; }
a { background-color: rgb(4,102,185); }
div.DivClassName
{
background-color: #0466B9;
}
.BgClassName
{
background-color: #0466B9;
}
</style>
border-color css
<style>
span { border-color: #0466B9; }
span { border-color: rgb(4,102,185); }
td.TdClassName
{
border-color: #0466B9;
}
.TagClassName
{
border-color: #0466B9;
}
</style>