Shades of Navy Blue #177CCD
Tints of Navy Blue #177CCD
RGB
CMYK
RGB Variations
Color information
#177CCD (or 0x177CCD) is known color: Navy Blue. HEX triplet: 17, 7C and CD. RGB value is (23,124,205). Sum of RGB (Red+Green+Blue) = 23+124+205=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #177CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177CCD is #E88332. Grayscale: #666666. Windows color (decimal): -15237939 or 13466647. OLE color: 13466647.
HSL color Cylindrical-coordinate representation of color #177CCD: hue angle of 206.7º 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 #177CCD is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 124 | 205 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.20 |
| HSL | 206.7º | 0.8% | 0.45% | - |
| HSV(B) | 206.7º | 0.89% | 0.8% | - |
| XYZ | 18.58 | 19.01 | 60.45 | - |
| YUV | 103.04 | 185.54 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 205 | 0.89 | 0.40 | 0 | 0.20 | 206.7 | 0.8 | 0.45 |
| Hex | 17 | 7C | CD | 59 | 28 | 0 | 14 | CF | 50 | 2D |
| Octal | 27 | 174 | 315 | 131 | 50 | 0 | 24 | 317 | 120 | 55 |
| Binary | 10111 | 1111100 | 11001101 | 1011001 | 101000 | 0 | 10100 | 11001111 | 1010000 | 101101 |
Color Harmonies of #177CCD
Complementary color
Monochromatic Colors of #177CCD
Black with #177CCD
Text Example
Text Example
White with #177CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177CCD; }
p { color: rgb(23,124,205); }
H1.HeaderClassName
{
color: #177CCD;
}
.AnyTagClassName
{
color: #177CCD;
}
</style>
background-color css
<style>
a { background-color: #177CCD; }
a { background-color: rgb(23,124,205); }
div.DivClassName
{
background-color: #177CCD;
}
.BgClassName
{
background-color: #177CCD;
}
</style>
border-color css
<style>
span { border-color: #177CCD; }
span { border-color: rgb(23,124,205); }
td.TdClassName
{
border-color: #177CCD;
}
.TagClassName
{
border-color: #177CCD;
}
</style>