Shades of Allports #176A7A
Tints of Allports #176A7A
RGB
CMYK
RGB Variations
Color information
#176A7A (or 0x176A7A) is known color: Allports. HEX triplet: 17, 6A and 7A. RGB value is (23,106,122). Sum of RGB (Red+Green+Blue) = 23+106+122=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #176A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176A7A is #E89585. Grayscale: #525252. Windows color (decimal): -15242630 or 8022551. OLE color: 8022551.
HSL color Cylindrical-coordinate representation of color #176A7A: hue angle of 189.7º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #176A7A is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 106 | 122 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.52 |
| HSL | 189.7º | 0.68% | 0.28% | - |
| HSV(B) | 189.7º | 0.81% | 0.48% | - |
| XYZ | 9.02 | 11.9 | 20.23 | - |
| YUV | 83.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 122 | 0.81 | 0.13 | 0 | 0.52 | 189.7 | 0.68 | 0.28 |
| Hex | 17 | 6A | 7A | 51 | D | 0 | 34 | BE | 44 | 1C |
| Octal | 27 | 152 | 172 | 121 | 15 | 0 | 64 | 276 | 104 | 34 |
| Binary | 10111 | 1101010 | 1111010 | 1010001 | 1101 | 0 | 110100 | 10111110 | 1000100 | 11100 |
Color Harmonies of #176A7A
Complementary color
Monochromatic Colors of #176A7A
Black with #176A7A
Text Example
Text Example
White with #176A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A7A; }
p { color: rgb(23,106,122); }
H1.HeaderClassName
{
color: #176A7A;
}
.AnyTagClassName
{
color: #176A7A;
}
</style>
background-color css
<style>
a { background-color: #176A7A; }
a { background-color: rgb(23,106,122); }
div.DivClassName
{
background-color: #176A7A;
}
.BgClassName
{
background-color: #176A7A;
}
</style>
border-color css
<style>
span { border-color: #176A7A; }
span { border-color: rgb(23,106,122); }
td.TdClassName
{
border-color: #176A7A;
}
.TagClassName
{
border-color: #176A7A;
}
</style>