Shades of Allports #196C82
Tints of Allports #196C82
RGB
CMYK
RGB Variations
Color information
#196C82 (or 0x196C82) is known color: Allports. HEX triplet: 19, 6C and 82. RGB value is (25,108,130). Sum of RGB (Red+Green+Blue) = 25+108+130=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #196C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196C82 is #E6937D. Grayscale: #555555. Windows color (decimal): -15111038 or 8547353. OLE color: 8547353.
HSL color Cylindrical-coordinate representation of color #196C82: hue angle of 192.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196C82 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 108 | 130 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.49 |
| HSL | 192.57º | 0.68% | 0.3% | - |
| HSV(B) | 192.57º | 0.81% | 0.51% | - |
| XYZ | 9.79 | 12.54 | 23.02 | - |
| YUV | 85.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 130 | 0.81 | 0.17 | 0 | 0.49 | 192.57 | 0.68 | 0.3 |
| Hex | 19 | 6C | 82 | 51 | 11 | 0 | 31 | C1 | 44 | 1E |
| Octal | 31 | 154 | 202 | 121 | 21 | 0 | 61 | 301 | 104 | 36 |
| Binary | 11001 | 1101100 | 10000010 | 1010001 | 10001 | 0 | 110001 | 11000001 | 1000100 | 11110 |
Color Harmonies of #196C82
Complementary color
Monochromatic Colors of #196C82
Black with #196C82
Text Example
Text Example
White with #196C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C82; }
p { color: rgb(25,108,130); }
H1.HeaderClassName
{
color: #196C82;
}
.AnyTagClassName
{
color: #196C82;
}
</style>
background-color css
<style>
a { background-color: #196C82; }
a { background-color: rgb(25,108,130); }
div.DivClassName
{
background-color: #196C82;
}
.BgClassName
{
background-color: #196C82;
}
</style>
border-color css
<style>
span { border-color: #196C82; }
span { border-color: rgb(25,108,130); }
td.TdClassName
{
border-color: #196C82;
}
.TagClassName
{
border-color: #196C82;
}
</style>