Shades of Navy Blue #0170BE
Tints of Navy Blue #0170BE
RGB
CMYK
RGB Variations
Color information
#0170BE (or 0x0170BE) is known color: Navy Blue. HEX triplet: 01, 70 and BE. RGB value is (1,112,190). Sum of RGB (Red+Green+Blue) = 1+112+190=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #0170BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170BE is #FE8F41. Grayscale: #575757. Windows color (decimal): -16682818 or 12480513. OLE color: 12480513.
HSL color Cylindrical-coordinate representation of color #0170BE: hue angle of 204.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0170BE is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 112 | 190 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.25 |
| HSL | 204.76º | 0.99% | 0.37% | - |
| HSV(B) | 204.76º | 0.99% | 0.75% | - |
| XYZ | 15.1 | 15.31 | 50.87 | - |
| YUV | 87.7 | 185.73 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 190 | 0.99 | 0.41 | 0 | 0.25 | 204.76 | 0.99 | 0.37 |
| Hex | 1 | 70 | BE | 63 | 29 | 0 | 19 | CD | 63 | 25 |
| Octal | 1 | 160 | 276 | 143 | 51 | 0 | 31 | 315 | 143 | 45 |
| Binary | 1 | 1110000 | 10111110 | 1100011 | 101001 | 0 | 11001 | 11001101 | 1100011 | 100101 |
Color Harmonies of #0170BE
Complementary color
Monochromatic Colors of #0170BE
Black with #0170BE
Text Example
Text Example
White with #0170BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170BE; }
p { color: rgb(1,112,190); }
H1.HeaderClassName
{
color: #0170BE;
}
.AnyTagClassName
{
color: #0170BE;
}
</style>
background-color css
<style>
a { background-color: #0170BE; }
a { background-color: rgb(1,112,190); }
div.DivClassName
{
background-color: #0170BE;
}
.BgClassName
{
background-color: #0170BE;
}
</style>
border-color css
<style>
span { border-color: #0170BE; }
span { border-color: rgb(1,112,190); }
td.TdClassName
{
border-color: #0170BE;
}
.TagClassName
{
border-color: #0170BE;
}
</style>