Shades of Navy Blue #0070EB
Tints of Navy Blue #0070EB
RGB
CMYK
RGB Variations
Color information
#0070EB (or 0x0070EB) is known color: Navy Blue. HEX triplet: 00, 70 and EB. RGB value is (0,112,235). Sum of RGB (Red+Green+Blue) = 0+112+235=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #0070EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0070EB is #FF8F14. Grayscale: #5B5B5B. Windows color (decimal): -16748309 or 15429632. OLE color: 15429632.
HSL color Cylindrical-coordinate representation of color #0070EB: hue angle of 211.4º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070EB is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 112 | 235 | - |
| CMYK | 1 | 0.52 | 0 | 0.08 |
| HSL | 211.4º | 1% | 0.46% | - |
| HSV(B) | 211.4º | 1% | 0.92% | - |
| XYZ | 20.79 | 17.59 | 80.9 | - |
| YUV | 92.53 | 208.39 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 235 | 1 | 0.52 | 0 | 0.08 | 211.4 | 1 | 0.46 |
| Hex | 0 | 70 | EB | 64 | 34 | 0 | 8 | D3 | 64 | 2E |
| Octal | 0 | 160 | 353 | 144 | 64 | 0 | 10 | 323 | 144 | 56 |
| Binary | 0 | 1110000 | 11101011 | 1100100 | 110100 | 0 | 1000 | 11010011 | 1100100 | 101110 |
Color Harmonies of #0070EB
Complementary color
Monochromatic Colors of #0070EB
Black with #0070EB
Text Example
Text Example
White with #0070EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0070EB; }
p { color: rgb(0,112,235); }
H1.HeaderClassName
{
color: #0070EB;
}
.AnyTagClassName
{
color: #0070EB;
}
</style>
background-color css
<style>
a { background-color: #0070EB; }
a { background-color: rgb(0,112,235); }
div.DivClassName
{
background-color: #0070EB;
}
.BgClassName
{
background-color: #0070EB;
}
</style>
border-color css
<style>
span { border-color: #0070EB; }
span { border-color: rgb(0,112,235); }
td.TdClassName
{
border-color: #0070EB;
}
.TagClassName
{
border-color: #0070EB;
}
</style>