Shades of Navy Blue #176FE5
Tints of Navy Blue #176FE5
RGB
CMYK
RGB Variations
Color information
#176FE5 (or 0x176FE5) is known color: Navy Blue. HEX triplet: 17, 6F and E5. RGB value is (23,111,229). Sum of RGB (Red+Green+Blue) = 23+111+229=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #176FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176FE5 is #E8901A. Grayscale: #616161. Windows color (decimal): -15241243 or 15036183. OLE color: 15036183.
HSL color Cylindrical-coordinate representation of color #176FE5: hue angle of 214.37º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176FE5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 111 | 229 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.10 |
| HSL | 214.37º | 0.82% | 0.49% | - |
| HSV(B) | 214.37º | 0.9% | 0.9% | - |
| XYZ | 20.18 | 17.21 | 76.39 | - |
| YUV | 98.14 | 201.85 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 229 | 0.90 | 0.52 | 0 | 0.10 | 214.37 | 0.82 | 0.49 |
| Hex | 17 | 6F | E5 | 5A | 34 | 0 | A | D6 | 52 | 31 |
| Octal | 27 | 157 | 345 | 132 | 64 | 0 | 12 | 326 | 122 | 61 |
| Binary | 10111 | 1101111 | 11100101 | 1011010 | 110100 | 0 | 1010 | 11010110 | 1010010 | 110001 |
Color Harmonies of #176FE5
Complementary color
Monochromatic Colors of #176FE5
Black with #176FE5
Text Example
Text Example
White with #176FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176FE5; }
p { color: rgb(23,111,229); }
H1.HeaderClassName
{
color: #176FE5;
}
.AnyTagClassName
{
color: #176FE5;
}
</style>
background-color css
<style>
a { background-color: #176FE5; }
a { background-color: rgb(23,111,229); }
div.DivClassName
{
background-color: #176FE5;
}
.BgClassName
{
background-color: #176FE5;
}
</style>
border-color css
<style>
span { border-color: #176FE5; }
span { border-color: rgb(23,111,229); }
td.TdClassName
{
border-color: #176FE5;
}
.TagClassName
{
border-color: #176FE5;
}
</style>