Shades of Navy Blue #0070CE
Tints of Navy Blue #0070CE
RGB
CMYK
RGB Variations
Color information
#0070CE (or 0x0070CE) is known color: Navy Blue. HEX triplet: 00, 70 and CE. RGB value is (0,112,206). Sum of RGB (Red+Green+Blue) = 0+112+206=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #0070CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0070CE is #FF8F31. Grayscale: #585858. Windows color (decimal): -16748338 or 13529088. OLE color: 13529088.
HSL color Cylindrical-coordinate representation of color #0070CE: hue angle of 207.38º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070CE is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 112 | 206 | - |
| CMYK | 1 | 0.46 | 0 | 0.19 |
| HSL | 207.38º | 1% | 0.4% | - |
| HSV(B) | 207.38º | 1% | 0.81% | - |
| XYZ | 16.93 | 16.04 | 60.6 | - |
| YUV | 89.23 | 193.89 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 206 | 1 | 0.46 | 0 | 0.19 | 207.38 | 1 | 0.4 |
| Hex | 0 | 70 | CE | 64 | 2E | 0 | 13 | CF | 64 | 28 |
| Octal | 0 | 160 | 316 | 144 | 56 | 0 | 23 | 317 | 144 | 50 |
| Binary | 0 | 1110000 | 11001110 | 1100100 | 101110 | 0 | 10011 | 11001111 | 1100100 | 101000 |
Color Harmonies of #0070CE
Complementary color
Monochromatic Colors of #0070CE
Black with #0070CE
Text Example
Text Example
White with #0070CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0070CE; }
p { color: rgb(0,112,206); }
H1.HeaderClassName
{
color: #0070CE;
}
.AnyTagClassName
{
color: #0070CE;
}
</style>
background-color css
<style>
a { background-color: #0070CE; }
a { background-color: rgb(0,112,206); }
div.DivClassName
{
background-color: #0070CE;
}
.BgClassName
{
background-color: #0070CE;
}
</style>
border-color css
<style>
span { border-color: #0070CE; }
span { border-color: rgb(0,112,206); }
td.TdClassName
{
border-color: #0070CE;
}
.TagClassName
{
border-color: #0070CE;
}
</style>