Shades of Navy Blue #177ACD
Tints of Navy Blue #177ACD
RGB
CMYK
RGB Variations
Color information
#177ACD (or 0x177ACD) is known color: Navy Blue. HEX triplet: 17, 7A and CD. RGB value is (23,122,205). Sum of RGB (Red+Green+Blue) = 23+122+205=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #177ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177ACD is #E88532. Grayscale: #656565. Windows color (decimal): -15238451 or 13466135. OLE color: 13466135.
HSL color Cylindrical-coordinate representation of color #177ACD: hue angle of 207.36º 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 #177ACD is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 122 | 205 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.20 |
| HSL | 207.36º | 0.8% | 0.45% | - |
| HSV(B) | 207.36º | 0.89% | 0.8% | - |
| XYZ | 18.33 | 18.51 | 60.36 | - |
| YUV | 101.86 | 186.2 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 122 | 205 | 0.89 | 0.40 | 0 | 0.20 | 207.36 | 0.8 | 0.45 |
| Hex | 17 | 7A | CD | 59 | 28 | 0 | 14 | CF | 50 | 2D |
| Octal | 27 | 172 | 315 | 131 | 50 | 0 | 24 | 317 | 120 | 55 |
| Binary | 10111 | 1111010 | 11001101 | 1011001 | 101000 | 0 | 10100 | 11001111 | 1010000 | 101101 |
Color Harmonies of #177ACD
Complementary color
Monochromatic Colors of #177ACD
Black with #177ACD
Text Example
Text Example
White with #177ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177ACD; }
p { color: rgb(23,122,205); }
H1.HeaderClassName
{
color: #177ACD;
}
.AnyTagClassName
{
color: #177ACD;
}
</style>
background-color css
<style>
a { background-color: #177ACD; }
a { background-color: rgb(23,122,205); }
div.DivClassName
{
background-color: #177ACD;
}
.BgClassName
{
background-color: #177ACD;
}
</style>
border-color css
<style>
span { border-color: #177ACD; }
span { border-color: rgb(23,122,205); }
td.TdClassName
{
border-color: #177ACD;
}
.TagClassName
{
border-color: #177ACD;
}
</style>