Shades of Navy Blue #177ADE
Tints of Navy Blue #177ADE
RGB
CMYK
RGB Variations
Color information
#177ADE (or 0x177ADE) is known color: Navy Blue. HEX triplet: 17, 7A and DE. RGB value is (23,122,222). Sum of RGB (Red+Green+Blue) = 23+122+222=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #177ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177ADE is #E88521. Grayscale: #676767. Windows color (decimal): -15238434 or 14580247. OLE color: 14580247.
HSL color Cylindrical-coordinate representation of color #177ADE: hue angle of 210.15º 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 #177ADE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 122 | 222 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.13 |
| HSL | 210.15º | 0.81% | 0.48% | - |
| HSV(B) | 210.15º | 0.9% | 0.87% | - |
| XYZ | 20.5 | 19.38 | 71.77 | - |
| YUV | 103.8 | 194.7 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 122 | 222 | 0.90 | 0.45 | 0 | 0.13 | 210.15 | 0.81 | 0.48 |
| Hex | 17 | 7A | DE | 5A | 2D | 0 | D | D2 | 51 | 30 |
| Octal | 27 | 172 | 336 | 132 | 55 | 0 | 15 | 322 | 121 | 60 |
| Binary | 10111 | 1111010 | 11011110 | 1011010 | 101101 | 0 | 1101 | 11010010 | 1010001 | 110000 |
Color Harmonies of #177ADE
Complementary color
Monochromatic Colors of #177ADE
Black with #177ADE
Text Example
Text Example
White with #177ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177ADE; }
p { color: rgb(23,122,222); }
H1.HeaderClassName
{
color: #177ADE;
}
.AnyTagClassName
{
color: #177ADE;
}
</style>
background-color css
<style>
a { background-color: #177ADE; }
a { background-color: rgb(23,122,222); }
div.DivClassName
{
background-color: #177ADE;
}
.BgClassName
{
background-color: #177ADE;
}
</style>
border-color css
<style>
span { border-color: #177ADE; }
span { border-color: rgb(23,122,222); }
td.TdClassName
{
border-color: #177ADE;
}
.TagClassName
{
border-color: #177ADE;
}
</style>