Shades of Navy Blue #177EDA
Tints of Navy Blue #177EDA
RGB
CMYK
RGB Variations
Color information
#177EDA (or 0x177EDA) is known color: Navy Blue. HEX triplet: 17, 7E and DA. RGB value is (23,126,218). Sum of RGB (Red+Green+Blue) = 23+126+218=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #177EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177EDA is #E88125. Grayscale: #696969. Windows color (decimal): -15237414 or 14319127. OLE color: 14319127.
HSL color Cylindrical-coordinate representation of color #177EDA: hue angle of 208.31º 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 #177EDA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 126 | 218 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.15 |
| HSL | 208.31º | 0.81% | 0.47% | - |
| HSV(B) | 208.31º | 0.89% | 0.85% | - |
| XYZ | 20.47 | 20.17 | 69.14 | - |
| YUV | 105.69 | 191.38 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 126 | 218 | 0.89 | 0.42 | 0 | 0.15 | 208.31 | 0.81 | 0.47 |
| Hex | 17 | 7E | DA | 59 | 2A | 0 | F | D0 | 51 | 2F |
| Octal | 27 | 176 | 332 | 131 | 52 | 0 | 17 | 320 | 121 | 57 |
| Binary | 10111 | 1111110 | 11011010 | 1011001 | 101010 | 0 | 1111 | 11010000 | 1010001 | 101111 |
Color Harmonies of #177EDA
Complementary color
Monochromatic Colors of #177EDA
Black with #177EDA
Text Example
Text Example
White with #177EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177EDA; }
p { color: rgb(23,126,218); }
H1.HeaderClassName
{
color: #177EDA;
}
.AnyTagClassName
{
color: #177EDA;
}
</style>
background-color css
<style>
a { background-color: #177EDA; }
a { background-color: rgb(23,126,218); }
div.DivClassName
{
background-color: #177EDA;
}
.BgClassName
{
background-color: #177EDA;
}
</style>
border-color css
<style>
span { border-color: #177EDA; }
span { border-color: rgb(23,126,218); }
td.TdClassName
{
border-color: #177EDA;
}
.TagClassName
{
border-color: #177EDA;
}
</style>