Shades of Navy Blue #177BDB
Tints of Navy Blue #177BDB
RGB
CMYK
RGB Variations
Color information
#177BDB (or 0x177BDB) is known color: Navy Blue. HEX triplet: 17, 7B and DB. RGB value is (23,123,219). Sum of RGB (Red+Green+Blue) = 23+123+219=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #177BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177BDB is #E88424. Grayscale: #676767. Windows color (decimal): -15238181 or 14383895. OLE color: 14383895.
HSL color Cylindrical-coordinate representation of color #177BDB: hue angle of 209.39º 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 #177BDB is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 123 | 219 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.14 |
| HSL | 209.39º | 0.81% | 0.47% | - |
| HSV(B) | 209.39º | 0.89% | 0.86% | - |
| XYZ | 20.22 | 19.46 | 69.71 | - |
| YUV | 104.04 | 192.87 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 219 | 0.89 | 0.44 | 0 | 0.14 | 209.39 | 0.81 | 0.47 |
| Hex | 17 | 7B | DB | 59 | 2C | 0 | E | D1 | 51 | 2F |
| Octal | 27 | 173 | 333 | 131 | 54 | 0 | 16 | 321 | 121 | 57 |
| Binary | 10111 | 1111011 | 11011011 | 1011001 | 101100 | 0 | 1110 | 11010001 | 1010001 | 101111 |
Color Harmonies of #177BDB
Complementary color
Monochromatic Colors of #177BDB
Black with #177BDB
Text Example
Text Example
White with #177BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177BDB; }
p { color: rgb(23,123,219); }
H1.HeaderClassName
{
color: #177BDB;
}
.AnyTagClassName
{
color: #177BDB;
}
</style>
background-color css
<style>
a { background-color: #177BDB; }
a { background-color: rgb(23,123,219); }
div.DivClassName
{
background-color: #177BDB;
}
.BgClassName
{
background-color: #177BDB;
}
</style>
border-color css
<style>
span { border-color: #177BDB; }
span { border-color: rgb(23,123,219); }
td.TdClassName
{
border-color: #177BDB;
}
.TagClassName
{
border-color: #177BDB;
}
</style>