Shades of Navy Blue #0470BD
Tints of Navy Blue #0470BD
RGB
CMYK
RGB Variations
Color information
#0470BD (or 0x0470BD) is known color: Navy Blue. HEX triplet: 04, 70 and BD. RGB value is (4,112,189). Sum of RGB (Red+Green+Blue) = 4+112+189=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #0470BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470BD is #FB8F42. Grayscale: #585858. Windows color (decimal): -16486211 or 12414980. OLE color: 12414980.
HSL color Cylindrical-coordinate representation of color #0470BD: hue angle of 204.97º 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 #0470BD is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 112 | 189 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.26 |
| HSL | 204.97º | 0.96% | 0.38% | - |
| HSV(B) | 204.97º | 0.98% | 0.74% | - |
| XYZ | 15.03 | 15.29 | 50.3 | - |
| YUV | 88.49 | 184.72 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 189 | 0.98 | 0.41 | 0 | 0.26 | 204.97 | 0.96 | 0.38 |
| Hex | 4 | 70 | BD | 62 | 29 | 0 | 1A | CD | 60 | 26 |
| Octal | 4 | 160 | 275 | 142 | 51 | 0 | 32 | 315 | 140 | 46 |
| Binary | 100 | 1110000 | 10111101 | 1100010 | 101001 | 0 | 11010 | 11001101 | 1100000 | 100110 |
Color Harmonies of #0470BD
Complementary color
Monochromatic Colors of #0470BD
Black with #0470BD
Text Example
Text Example
White with #0470BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470BD; }
p { color: rgb(4,112,189); }
H1.HeaderClassName
{
color: #0470BD;
}
.AnyTagClassName
{
color: #0470BD;
}
</style>
background-color css
<style>
a { background-color: #0470BD; }
a { background-color: rgb(4,112,189); }
div.DivClassName
{
background-color: #0470BD;
}
.BgClassName
{
background-color: #0470BD;
}
</style>
border-color css
<style>
span { border-color: #0470BD; }
span { border-color: rgb(4,112,189); }
td.TdClassName
{
border-color: #0470BD;
}
.TagClassName
{
border-color: #0470BD;
}
</style>