Shades of Allports #176079
Tints of Allports #176079
RGB
CMYK
RGB Variations
Color information
#176079 (or 0x176079) is known color: Allports. HEX triplet: 17, 60 and 79. RGB value is (23,96,121). Sum of RGB (Red+Green+Blue) = 23+96+121=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #176079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176079 is #E89F86. Grayscale: #4C4C4C. Windows color (decimal): -15245191 or 7954455. OLE color: 7954455.
HSL color Cylindrical-coordinate representation of color #176079: hue angle of 195.31º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #176079 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 96 | 121 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.53 |
| HSL | 195.31º | 0.68% | 0.28% | - |
| HSV(B) | 195.31º | 0.81% | 0.47% | - |
| XYZ | 7.99 | 9.93 | 19.58 | - |
| YUV | 77.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 121 | 0.81 | 0.21 | 0 | 0.53 | 195.31 | 0.68 | 0.28 |
| Hex | 17 | 60 | 79 | 51 | 15 | 0 | 35 | C3 | 44 | 1C |
| Octal | 27 | 140 | 171 | 121 | 25 | 0 | 65 | 303 | 104 | 34 |
| Binary | 10111 | 1100000 | 1111001 | 1010001 | 10101 | 0 | 110101 | 11000011 | 1000100 | 11100 |
Color Harmonies of #176079
Complementary color
Monochromatic Colors of #176079
Black with #176079
Text Example
Text Example
White with #176079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176079; }
p { color: rgb(23,96,121); }
H1.HeaderClassName
{
color: #176079;
}
.AnyTagClassName
{
color: #176079;
}
</style>
background-color css
<style>
a { background-color: #176079; }
a { background-color: rgb(23,96,121); }
div.DivClassName
{
background-color: #176079;
}
.BgClassName
{
background-color: #176079;
}
</style>
border-color css
<style>
span { border-color: #176079; }
span { border-color: rgb(23,96,121); }
td.TdClassName
{
border-color: #176079;
}
.TagClassName
{
border-color: #176079;
}
</style>