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