Shades of Navy Blue #0470C1
Tints of Navy Blue #0470C1
RGB
CMYK
RGB Variations
Color information
#0470C1 (or 0x0470C1) is known color: Navy Blue. HEX triplet: 04, 70 and C1. RGB value is (4,112,193). Sum of RGB (Red+Green+Blue) = 4+112+193=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #0470C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470C1 is #FB8F3E. Grayscale: #585858. Windows color (decimal): -16486207 or 12677124. OLE color: 12677124.
HSL color Cylindrical-coordinate representation of color #0470C1: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470C1 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 112 | 193 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.24 |
| HSL | 205.71º | 0.96% | 0.39% | - |
| HSV(B) | 205.71º | 0.98% | 0.76% | - |
| XYZ | 15.47 | 15.46 | 52.62 | - |
| YUV | 88.94 | 186.72 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 193 | 0.98 | 0.42 | 0 | 0.24 | 205.71 | 0.96 | 0.39 |
| Hex | 4 | 70 | C1 | 62 | 2A | 0 | 18 | CE | 60 | 27 |
| Octal | 4 | 160 | 301 | 142 | 52 | 0 | 30 | 316 | 140 | 47 |
| Binary | 100 | 1110000 | 11000001 | 1100010 | 101010 | 0 | 11000 | 11001110 | 1100000 | 100111 |
Color Harmonies of #0470C1
Complementary color
Monochromatic Colors of #0470C1
Black with #0470C1
Text Example
Text Example
White with #0470C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470C1; }
p { color: rgb(4,112,193); }
H1.HeaderClassName
{
color: #0470C1;
}
.AnyTagClassName
{
color: #0470C1;
}
</style>
background-color css
<style>
a { background-color: #0470C1; }
a { background-color: rgb(4,112,193); }
div.DivClassName
{
background-color: #0470C1;
}
.BgClassName
{
background-color: #0470C1;
}
</style>
border-color css
<style>
span { border-color: #0470C1; }
span { border-color: rgb(4,112,193); }
td.TdClassName
{
border-color: #0470C1;
}
.TagClassName
{
border-color: #0470C1;
}
</style>