Shades of Navy Blue #0470C9
Tints of Navy Blue #0470C9
RGB
CMYK
RGB Variations
Color information
#0470C9 (or 0x0470C9) is known color: Navy Blue. HEX triplet: 04, 70 and C9. RGB value is (4,112,201). Sum of RGB (Red+Green+Blue) = 4+112+201=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #0470C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470C9 is #FB8F36. Grayscale: #595959. Windows color (decimal): -16486199 or 13201412. OLE color: 13201412.
HSL color Cylindrical-coordinate representation of color #0470C9: hue angle of 207.11º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470C9 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 112 | 201 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.21 |
| HSL | 207.11º | 0.96% | 0.4% | - |
| HSV(B) | 207.11º | 0.98% | 0.79% | - |
| XYZ | 16.39 | 15.83 | 57.45 | - |
| YUV | 89.85 | 190.72 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 201 | 0.98 | 0.44 | 0 | 0.21 | 207.11 | 0.96 | 0.4 |
| Hex | 4 | 70 | C9 | 62 | 2C | 0 | 15 | CF | 60 | 28 |
| Octal | 4 | 160 | 311 | 142 | 54 | 0 | 25 | 317 | 140 | 50 |
| Binary | 100 | 1110000 | 11001001 | 1100010 | 101100 | 0 | 10101 | 11001111 | 1100000 | 101000 |
Color Harmonies of #0470C9
Complementary color
Monochromatic Colors of #0470C9
Black with #0470C9
Text Example
Text Example
White with #0470C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470C9; }
p { color: rgb(4,112,201); }
H1.HeaderClassName
{
color: #0470C9;
}
.AnyTagClassName
{
color: #0470C9;
}
</style>
background-color css
<style>
a { background-color: #0470C9; }
a { background-color: rgb(4,112,201); }
div.DivClassName
{
background-color: #0470C9;
}
.BgClassName
{
background-color: #0470C9;
}
</style>
border-color css
<style>
span { border-color: #0470C9; }
span { border-color: rgb(4,112,201); }
td.TdClassName
{
border-color: #0470C9;
}
.TagClassName
{
border-color: #0470C9;
}
</style>