Shades of Navy Blue #176EDA
Tints of Navy Blue #176EDA
RGB
CMYK
RGB Variations
Color information
#176EDA (or 0x176EDA) is known color: Navy Blue. HEX triplet: 17, 6E and DA. RGB value is (23,110,218). Sum of RGB (Red+Green+Blue) = 23+110+218=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #176EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176EDA is #E89125. Grayscale: #5F5F5F. Windows color (decimal): -15241510 or 14315031. OLE color: 14315031.
HSL color Cylindrical-coordinate representation of color #176EDA: hue angle of 213.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 #176EDA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 110 | 218 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.15 |
| HSL | 213.23º | 0.81% | 0.47% | - |
| HSV(B) | 213.23º | 0.89% | 0.85% | - |
| XYZ | 18.58 | 16.4 | 68.51 | - |
| YUV | 96.3 | 196.68 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 218 | 0.89 | 0.50 | 0 | 0.15 | 213.23 | 0.81 | 0.47 |
| Hex | 17 | 6E | DA | 59 | 32 | 0 | F | D5 | 51 | 2F |
| Octal | 27 | 156 | 332 | 131 | 62 | 0 | 17 | 325 | 121 | 57 |
| Binary | 10111 | 1101110 | 11011010 | 1011001 | 110010 | 0 | 1111 | 11010101 | 1010001 | 101111 |
Color Harmonies of #176EDA
Complementary color
Monochromatic Colors of #176EDA
Black with #176EDA
Text Example
Text Example
White with #176EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176EDA; }
p { color: rgb(23,110,218); }
H1.HeaderClassName
{
color: #176EDA;
}
.AnyTagClassName
{
color: #176EDA;
}
</style>
background-color css
<style>
a { background-color: #176EDA; }
a { background-color: rgb(23,110,218); }
div.DivClassName
{
background-color: #176EDA;
}
.BgClassName
{
background-color: #176EDA;
}
</style>
border-color css
<style>
span { border-color: #176EDA; }
span { border-color: rgb(23,110,218); }
td.TdClassName
{
border-color: #176EDA;
}
.TagClassName
{
border-color: #176EDA;
}
</style>