Shades of Navy Blue #0170D6
Tints of Navy Blue #0170D6
RGB
CMYK
RGB Variations
Color information
#0170D6 (or 0x0170D6) is known color: Navy Blue. HEX triplet: 01, 70 and D6. RGB value is (1,112,214). Sum of RGB (Red+Green+Blue) = 1+112+214=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 214 (83.98% from 255 or 65.44% from 327); Max value from RGB is 214 - color contains mainly: blue. Hex color #0170D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170D6 is #FE8F29. Grayscale: #595959. Windows color (decimal): -16682794 or 14053377. OLE color: 14053377.
HSL color Cylindrical-coordinate representation of color #0170D6: hue angle of 208.73º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170D6 is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 112 | 214 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.16 |
| HSL | 208.73º | 0.99% | 0.42% | - |
| HSV(B) | 208.73º | 1% | 0.84% | - |
| XYZ | 17.94 | 16.45 | 65.85 | - |
| YUV | 90.44 | 197.73 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 214 | 1.00 | 0.48 | 0 | 0.16 | 208.73 | 0.99 | 0.42 |
| Hex | 1 | 70 | D6 | 64 | 30 | 0 | 10 | D1 | 63 | 2A |
| Octal | 1 | 160 | 326 | 144 | 60 | 0 | 20 | 321 | 143 | 52 |
| Binary | 1 | 1110000 | 11010110 | 1100100 | 110000 | 0 | 10000 | 11010001 | 1100011 | 101010 |
Color Harmonies of #0170D6
Complementary color
Monochromatic Colors of #0170D6
Black with #0170D6
Text Example
Text Example
White with #0170D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170D6; }
p { color: rgb(1,112,214); }
H1.HeaderClassName
{
color: #0170D6;
}
.AnyTagClassName
{
color: #0170D6;
}
</style>
background-color css
<style>
a { background-color: #0170D6; }
a { background-color: rgb(1,112,214); }
div.DivClassName
{
background-color: #0170D6;
}
.BgClassName
{
background-color: #0170D6;
}
</style>
border-color css
<style>
span { border-color: #0170D6; }
span { border-color: rgb(1,112,214); }
td.TdClassName
{
border-color: #0170D6;
}
.TagClassName
{
border-color: #0170D6;
}
</style>