Shades of Navy Blue #176ADC
Tints of Navy Blue #176ADC
RGB
CMYK
RGB Variations
Color information
#176ADC (or 0x176ADC) is known color: Navy Blue. HEX triplet: 17, 6A and DC. RGB value is (23,106,220). Sum of RGB (Red+Green+Blue) = 23+106+220=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #176ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176ADC is #E89523. Grayscale: #5D5D5D. Windows color (decimal): -15242532 or 14445079. OLE color: 14445079.
HSL color Cylindrical-coordinate representation of color #176ADC: hue angle of 214.72º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176ADC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 106 | 220 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.14 |
| HSL | 214.72º | 0.81% | 0.48% | - |
| HSV(B) | 214.72º | 0.9% | 0.86% | - |
| XYZ | 18.43 | 15.66 | 69.76 | - |
| YUV | 94.18 | 199 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 220 | 0.90 | 0.52 | 0 | 0.14 | 214.72 | 0.81 | 0.48 |
| Hex | 17 | 6A | DC | 5A | 34 | 0 | E | D7 | 51 | 30 |
| Octal | 27 | 152 | 334 | 132 | 64 | 0 | 16 | 327 | 121 | 60 |
| Binary | 10111 | 1101010 | 11011100 | 1011010 | 110100 | 0 | 1110 | 11010111 | 1010001 | 110000 |
Color Harmonies of #176ADC
Complementary color
Monochromatic Colors of #176ADC
Black with #176ADC
Text Example
Text Example
White with #176ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176ADC; }
p { color: rgb(23,106,220); }
H1.HeaderClassName
{
color: #176ADC;
}
.AnyTagClassName
{
color: #176ADC;
}
</style>
background-color css
<style>
a { background-color: #176ADC; }
a { background-color: rgb(23,106,220); }
div.DivClassName
{
background-color: #176ADC;
}
.BgClassName
{
background-color: #176ADC;
}
</style>
border-color css
<style>
span { border-color: #176ADC; }
span { border-color: rgb(23,106,220); }
td.TdClassName
{
border-color: #176ADC;
}
.TagClassName
{
border-color: #176ADC;
}
</style>