Shades of Allports #176A8B
Tints of Allports #176A8B
RGB
CMYK
RGB Variations
Color information
#176A8B (or 0x176A8B) is known color: Allports. HEX triplet: 17, 6A and 8B. RGB value is (23,106,139). Sum of RGB (Red+Green+Blue) = 23+106+139=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #176A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176A8B is #E89574. Grayscale: #545454. Windows color (decimal): -15242613 or 9136663. OLE color: 9136663.
HSL color Cylindrical-coordinate representation of color #176A8B: hue angle of 197.07º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #176A8B is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 106 | 139 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.45 |
| HSL | 197.07º | 0.72% | 0.32% | - |
| HSV(B) | 197.07º | 0.83% | 0.55% | - |
| XYZ | 10.17 | 12.35 | 26.27 | - |
| YUV | 84.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 139 | 0.83 | 0.24 | 0 | 0.45 | 197.07 | 0.72 | 0.32 |
| Hex | 17 | 6A | 8B | 53 | 18 | 0 | 2D | C5 | 48 | 20 |
| Octal | 27 | 152 | 213 | 123 | 30 | 0 | 55 | 305 | 110 | 40 |
| Binary | 10111 | 1101010 | 10001011 | 1010011 | 11000 | 0 | 101101 | 11000101 | 1001000 | 100000 |
Color Harmonies of #176A8B
Complementary color
Monochromatic Colors of #176A8B
Black with #176A8B
Text Example
Text Example
White with #176A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A8B; }
p { color: rgb(23,106,139); }
H1.HeaderClassName
{
color: #176A8B;
}
.AnyTagClassName
{
color: #176A8B;
}
</style>
background-color css
<style>
a { background-color: #176A8B; }
a { background-color: rgb(23,106,139); }
div.DivClassName
{
background-color: #176A8B;
}
.BgClassName
{
background-color: #176A8B;
}
</style>
border-color css
<style>
span { border-color: #176A8B; }
span { border-color: rgb(23,106,139); }
td.TdClassName
{
border-color: #176A8B;
}
.TagClassName
{
border-color: #176A8B;
}
</style>