Shades of Allports #176A8E
Tints of Allports #176A8E
RGB
CMYK
RGB Variations
Color information
#176A8E (or 0x176A8E) is known color: Allports. HEX triplet: 17, 6A and 8E. RGB value is (23,106,142). Sum of RGB (Red+Green+Blue) = 23+106+142=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #176A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176A8E is #E89571. Grayscale: #555555. Windows color (decimal): -15242610 or 9333271. OLE color: 9333271.
HSL color Cylindrical-coordinate representation of color #176A8E: hue angle of 198.15º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #176A8E is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 106 | 142 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.44 |
| HSL | 198.15º | 0.72% | 0.32% | - |
| HSV(B) | 198.15º | 0.84% | 0.56% | - |
| XYZ | 10.39 | 12.44 | 27.45 | - |
| YUV | 85.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 142 | 0.84 | 0.25 | 0 | 0.44 | 198.15 | 0.72 | 0.32 |
| Hex | 17 | 6A | 8E | 54 | 19 | 0 | 2C | C6 | 48 | 20 |
| Octal | 27 | 152 | 216 | 124 | 31 | 0 | 54 | 306 | 110 | 40 |
| Binary | 10111 | 1101010 | 10001110 | 1010100 | 11001 | 0 | 101100 | 11000110 | 1001000 | 100000 |
Color Harmonies of #176A8E
Complementary color
Monochromatic Colors of #176A8E
Black with #176A8E
Text Example
Text Example
White with #176A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A8E; }
p { color: rgb(23,106,142); }
H1.HeaderClassName
{
color: #176A8E;
}
.AnyTagClassName
{
color: #176A8E;
}
</style>
background-color css
<style>
a { background-color: #176A8E; }
a { background-color: rgb(23,106,142); }
div.DivClassName
{
background-color: #176A8E;
}
.BgClassName
{
background-color: #176A8E;
}
</style>
border-color css
<style>
span { border-color: #176A8E; }
span { border-color: rgb(23,106,142); }
td.TdClassName
{
border-color: #176A8E;
}
.TagClassName
{
border-color: #176A8E;
}
</style>