Shades of Allports #196882
Tints of Allports #196882
RGB
CMYK
RGB Variations
Color information
#196882 (or 0x196882) is known color: Allports. HEX triplet: 19, 68 and 82. RGB value is (25,104,130). Sum of RGB (Red+Green+Blue) = 25+104+130=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #196882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196882 is #E6977D. Grayscale: #535353. Windows color (decimal): -15112062 or 8546329. OLE color: 8546329.
HSL color Cylindrical-coordinate representation of color #196882: hue angle of 194.86º 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 #196882 is Cyan = 0.81, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 104 | 130 | - |
| CMYK | 0.81 | 0.2 | 0 | 0.49 |
| HSL | 194.86º | 0.68% | 0.3% | - |
| HSV(B) | 194.86º | 0.81% | 0.51% | - |
| XYZ | 9.38 | 11.72 | 22.89 | - |
| YUV | 83.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 130 | 0.81 | 0.2 | 0 | 0.49 | 194.86 | 0.68 | 0.3 |
| Hex | 19 | 68 | 82 | 51 | 14 | 0 | 31 | C3 | 44 | 1E |
| Octal | 31 | 150 | 202 | 121 | 24 | 0 | 61 | 303 | 104 | 36 |
| Binary | 11001 | 1101000 | 10000010 | 1010001 | 10100 | 0 | 110001 | 11000011 | 1000100 | 11110 |
Color Harmonies of #196882
Complementary color
Monochromatic Colors of #196882
Black with #196882
Text Example
Text Example
White with #196882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196882; }
p { color: rgb(25,104,130); }
H1.HeaderClassName
{
color: #196882;
}
.AnyTagClassName
{
color: #196882;
}
</style>
background-color css
<style>
a { background-color: #196882; }
a { background-color: rgb(25,104,130); }
div.DivClassName
{
background-color: #196882;
}
.BgClassName
{
background-color: #196882;
}
</style>
border-color css
<style>
span { border-color: #196882; }
span { border-color: rgb(25,104,130); }
td.TdClassName
{
border-color: #196882;
}
.TagClassName
{
border-color: #196882;
}
</style>