Shades of Navy Blue #177ED4
Tints of Navy Blue #177ED4
RGB
CMYK
RGB Variations
Color information
#177ED4 (or 0x177ED4) is known color: Navy Blue. HEX triplet: 17, 7E and D4. RGB value is (23,126,212). Sum of RGB (Red+Green+Blue) = 23+126+212=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 212 (83.20% from 255 or 58.73% from 361); Max value from RGB is 212 - color contains mainly: blue. Hex color #177ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177ED4 is #E8812B. Grayscale: #686868. Windows color (decimal): -15237420 or 13925911. OLE color: 13925911.
HSL color Cylindrical-coordinate representation of color #177ED4: hue angle of 207.3º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177ED4 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 23 | 126 | 212 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.17 |
| HSL | 207.3º | 0.8% | 0.46% | - |
| HSV(B) | 207.3º | 0.89% | 0.83% | - |
| XYZ | 19.7 | 19.86 | 65.08 | - |
| YUV | 105.01 | 188.38 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 126 | 212 | 0.89 | 0.41 | 0 | 0.17 | 207.3 | 0.8 | 0.46 |
| Hex | 17 | 7E | D4 | 59 | 29 | 0 | 11 | CF | 50 | 2E |
| Octal | 27 | 176 | 324 | 131 | 51 | 0 | 21 | 317 | 120 | 56 |
| Binary | 10111 | 1111110 | 11010100 | 1011001 | 101001 | 0 | 10001 | 11001111 | 1010000 | 101110 |
Color Harmonies of #177ED4
Complementary color
Monochromatic Colors of #177ED4
Black with #177ED4
Text Example
Text Example
White with #177ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177ED4; }
p { color: rgb(23,126,212); }
H1.HeaderClassName
{
color: #177ED4;
}
.AnyTagClassName
{
color: #177ED4;
}
</style>
background-color css
<style>
a { background-color: #177ED4; }
a { background-color: rgb(23,126,212); }
div.DivClassName
{
background-color: #177ED4;
}
.BgClassName
{
background-color: #177ED4;
}
</style>
border-color css
<style>
span { border-color: #177ED4; }
span { border-color: rgb(23,126,212); }
td.TdClassName
{
border-color: #177ED4;
}
.TagClassName
{
border-color: #177ED4;
}
</style>