Shades of Allports #177082
Tints of Allports #177082
RGB
CMYK
RGB Variations
Color information
#177082 (or 0x177082) is known color: Allports. HEX triplet: 17, 70 and 82. RGB value is (23,112,130). Sum of RGB (Red+Green+Blue) = 23+112+130=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #177082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177082 is #E88F7D. Grayscale: #575757. Windows color (decimal): -15241086 or 8548375. OLE color: 8548375.
HSL color Cylindrical-coordinate representation of color #177082: hue angle of 190.09º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177082 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 112 | 130 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.49 |
| HSL | 190.09º | 0.7% | 0.3% | - |
| HSV(B) | 190.09º | 0.82% | 0.51% | - |
| XYZ | 10.18 | 13.38 | 23.17 | - |
| YUV | 87.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 130 | 0.82 | 0.14 | 0 | 0.49 | 190.09 | 0.7 | 0.3 |
| Hex | 17 | 70 | 82 | 52 | E | 0 | 31 | BE | 46 | 1E |
| Octal | 27 | 160 | 202 | 122 | 16 | 0 | 61 | 276 | 106 | 36 |
| Binary | 10111 | 1110000 | 10000010 | 1010010 | 1110 | 0 | 110001 | 10111110 | 1000110 | 11110 |
Color Harmonies of #177082
Complementary color
Monochromatic Colors of #177082
Black with #177082
Text Example
Text Example
White with #177082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177082; }
p { color: rgb(23,112,130); }
H1.HeaderClassName
{
color: #177082;
}
.AnyTagClassName
{
color: #177082;
}
</style>
background-color css
<style>
a { background-color: #177082; }
a { background-color: rgb(23,112,130); }
div.DivClassName
{
background-color: #177082;
}
.BgClassName
{
background-color: #177082;
}
</style>
border-color css
<style>
span { border-color: #177082; }
span { border-color: rgb(23,112,130); }
td.TdClassName
{
border-color: #177082;
}
.TagClassName
{
border-color: #177082;
}
</style>