Shades of Navy Blue #176FE1
Tints of Navy Blue #176FE1
RGB
CMYK
RGB Variations
Color information
#176FE1 (or 0x176FE1) is known color: Navy Blue. HEX triplet: 17, 6F and E1. RGB value is (23,111,225). Sum of RGB (Red+Green+Blue) = 23+111+225=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 225 (88.28% from 255 or 62.67% from 359); Max value from RGB is 225 - color contains mainly: blue. Hex color #176FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176FE1 is #E8901E. Grayscale: #616161. Windows color (decimal): -15241247 or 14774039. OLE color: 14774039.
HSL color Cylindrical-coordinate representation of color #176FE1: hue angle of 213.86º 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 #176FE1 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 111 | 225 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.12 |
| HSL | 213.86º | 0.81% | 0.49% | - |
| HSV(B) | 213.86º | 0.9% | 0.88% | - |
| XYZ | 19.63 | 16.99 | 73.48 | - |
| YUV | 97.68 | 199.85 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 225 | 0.90 | 0.51 | 0 | 0.12 | 213.86 | 0.81 | 0.49 |
| Hex | 17 | 6F | E1 | 5A | 33 | 0 | C | D6 | 51 | 31 |
| Octal | 27 | 157 | 341 | 132 | 63 | 0 | 14 | 326 | 121 | 61 |
| Binary | 10111 | 1101111 | 11100001 | 1011010 | 110011 | 0 | 1100 | 11010110 | 1010001 | 110001 |
Color Harmonies of #176FE1
Complementary color
Monochromatic Colors of #176FE1
Black with #176FE1
Text Example
Text Example
White with #176FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176FE1; }
p { color: rgb(23,111,225); }
H1.HeaderClassName
{
color: #176FE1;
}
.AnyTagClassName
{
color: #176FE1;
}
</style>
background-color css
<style>
a { background-color: #176FE1; }
a { background-color: rgb(23,111,225); }
div.DivClassName
{
background-color: #176FE1;
}
.BgClassName
{
background-color: #176FE1;
}
</style>
border-color css
<style>
span { border-color: #176FE1; }
span { border-color: rgb(23,111,225); }
td.TdClassName
{
border-color: #176FE1;
}
.TagClassName
{
border-color: #176FE1;
}
</style>