Shades of Allports #177282
Tints of Allports #177282
RGB
CMYK
RGB Variations
Color information
#177282 (or 0x177282) is known color: Allports. HEX triplet: 17, 72 and 82. RGB value is (23,114,130). Sum of RGB (Red+Green+Blue) = 23+114+130=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #177282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177282 is #E88D7D. Grayscale: #585858. Windows color (decimal): -15240574 or 8548887. OLE color: 8548887.
HSL color Cylindrical-coordinate representation of color #177282: hue angle of 188.97º 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 #177282 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 114 | 130 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.49 |
| HSL | 188.97º | 0.7% | 0.3% | - |
| HSV(B) | 188.97º | 0.82% | 0.51% | - |
| XYZ | 10.4 | 13.83 | 23.24 | - |
| YUV | 88.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 130 | 0.82 | 0.12 | 0 | 0.49 | 188.97 | 0.7 | 0.3 |
| Hex | 17 | 72 | 82 | 52 | C | 0 | 31 | BD | 46 | 1E |
| Octal | 27 | 162 | 202 | 122 | 14 | 0 | 61 | 275 | 106 | 36 |
| Binary | 10111 | 1110010 | 10000010 | 1010010 | 1100 | 0 | 110001 | 10111101 | 1000110 | 11110 |
Color Harmonies of #177282
Complementary color
Monochromatic Colors of #177282
Black with #177282
Text Example
Text Example
White with #177282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177282; }
p { color: rgb(23,114,130); }
H1.HeaderClassName
{
color: #177282;
}
.AnyTagClassName
{
color: #177282;
}
</style>
background-color css
<style>
a { background-color: #177282; }
a { background-color: rgb(23,114,130); }
div.DivClassName
{
background-color: #177282;
}
.BgClassName
{
background-color: #177282;
}
</style>
border-color css
<style>
span { border-color: #177282; }
span { border-color: rgb(23,114,130); }
td.TdClassName
{
border-color: #177282;
}
.TagClassName
{
border-color: #177282;
}
</style>