Shades of Navy Blue #177BD0
Tints of Navy Blue #177BD0
RGB
CMYK
RGB Variations
Color information
#177BD0 (or 0x177BD0) is known color: Navy Blue. HEX triplet: 17, 7B and D0. RGB value is (23,123,208). Sum of RGB (Red+Green+Blue) = 23+123+208=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #177BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177BD0 is #E8842F. Grayscale: #666666. Windows color (decimal): -15238192 or 13662999. OLE color: 13662999.
HSL color Cylindrical-coordinate representation of color #177BD0: hue angle of 207.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177BD0 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 123 | 208 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.18 |
| HSL | 207.57º | 0.8% | 0.45% | - |
| HSV(B) | 207.57º | 0.89% | 0.82% | - |
| XYZ | 18.82 | 18.9 | 62.33 | - |
| YUV | 102.79 | 187.37 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 208 | 0.89 | 0.41 | 0 | 0.18 | 207.57 | 0.8 | 0.45 |
| Hex | 17 | 7B | D0 | 59 | 29 | 0 | 12 | D0 | 50 | 2D |
| Octal | 27 | 173 | 320 | 131 | 51 | 0 | 22 | 320 | 120 | 55 |
| Binary | 10111 | 1111011 | 11010000 | 1011001 | 101001 | 0 | 10010 | 11010000 | 1010000 | 101101 |
Color Harmonies of #177BD0
Complementary color
Monochromatic Colors of #177BD0
Black with #177BD0
Text Example
Text Example
White with #177BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177BD0; }
p { color: rgb(23,123,208); }
H1.HeaderClassName
{
color: #177BD0;
}
.AnyTagClassName
{
color: #177BD0;
}
</style>
background-color css
<style>
a { background-color: #177BD0; }
a { background-color: rgb(23,123,208); }
div.DivClassName
{
background-color: #177BD0;
}
.BgClassName
{
background-color: #177BD0;
}
</style>
border-color css
<style>
span { border-color: #177BD0; }
span { border-color: rgb(23,123,208); }
td.TdClassName
{
border-color: #177BD0;
}
.TagClassName
{
border-color: #177BD0;
}
</style>