Shades of Navy Blue #0170EB
Tints of Navy Blue #0170EB
RGB
CMYK
RGB Variations
Color information
#0170EB (or 0x0170EB) is known color: Navy Blue. HEX triplet: 01, 70 and EB. RGB value is (1,112,235). Sum of RGB (Red+Green+Blue) = 1+112+235=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #0170EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0170EB is #FE8F14. Grayscale: #5C5C5C. Windows color (decimal): -16682773 or 15429633. OLE color: 15429633.
HSL color Cylindrical-coordinate representation of color #0170EB: hue angle of 211.54º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170EB is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 112 | 235 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.08 |
| HSL | 211.54º | 0.99% | 0.46% | - |
| HSV(B) | 211.54º | 1% | 0.92% | - |
| XYZ | 20.8 | 17.59 | 80.9 | - |
| YUV | 92.83 | 208.23 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 235 | 1.00 | 0.52 | 0 | 0.08 | 211.54 | 0.99 | 0.46 |
| Hex | 1 | 70 | EB | 64 | 34 | 0 | 8 | D4 | 63 | 2E |
| Octal | 1 | 160 | 353 | 144 | 64 | 0 | 10 | 324 | 143 | 56 |
| Binary | 1 | 1110000 | 11101011 | 1100100 | 110100 | 0 | 1000 | 11010100 | 1100011 | 101110 |
Color Harmonies of #0170EB
Complementary color
Monochromatic Colors of #0170EB
Black with #0170EB
Text Example
Text Example
White with #0170EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170EB; }
p { color: rgb(1,112,235); }
H1.HeaderClassName
{
color: #0170EB;
}
.AnyTagClassName
{
color: #0170EB;
}
</style>
background-color css
<style>
a { background-color: #0170EB; }
a { background-color: rgb(1,112,235); }
div.DivClassName
{
background-color: #0170EB;
}
.BgClassName
{
background-color: #0170EB;
}
</style>
border-color css
<style>
span { border-color: #0170EB; }
span { border-color: rgb(1,112,235); }
td.TdClassName
{
border-color: #0170EB;
}
.TagClassName
{
border-color: #0170EB;
}
</style>