Shades of Navy Blue #177BCE
Tints of Navy Blue #177BCE
RGB
CMYK
RGB Variations
Color information
#177BCE (or 0x177BCE) is known color: Navy Blue. HEX triplet: 17, 7B and CE. RGB value is (23,123,206). Sum of RGB (Red+Green+Blue) = 23+123+206=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #177BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177BCE is #E88431. Grayscale: #666666. Windows color (decimal): -15238194 or 13531927. OLE color: 13531927.
HSL color Cylindrical-coordinate representation of color #177BCE: hue angle of 207.21º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177BCE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 123 | 206 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.19 |
| HSL | 207.21º | 0.8% | 0.45% | - |
| HSV(B) | 207.21º | 0.89% | 0.81% | - |
| XYZ | 18.58 | 18.8 | 61.04 | - |
| YUV | 102.56 | 186.37 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 206 | 0.89 | 0.40 | 0 | 0.19 | 207.21 | 0.8 | 0.45 |
| Hex | 17 | 7B | CE | 59 | 28 | 0 | 13 | CF | 50 | 2D |
| Octal | 27 | 173 | 316 | 131 | 50 | 0 | 23 | 317 | 120 | 55 |
| Binary | 10111 | 1111011 | 11001110 | 1011001 | 101000 | 0 | 10011 | 11001111 | 1010000 | 101101 |
Color Harmonies of #177BCE
Complementary color
Monochromatic Colors of #177BCE
Black with #177BCE
Text Example
Text Example
White with #177BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177BCE; }
p { color: rgb(23,123,206); }
H1.HeaderClassName
{
color: #177BCE;
}
.AnyTagClassName
{
color: #177BCE;
}
</style>
background-color css
<style>
a { background-color: #177BCE; }
a { background-color: rgb(23,123,206); }
div.DivClassName
{
background-color: #177BCE;
}
.BgClassName
{
background-color: #177BCE;
}
</style>
border-color css
<style>
span { border-color: #177BCE; }
span { border-color: rgb(23,123,206); }
td.TdClassName
{
border-color: #177BCE;
}
.TagClassName
{
border-color: #177BCE;
}
</style>