Shades of Navy Blue #0466BC
Tints of Navy Blue #0466BC
RGB
CMYK
RGB Variations
Color information
#0466BC (or 0x0466BC) is known color: Navy Blue. HEX triplet: 04, 66 and BC. RGB value is (4,102,188). Sum of RGB (Red+Green+Blue) = 4+102+188=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #0466BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0466BC is #FB9943. Grayscale: #525252. Windows color (decimal): -16488772 or 12346884. OLE color: 12346884.
HSL color Cylindrical-coordinate representation of color #0466BC: hue angle of 208.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466BC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 102 | 188 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.26 |
| HSL | 208.04º | 0.96% | 0.38% | - |
| HSV(B) | 208.04º | 0.98% | 0.74% | - |
| XYZ | 13.88 | 13.16 | 49.39 | - |
| YUV | 82.5 | 187.53 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 188 | 0.98 | 0.46 | 0 | 0.26 | 208.04 | 0.96 | 0.38 |
| Hex | 4 | 66 | BC | 62 | 2E | 0 | 1A | D0 | 60 | 26 |
| Octal | 4 | 146 | 274 | 142 | 56 | 0 | 32 | 320 | 140 | 46 |
| Binary | 100 | 1100110 | 10111100 | 1100010 | 101110 | 0 | 11010 | 11010000 | 1100000 | 100110 |
Color Harmonies of #0466BC
Complementary color
Monochromatic Colors of #0466BC
Black with #0466BC
Text Example
Text Example
White with #0466BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0466BC; }
p { color: rgb(4,102,188); }
H1.HeaderClassName
{
color: #0466BC;
}
.AnyTagClassName
{
color: #0466BC;
}
</style>
background-color css
<style>
a { background-color: #0466BC; }
a { background-color: rgb(4,102,188); }
div.DivClassName
{
background-color: #0466BC;
}
.BgClassName
{
background-color: #0466BC;
}
</style>
border-color css
<style>
span { border-color: #0466BC; }
span { border-color: rgb(4,102,188); }
td.TdClassName
{
border-color: #0466BC;
}
.TagClassName
{
border-color: #0466BC;
}
</style>