Shades of Navy Blue #0170E0
Tints of Navy Blue #0170E0
RGB
CMYK
RGB Variations
Color information
#0170E0 (or 0x0170E0) is known color: Navy Blue. HEX triplet: 01, 70 and E0. RGB value is (1,112,224). Sum of RGB (Red+Green+Blue) = 1+112+224=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #0170E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170E0 is #FE8F1F. Grayscale: #5B5B5B. Windows color (decimal): -16682784 or 14708737. OLE color: 14708737.
HSL color Cylindrical-coordinate representation of color #0170E0: hue angle of 210.13º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170E0 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 112 | 224 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.12 |
| HSL | 210.13º | 0.99% | 0.44% | - |
| HSV(B) | 210.13º | 1% | 0.88% | - |
| XYZ | 19.26 | 16.98 | 72.78 | - |
| YUV | 91.58 | 202.73 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 224 | 1.00 | 0.50 | 0 | 0.12 | 210.13 | 0.99 | 0.44 |
| Hex | 1 | 70 | E0 | 64 | 32 | 0 | C | D2 | 63 | 2C |
| Octal | 1 | 160 | 340 | 144 | 62 | 0 | 14 | 322 | 143 | 54 |
| Binary | 1 | 1110000 | 11100000 | 1100100 | 110010 | 0 | 1100 | 11010010 | 1100011 | 101100 |
Color Harmonies of #0170E0
Complementary color
Monochromatic Colors of #0170E0
Black with #0170E0
Text Example
Text Example
White with #0170E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170E0; }
p { color: rgb(1,112,224); }
H1.HeaderClassName
{
color: #0170E0;
}
.AnyTagClassName
{
color: #0170E0;
}
</style>
background-color css
<style>
a { background-color: #0170E0; }
a { background-color: rgb(1,112,224); }
div.DivClassName
{
background-color: #0170E0;
}
.BgClassName
{
background-color: #0170E0;
}
</style>
border-color css
<style>
span { border-color: #0170E0; }
span { border-color: rgb(1,112,224); }
td.TdClassName
{
border-color: #0170E0;
}
.TagClassName
{
border-color: #0170E0;
}
</style>