Shades of Allports #177985
Tints of Allports #177985
RGB
CMYK
RGB Variations
Color information
#177985 (or 0x177985) is known color: Allports. HEX triplet: 17, 79 and 85. RGB value is (23,121,133). Sum of RGB (Red+Green+Blue) = 23+121+133=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #177985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177985 is #E8867A. Grayscale: #5C5C5C. Windows color (decimal): -15238779 or 8747287. OLE color: 8747287.
HSL color Cylindrical-coordinate representation of color #177985: hue angle of 186.55º 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 #177985 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 121 | 133 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.48 |
| HSL | 186.55º | 0.71% | 0.31% | - |
| HSV(B) | 186.55º | 0.83% | 0.52% | - |
| XYZ | 11.42 | 15.55 | 24.59 | - |
| YUV | 93.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 133 | 0.83 | 0.09 | 0 | 0.48 | 186.55 | 0.71 | 0.31 |
| Hex | 17 | 79 | 85 | 53 | 9 | 0 | 30 | BB | 47 | 1F |
| Octal | 27 | 171 | 205 | 123 | 11 | 0 | 60 | 273 | 107 | 37 |
| Binary | 10111 | 1111001 | 10000101 | 1010011 | 1001 | 0 | 110000 | 10111011 | 1000111 | 11111 |
Color Harmonies of #177985
Complementary color
Monochromatic Colors of #177985
Black with #177985
Text Example
Text Example
White with #177985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177985; }
p { color: rgb(23,121,133); }
H1.HeaderClassName
{
color: #177985;
}
.AnyTagClassName
{
color: #177985;
}
</style>
background-color css
<style>
a { background-color: #177985; }
a { background-color: rgb(23,121,133); }
div.DivClassName
{
background-color: #177985;
}
.BgClassName
{
background-color: #177985;
}
</style>
border-color css
<style>
span { border-color: #177985; }
span { border-color: rgb(23,121,133); }
td.TdClassName
{
border-color: #177985;
}
.TagClassName
{
border-color: #177985;
}
</style>