Shades of Navy Blue #0464BA
Tints of Navy Blue #0464BA
RGB
CMYK
RGB Variations
Color information
#0464BA (or 0x0464BA) is known color: Navy Blue. HEX triplet: 04, 64 and BA. RGB value is (4,100,186). Sum of RGB (Red+Green+Blue) = 4+100+186=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #0464BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0464BA is #FB9B45. Grayscale: #505050. Windows color (decimal): -16489286 or 12215300. OLE color: 12215300.
HSL color Cylindrical-coordinate representation of color #0464BA: hue angle of 208.35º 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 #0464BA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 100 | 186 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.27 |
| HSL | 208.35º | 0.96% | 0.37% | - |
| HSV(B) | 208.35º | 0.98% | 0.73% | - |
| XYZ | 13.47 | 12.69 | 48.19 | - |
| YUV | 81.1 | 187.2 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 186 | 0.98 | 0.46 | 0 | 0.27 | 208.35 | 0.96 | 0.37 |
| Hex | 4 | 64 | BA | 62 | 2E | 0 | 1B | D0 | 60 | 25 |
| Octal | 4 | 144 | 272 | 142 | 56 | 0 | 33 | 320 | 140 | 45 |
| Binary | 100 | 1100100 | 10111010 | 1100010 | 101110 | 0 | 11011 | 11010000 | 1100000 | 100101 |
Color Harmonies of #0464BA
Complementary color
Monochromatic Colors of #0464BA
Black with #0464BA
Text Example
Text Example
White with #0464BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0464BA; }
p { color: rgb(4,100,186); }
H1.HeaderClassName
{
color: #0464BA;
}
.AnyTagClassName
{
color: #0464BA;
}
</style>
background-color css
<style>
a { background-color: #0464BA; }
a { background-color: rgb(4,100,186); }
div.DivClassName
{
background-color: #0464BA;
}
.BgClassName
{
background-color: #0464BA;
}
</style>
border-color css
<style>
span { border-color: #0464BA; }
span { border-color: rgb(4,100,186); }
td.TdClassName
{
border-color: #0464BA;
}
.TagClassName
{
border-color: #0464BA;
}
</style>