Shades of Navy Blue #177ECC
Tints of Navy Blue #177ECC
RGB
CMYK
RGB Variations
Color information
#177ECC (or 0x177ECC) is known color: Navy Blue. HEX triplet: 17, 7E and CC. RGB value is (23,126,204). Sum of RGB (Red+Green+Blue) = 23+126+204=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #177ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177ECC is #E88133. Grayscale: #676767. Windows color (decimal): -15237428 or 13401623. OLE color: 13401623.
HSL color Cylindrical-coordinate representation of color #177ECC: hue angle of 205.86º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177ECC is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 126 | 204 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.2 |
| HSL | 205.86º | 0.8% | 0.45% | - |
| HSV(B) | 205.86º | 0.89% | 0.8% | - |
| XYZ | 18.71 | 19.46 | 59.9 | - |
| YUV | 104.1 | 184.38 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 126 | 204 | 0.89 | 0.38 | 0 | 0.2 | 205.86 | 0.8 | 0.45 |
| Hex | 17 | 7E | CC | 59 | 26 | 0 | 14 | CE | 50 | 2D |
| Octal | 27 | 176 | 314 | 131 | 46 | 0 | 24 | 316 | 120 | 55 |
| Binary | 10111 | 1111110 | 11001100 | 1011001 | 100110 | 0 | 10100 | 11001110 | 1010000 | 101101 |
Color Harmonies of #177ECC
Complementary color
Monochromatic Colors of #177ECC
Black with #177ECC
Text Example
Text Example
White with #177ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177ECC; }
p { color: rgb(23,126,204); }
H1.HeaderClassName
{
color: #177ECC;
}
.AnyTagClassName
{
color: #177ECC;
}
</style>
background-color css
<style>
a { background-color: #177ECC; }
a { background-color: rgb(23,126,204); }
div.DivClassName
{
background-color: #177ECC;
}
.BgClassName
{
background-color: #177ECC;
}
</style>
border-color css
<style>
span { border-color: #177ECC; }
span { border-color: rgb(23,126,204); }
td.TdClassName
{
border-color: #177ECC;
}
.TagClassName
{
border-color: #177ECC;
}
</style>