Shades of Navy Blue #177FDD
Tints of Navy Blue #177FDD
RGB
CMYK
RGB Variations
Color information
#177FDD (or 0x177FDD) is known color: Navy Blue. HEX triplet: 17, 7F and DD. RGB value is (23,127,221). Sum of RGB (Red+Green+Blue) = 23+127+221=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #177FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177FDD is #E88022. Grayscale: #6A6A6A. Windows color (decimal): -15237155 or 14515991. OLE color: 14515991.
HSL color Cylindrical-coordinate representation of color #177FDD: hue angle of 208.48º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #177FDD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 127 | 221 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.13 |
| HSL | 208.48º | 0.81% | 0.48% | - |
| HSV(B) | 208.48º | 0.9% | 0.87% | - |
| XYZ | 20.99 | 20.58 | 71.27 | - |
| YUV | 106.62 | 192.54 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 221 | 0.90 | 0.43 | 0 | 0.13 | 208.48 | 0.81 | 0.48 |
| Hex | 17 | 7F | DD | 5A | 2B | 0 | D | D0 | 51 | 30 |
| Octal | 27 | 177 | 335 | 132 | 53 | 0 | 15 | 320 | 121 | 60 |
| Binary | 10111 | 1111111 | 11011101 | 1011010 | 101011 | 0 | 1101 | 11010000 | 1010001 | 110000 |
Color Harmonies of #177FDD
Complementary color
Monochromatic Colors of #177FDD
Black with #177FDD
Text Example
Text Example
White with #177FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177FDD; }
p { color: rgb(23,127,221); }
H1.HeaderClassName
{
color: #177FDD;
}
.AnyTagClassName
{
color: #177FDD;
}
</style>
background-color css
<style>
a { background-color: #177FDD; }
a { background-color: rgb(23,127,221); }
div.DivClassName
{
background-color: #177FDD;
}
.BgClassName
{
background-color: #177FDD;
}
</style>
border-color css
<style>
span { border-color: #177FDD; }
span { border-color: rgb(23,127,221); }
td.TdClassName
{
border-color: #177FDD;
}
.TagClassName
{
border-color: #177FDD;
}
</style>