Shades of Navy Blue #0170BB
Tints of Navy Blue #0170BB
RGB
CMYK
RGB Variations
Color information
#0170BB (or 0x0170BB) is known color: Navy Blue. HEX triplet: 01, 70 and BB. RGB value is (1,112,187). Sum of RGB (Red+Green+Blue) = 1+112+187=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #0170BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170BB is #FE8F44. Grayscale: #565656. Windows color (decimal): -16682821 or 12283905. OLE color: 12283905.
HSL color Cylindrical-coordinate representation of color #0170BB: hue angle of 204.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0170BB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 112 | 187 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.27 |
| HSL | 204.19º | 0.99% | 0.37% | - |
| HSV(B) | 204.19º | 0.99% | 0.73% | - |
| XYZ | 14.78 | 15.18 | 49.17 | - |
| YUV | 87.36 | 184.23 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 187 | 0.99 | 0.40 | 0 | 0.27 | 204.19 | 0.99 | 0.37 |
| Hex | 1 | 70 | BB | 63 | 28 | 0 | 1B | CC | 63 | 25 |
| Octal | 1 | 160 | 273 | 143 | 50 | 0 | 33 | 314 | 143 | 45 |
| Binary | 1 | 1110000 | 10111011 | 1100011 | 101000 | 0 | 11011 | 11001100 | 1100011 | 100101 |
Color Harmonies of #0170BB
Complementary color
Monochromatic Colors of #0170BB
Black with #0170BB
Text Example
Text Example
White with #0170BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170BB; }
p { color: rgb(1,112,187); }
H1.HeaderClassName
{
color: #0170BB;
}
.AnyTagClassName
{
color: #0170BB;
}
</style>
background-color css
<style>
a { background-color: #0170BB; }
a { background-color: rgb(1,112,187); }
div.DivClassName
{
background-color: #0170BB;
}
.BgClassName
{
background-color: #0170BB;
}
</style>
border-color css
<style>
span { border-color: #0170BB; }
span { border-color: rgb(1,112,187); }
td.TdClassName
{
border-color: #0170BB;
}
.TagClassName
{
border-color: #0170BB;
}
</style>