Shades of Allports #176082
Tints of Allports #176082
RGB
CMYK
RGB Variations
Color information
#176082 (or 0x176082) is known color: Allports. HEX triplet: 17, 60 and 82. RGB value is (23,96,130). Sum of RGB (Red+Green+Blue) = 23+96+130=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #176082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176082 is #E89F7D. Grayscale: #4D4D4D. Windows color (decimal): -15245182 or 8544279. OLE color: 8544279.
HSL color Cylindrical-coordinate representation of color #176082: hue angle of 199.07º 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 #176082 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 96 | 130 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.49 |
| HSL | 199.07º | 0.7% | 0.3% | - |
| HSV(B) | 199.07º | 0.82% | 0.51% | - |
| XYZ | 8.57 | 10.16 | 22.63 | - |
| YUV | 78.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 130 | 0.82 | 0.26 | 0 | 0.49 | 199.07 | 0.7 | 0.3 |
| Hex | 17 | 60 | 82 | 52 | 1A | 0 | 31 | C7 | 46 | 1E |
| Octal | 27 | 140 | 202 | 122 | 32 | 0 | 61 | 307 | 106 | 36 |
| Binary | 10111 | 1100000 | 10000010 | 1010010 | 11010 | 0 | 110001 | 11000111 | 1000110 | 11110 |
Color Harmonies of #176082
Complementary color
Monochromatic Colors of #176082
Black with #176082
Text Example
Text Example
White with #176082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176082; }
p { color: rgb(23,96,130); }
H1.HeaderClassName
{
color: #176082;
}
.AnyTagClassName
{
color: #176082;
}
</style>
background-color css
<style>
a { background-color: #176082; }
a { background-color: rgb(23,96,130); }
div.DivClassName
{
background-color: #176082;
}
.BgClassName
{
background-color: #176082;
}
</style>
border-color css
<style>
span { border-color: #176082; }
span { border-color: rgb(23,96,130); }
td.TdClassName
{
border-color: #176082;
}
.TagClassName
{
border-color: #176082;
}
</style>