Shades of Navy Blue #0470C0
Tints of Navy Blue #0470C0
RGB
CMYK
RGB Variations
Color information
#0470C0 (or 0x0470C0) is known color: Navy Blue. HEX triplet: 04, 70 and C0. RGB value is (4,112,192). Sum of RGB (Red+Green+Blue) = 4+112+192=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #0470C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470C0 is #FB8F3F. Grayscale: #585858. Windows color (decimal): -16486208 or 12611588. OLE color: 12611588.
HSL color Cylindrical-coordinate representation of color #0470C0: hue angle of 205.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470C0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 112 | 192 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.25 |
| HSL | 205.53º | 0.96% | 0.38% | - |
| HSV(B) | 205.53º | 0.98% | 0.75% | - |
| XYZ | 15.36 | 15.42 | 52.04 | - |
| YUV | 88.83 | 186.22 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 192 | 0.98 | 0.42 | 0 | 0.25 | 205.53 | 0.96 | 0.38 |
| Hex | 4 | 70 | C0 | 62 | 2A | 0 | 19 | CE | 60 | 26 |
| Octal | 4 | 160 | 300 | 142 | 52 | 0 | 31 | 316 | 140 | 46 |
| Binary | 100 | 1110000 | 11000000 | 1100010 | 101010 | 0 | 11001 | 11001110 | 1100000 | 100110 |
Color Harmonies of #0470C0
Complementary color
Monochromatic Colors of #0470C0
Black with #0470C0
Text Example
Text Example
White with #0470C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470C0; }
p { color: rgb(4,112,192); }
H1.HeaderClassName
{
color: #0470C0;
}
.AnyTagClassName
{
color: #0470C0;
}
</style>
background-color css
<style>
a { background-color: #0470C0; }
a { background-color: rgb(4,112,192); }
div.DivClassName
{
background-color: #0470C0;
}
.BgClassName
{
background-color: #0470C0;
}
</style>
border-color css
<style>
span { border-color: #0470C0; }
span { border-color: rgb(4,112,192); }
td.TdClassName
{
border-color: #0470C0;
}
.TagClassName
{
border-color: #0470C0;
}
</style>