Shades of Allports #177990
Tints of Allports #177990
RGB
CMYK
RGB Variations
Color information
#177990 (or 0x177990) is known color: Allports. HEX triplet: 17, 79 and 90. RGB value is (23,121,144). Sum of RGB (Red+Green+Blue) = 23+121+144=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #177990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177990 is #E8866F. Grayscale: #5E5E5E. Windows color (decimal): -15238768 or 9468183. OLE color: 9468183.
HSL color Cylindrical-coordinate representation of color #177990: hue angle of 191.4º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #177990 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 121 | 144 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.44 |
| HSL | 191.41º | 0.72% | 0.33% | - |
| HSV(B) | 191.41º | 0.84% | 0.56% | - |
| XYZ | 12.22 | 15.87 | 28.8 | - |
| YUV | 94.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 144 | 0.84 | 0.16 | 0 | 0.44 | 191.41 | 0.72 | 0.33 |
| Hex | 17 | 79 | 90 | 54 | 10 | 0 | 2C | BF | 48 | 21 |
| Octal | 27 | 171 | 220 | 124 | 20 | 0 | 54 | 277 | 110 | 41 |
| Binary | 10111 | 1111001 | 10010000 | 1010100 | 10000 | 0 | 101100 | 10111111 | 1001000 | 100001 |
Color Harmonies of #177990
Complementary color
Monochromatic Colors of #177990
Black with #177990
Text Example
Text Example
White with #177990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177990; }
p { color: rgb(23,121,144); }
H1.HeaderClassName
{
color: #177990;
}
.AnyTagClassName
{
color: #177990;
}
</style>
background-color css
<style>
a { background-color: #177990; }
a { background-color: rgb(23,121,144); }
div.DivClassName
{
background-color: #177990;
}
.BgClassName
{
background-color: #177990;
}
</style>
border-color css
<style>
span { border-color: #177990; }
span { border-color: rgb(23,121,144); }
td.TdClassName
{
border-color: #177990;
}
.TagClassName
{
border-color: #177990;
}
</style>