Shades of Navy Blue #177BDA
Tints of Navy Blue #177BDA
RGB
CMYK
RGB Variations
Color information
#177BDA (or 0x177BDA) is known color: Navy Blue. HEX triplet: 17, 7B and DA. RGB value is (23,123,218). Sum of RGB (Red+Green+Blue) = 23+123+218=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #177BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177BDA is #E88425. Grayscale: #676767. Windows color (decimal): -15238182 or 14318359. OLE color: 14318359.
HSL color Cylindrical-coordinate representation of color #177BDA: hue angle of 209.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177BDA is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 123 | 218 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.15 |
| HSL | 209.23º | 0.81% | 0.47% | - |
| HSV(B) | 209.23º | 0.89% | 0.85% | - |
| XYZ | 20.09 | 19.41 | 69.02 | - |
| YUV | 103.93 | 192.37 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 218 | 0.89 | 0.44 | 0 | 0.15 | 209.23 | 0.81 | 0.47 |
| Hex | 17 | 7B | DA | 59 | 2C | 0 | F | D1 | 51 | 2F |
| Octal | 27 | 173 | 332 | 131 | 54 | 0 | 17 | 321 | 121 | 57 |
| Binary | 10111 | 1111011 | 11011010 | 1011001 | 101100 | 0 | 1111 | 11010001 | 1010001 | 101111 |
Color Harmonies of #177BDA
Complementary color
Monochromatic Colors of #177BDA
Black with #177BDA
Text Example
Text Example
White with #177BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177BDA; }
p { color: rgb(23,123,218); }
H1.HeaderClassName
{
color: #177BDA;
}
.AnyTagClassName
{
color: #177BDA;
}
</style>
background-color css
<style>
a { background-color: #177BDA; }
a { background-color: rgb(23,123,218); }
div.DivClassName
{
background-color: #177BDA;
}
.BgClassName
{
background-color: #177BDA;
}
</style>
border-color css
<style>
span { border-color: #177BDA; }
span { border-color: rgb(23,123,218); }
td.TdClassName
{
border-color: #177BDA;
}
.TagClassName
{
border-color: #177BDA;
}
</style>