Shades of Allports #176685
Tints of Allports #176685
RGB
CMYK
RGB Variations
Color information
#176685 (or 0x176685) is known color: Allports. HEX triplet: 17, 66 and 85. RGB value is (23,102,133). Sum of RGB (Red+Green+Blue) = 23+102+133=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #176685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176685 is #E8997A. Grayscale: #515151. Windows color (decimal): -15243643 or 8742423. OLE color: 8742423.
HSL color Cylindrical-coordinate representation of color #176685: hue angle of 196.91º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #176685 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 102 | 133 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.48 |
| HSL | 196.91º | 0.71% | 0.31% | - |
| HSV(B) | 196.91º | 0.83% | 0.52% | - |
| XYZ | 9.34 | 11.38 | 23.89 | - |
| YUV | 81.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 133 | 0.83 | 0.23 | 0 | 0.48 | 196.91 | 0.71 | 0.31 |
| Hex | 17 | 66 | 85 | 53 | 17 | 0 | 30 | C5 | 47 | 1F |
| Octal | 27 | 146 | 205 | 123 | 27 | 0 | 60 | 305 | 107 | 37 |
| Binary | 10111 | 1100110 | 10000101 | 1010011 | 10111 | 0 | 110000 | 11000101 | 1000111 | 11111 |
Color Harmonies of #176685
Complementary color
Monochromatic Colors of #176685
Black with #176685
Text Example
Text Example
White with #176685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176685; }
p { color: rgb(23,102,133); }
H1.HeaderClassName
{
color: #176685;
}
.AnyTagClassName
{
color: #176685;
}
</style>
background-color css
<style>
a { background-color: #176685; }
a { background-color: rgb(23,102,133); }
div.DivClassName
{
background-color: #176685;
}
.BgClassName
{
background-color: #176685;
}
</style>
border-color css
<style>
span { border-color: #176685; }
span { border-color: rgb(23,102,133); }
td.TdClassName
{
border-color: #176685;
}
.TagClassName
{
border-color: #176685;
}
</style>