Shades of Navy Blue #176EE1
Tints of Navy Blue #176EE1
RGB
CMYK
RGB Variations
Color information
#176EE1 (or 0x176EE1) is known color: Navy Blue. HEX triplet: 17, 6E and E1. RGB value is (23,110,225). Sum of RGB (Red+Green+Blue) = 23+110+225=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #176EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176EE1 is #E8911E. Grayscale: #606060. Windows color (decimal): -15241503 or 14773783. OLE color: 14773783.
HSL color Cylindrical-coordinate representation of color #176EE1: hue angle of 214.16º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176EE1 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 110 | 225 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.12 |
| HSL | 214.16º | 0.81% | 0.49% | - |
| HSV(B) | 214.16º | 0.9% | 0.88% | - |
| XYZ | 19.52 | 16.77 | 73.44 | - |
| YUV | 97.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 225 | 0.90 | 0.51 | 0 | 0.12 | 214.16 | 0.81 | 0.49 |
| Hex | 17 | 6E | E1 | 5A | 33 | 0 | C | D6 | 51 | 31 |
| Octal | 27 | 156 | 341 | 132 | 63 | 0 | 14 | 326 | 121 | 61 |
| Binary | 10111 | 1101110 | 11100001 | 1011010 | 110011 | 0 | 1100 | 11010110 | 1010001 | 110001 |
Color Harmonies of #176EE1
Complementary color
Monochromatic Colors of #176EE1
Black with #176EE1
Text Example
Text Example
White with #176EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176EE1; }
p { color: rgb(23,110,225); }
H1.HeaderClassName
{
color: #176EE1;
}
.AnyTagClassName
{
color: #176EE1;
}
</style>
background-color css
<style>
a { background-color: #176EE1; }
a { background-color: rgb(23,110,225); }
div.DivClassName
{
background-color: #176EE1;
}
.BgClassName
{
background-color: #176EE1;
}
</style>
border-color css
<style>
span { border-color: #176EE1; }
span { border-color: rgb(23,110,225); }
td.TdClassName
{
border-color: #176EE1;
}
.TagClassName
{
border-color: #176EE1;
}
</style>