Shades of Navy Blue #0070C6
Tints of Navy Blue #0070C6
RGB
CMYK
RGB Variations
Color information
#0070C6 (or 0x0070C6) is known color: Navy Blue. HEX triplet: 00, 70 and C6. RGB value is (0,112,198). Sum of RGB (Red+Green+Blue) = 0+112+198=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #0070C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070C6 is #FF8F39. Grayscale: #575757. Windows color (decimal): -16748346 or 13004800. OLE color: 13004800.
HSL color Cylindrical-coordinate representation of color #0070C6: hue angle of 206.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070C6 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 112 | 198 | - |
| CMYK | 1 | 0.43 | 0 | 0.22 |
| HSL | 206.06º | 1% | 0.39% | - |
| HSV(B) | 206.06º | 1% | 0.78% | - |
| XYZ | 15.99 | 15.67 | 55.61 | - |
| YUV | 88.32 | 189.89 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 198 | 1 | 0.43 | 0 | 0.22 | 206.06 | 1 | 0.39 |
| Hex | 0 | 70 | C6 | 64 | 2B | 0 | 16 | CE | 64 | 27 |
| Octal | 0 | 160 | 306 | 144 | 53 | 0 | 26 | 316 | 144 | 47 |
| Binary | 0 | 1110000 | 11000110 | 1100100 | 101011 | 0 | 10110 | 11001110 | 1100100 | 100111 |
Color Harmonies of #0070C6
Complementary color
Monochromatic Colors of #0070C6
Black with #0070C6
Text Example
Text Example
White with #0070C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0070C6; }
p { color: rgb(0,112,198); }
H1.HeaderClassName
{
color: #0070C6;
}
.AnyTagClassName
{
color: #0070C6;
}
</style>
background-color css
<style>
a { background-color: #0070C6; }
a { background-color: rgb(0,112,198); }
div.DivClassName
{
background-color: #0070C6;
}
.BgClassName
{
background-color: #0070C6;
}
</style>
border-color css
<style>
span { border-color: #0070C6; }
span { border-color: rgb(0,112,198); }
td.TdClassName
{
border-color: #0070C6;
}
.TagClassName
{
border-color: #0070C6;
}
</style>