Shades of Navy Blue #0464BD
Tints of Navy Blue #0464BD
RGB
CMYK
RGB Variations
Color information
#0464BD (or 0x0464BD) is known color: Navy Blue. HEX triplet: 04, 64 and BD. RGB value is (4,100,189). Sum of RGB (Red+Green+Blue) = 4+100+189=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #0464BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0464BD is #FB9B42. Grayscale: #505050. Windows color (decimal): -16489283 or 12411908. OLE color: 12411908.
HSL color Cylindrical-coordinate representation of color #0464BD: hue angle of 208.86º 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 #0464BD is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 100 | 189 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.26 |
| HSL | 208.86º | 0.96% | 0.38% | - |
| HSV(B) | 208.86º | 0.98% | 0.74% | - |
| XYZ | 13.79 | 12.81 | 49.89 | - |
| YUV | 81.44 | 188.7 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 189 | 0.98 | 0.47 | 0 | 0.26 | 208.86 | 0.96 | 0.38 |
| Hex | 4 | 64 | BD | 62 | 2F | 0 | 1A | D1 | 60 | 26 |
| Octal | 4 | 144 | 275 | 142 | 57 | 0 | 32 | 321 | 140 | 46 |
| Binary | 100 | 1100100 | 10111101 | 1100010 | 101111 | 0 | 11010 | 11010001 | 1100000 | 100110 |
Color Harmonies of #0464BD
Complementary color
Monochromatic Colors of #0464BD
Black with #0464BD
Text Example
Text Example
White with #0464BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0464BD; }
p { color: rgb(4,100,189); }
H1.HeaderClassName
{
color: #0464BD;
}
.AnyTagClassName
{
color: #0464BD;
}
</style>
background-color css
<style>
a { background-color: #0464BD; }
a { background-color: rgb(4,100,189); }
div.DivClassName
{
background-color: #0464BD;
}
.BgClassName
{
background-color: #0464BD;
}
</style>
border-color css
<style>
span { border-color: #0464BD; }
span { border-color: rgb(4,100,189); }
td.TdClassName
{
border-color: #0464BD;
}
.TagClassName
{
border-color: #0464BD;
}
</style>