Shades of Navy Blue #177CDB
Tints of Navy Blue #177CDB
RGB
CMYK
RGB Variations
Color information
#177CDB (or 0x177CDB) is known color: Navy Blue. HEX triplet: 17, 7C and DB. RGB value is (23,124,219). Sum of RGB (Red+Green+Blue) = 23+124+219=366 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.28% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #177CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177CDB is #E88324. Grayscale: #686868. Windows color (decimal): -15237925 or 14384151. OLE color: 14384151.
HSL color Cylindrical-coordinate representation of color #177CDB: hue angle of 209.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177CDB is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 124 | 219 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.14 |
| HSL | 209.08º | 0.81% | 0.47% | - |
| HSV(B) | 209.08º | 0.89% | 0.86% | - |
| XYZ | 20.35 | 19.71 | 69.75 | - |
| YUV | 104.63 | 192.54 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 124 | 219 | 0.89 | 0.43 | 0 | 0.14 | 209.08 | 0.81 | 0.47 |
| Hex | 17 | 7C | DB | 59 | 2B | 0 | E | D1 | 51 | 2F |
| Octal | 27 | 174 | 333 | 131 | 53 | 0 | 16 | 321 | 121 | 57 |
| Binary | 10111 | 1111100 | 11011011 | 1011001 | 101011 | 0 | 1110 | 11010001 | 1010001 | 101111 |
Color Harmonies of #177CDB
Complementary color
Monochromatic Colors of #177CDB
Black with #177CDB
Text Example
Text Example
White with #177CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177CDB; }
p { color: rgb(23,124,219); }
H1.HeaderClassName
{
color: #177CDB;
}
.AnyTagClassName
{
color: #177CDB;
}
</style>
background-color css
<style>
a { background-color: #177CDB; }
a { background-color: rgb(23,124,219); }
div.DivClassName
{
background-color: #177CDB;
}
.BgClassName
{
background-color: #177CDB;
}
</style>
border-color css
<style>
span { border-color: #177CDB; }
span { border-color: rgb(23,124,219); }
td.TdClassName
{
border-color: #177CDB;
}
.TagClassName
{
border-color: #177CDB;
}
</style>