Shades of Navy Blue #176EE5
Tints of Navy Blue #176EE5
RGB
CMYK
RGB Variations
Color information
#176EE5 (or 0x176EE5) is known color: Navy Blue. HEX triplet: 17, 6E and E5. RGB value is (23,110,229). Sum of RGB (Red+Green+Blue) = 23+110+229=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #176EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176EE5 is #E8911A. Grayscale: #606060. Windows color (decimal): -15241499 or 15035927. OLE color: 15035927.
HSL color Cylindrical-coordinate representation of color #176EE5: hue angle of 214.66º 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 #176EE5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 110 | 229 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.10 |
| HSL | 214.66º | 0.82% | 0.49% | - |
| HSV(B) | 214.66º | 0.9% | 0.9% | - |
| XYZ | 20.07 | 16.99 | 76.35 | - |
| YUV | 97.55 | 202.18 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 229 | 0.90 | 0.52 | 0 | 0.10 | 214.66 | 0.82 | 0.49 |
| Hex | 17 | 6E | E5 | 5A | 34 | 0 | A | D7 | 52 | 31 |
| Octal | 27 | 156 | 345 | 132 | 64 | 0 | 12 | 327 | 122 | 61 |
| Binary | 10111 | 1101110 | 11100101 | 1011010 | 110100 | 0 | 1010 | 11010111 | 1010010 | 110001 |
Color Harmonies of #176EE5
Complementary color
Monochromatic Colors of #176EE5
Black with #176EE5
Text Example
Text Example
White with #176EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176EE5; }
p { color: rgb(23,110,229); }
H1.HeaderClassName
{
color: #176EE5;
}
.AnyTagClassName
{
color: #176EE5;
}
</style>
background-color css
<style>
a { background-color: #176EE5; }
a { background-color: rgb(23,110,229); }
div.DivClassName
{
background-color: #176EE5;
}
.BgClassName
{
background-color: #176EE5;
}
</style>
border-color css
<style>
span { border-color: #176EE5; }
span { border-color: rgb(23,110,229); }
td.TdClassName
{
border-color: #176EE5;
}
.TagClassName
{
border-color: #176EE5;
}
</style>