Shades of Allports #176482
Tints of Allports #176482
RGB
CMYK
RGB Variations
Color information
#176482 (or 0x176482) is known color: Allports. HEX triplet: 17, 64 and 82. RGB value is (23,100,130). Sum of RGB (Red+Green+Blue) = 23+100+130=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #176482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176482 is #E89B7D. Grayscale: #505050. Windows color (decimal): -15244158 or 8545303. OLE color: 8545303.
HSL color Cylindrical-coordinate representation of color #176482: hue angle of 196.82º 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 #176482 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 100 | 130 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.49 |
| HSL | 196.82º | 0.7% | 0.3% | - |
| HSV(B) | 196.82º | 0.82% | 0.51% | - |
| XYZ | 8.94 | 10.91 | 22.75 | - |
| YUV | 80.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 130 | 0.82 | 0.23 | 0 | 0.49 | 196.82 | 0.7 | 0.3 |
| Hex | 17 | 64 | 82 | 52 | 17 | 0 | 31 | C5 | 46 | 1E |
| Octal | 27 | 144 | 202 | 122 | 27 | 0 | 61 | 305 | 106 | 36 |
| Binary | 10111 | 1100100 | 10000010 | 1010010 | 10111 | 0 | 110001 | 11000101 | 1000110 | 11110 |
Color Harmonies of #176482
Complementary color
Monochromatic Colors of #176482
Black with #176482
Text Example
Text Example
White with #176482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176482; }
p { color: rgb(23,100,130); }
H1.HeaderClassName
{
color: #176482;
}
.AnyTagClassName
{
color: #176482;
}
</style>
background-color css
<style>
a { background-color: #176482; }
a { background-color: rgb(23,100,130); }
div.DivClassName
{
background-color: #176482;
}
.BgClassName
{
background-color: #176482;
}
</style>
border-color css
<style>
span { border-color: #176482; }
span { border-color: rgb(23,100,130); }
td.TdClassName
{
border-color: #176482;
}
.TagClassName
{
border-color: #176482;
}
</style>