Shades of Navy Blue #177EDD
Tints of Navy Blue #177EDD
RGB
CMYK
RGB Variations
Color information
#177EDD (or 0x177EDD) is known color: Navy Blue. HEX triplet: 17, 7E and DD. RGB value is (23,126,221). Sum of RGB (Red+Green+Blue) = 23+126+221=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #177EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177EDD is #E88122. Grayscale: #696969. Windows color (decimal): -15237411 or 14515735. OLE color: 14515735.
HSL color Cylindrical-coordinate representation of color #177EDD: hue angle of 208.79º 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 #177EDD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 126 | 221 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.13 |
| HSL | 208.79º | 0.81% | 0.48% | - |
| HSV(B) | 208.79º | 0.9% | 0.87% | - |
| XYZ | 20.87 | 20.32 | 71.23 | - |
| YUV | 106.03 | 192.88 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 126 | 221 | 0.90 | 0.43 | 0 | 0.13 | 208.79 | 0.81 | 0.48 |
| Hex | 17 | 7E | DD | 5A | 2B | 0 | D | D1 | 51 | 30 |
| Octal | 27 | 176 | 335 | 132 | 53 | 0 | 15 | 321 | 121 | 60 |
| Binary | 10111 | 1111110 | 11011101 | 1011010 | 101011 | 0 | 1101 | 11010001 | 1010001 | 110000 |
Color Harmonies of #177EDD
Complementary color
Monochromatic Colors of #177EDD
Black with #177EDD
Text Example
Text Example
White with #177EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177EDD; }
p { color: rgb(23,126,221); }
H1.HeaderClassName
{
color: #177EDD;
}
.AnyTagClassName
{
color: #177EDD;
}
</style>
background-color css
<style>
a { background-color: #177EDD; }
a { background-color: rgb(23,126,221); }
div.DivClassName
{
background-color: #177EDD;
}
.BgClassName
{
background-color: #177EDD;
}
</style>
border-color css
<style>
span { border-color: #177EDD; }
span { border-color: rgb(23,126,221); }
td.TdClassName
{
border-color: #177EDD;
}
.TagClassName
{
border-color: #177EDD;
}
</style>