Shades of Allports #196982
Tints of Allports #196982
RGB
CMYK
RGB Variations
Color information
#196982 (or 0x196982) is known color: Allports. HEX triplet: 19, 69 and 82. RGB value is (25,105,130). Sum of RGB (Red+Green+Blue) = 25+105+130=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #196982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196982 is #E6967D. Grayscale: #535353. Windows color (decimal): -15111806 or 8546585. OLE color: 8546585.
HSL color Cylindrical-coordinate representation of color #196982: hue angle of 194.29º 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 #196982 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 105 | 130 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.49 |
| HSL | 194.29º | 0.68% | 0.3% | - |
| HSV(B) | 194.29º | 0.81% | 0.51% | - |
| XYZ | 9.48 | 11.92 | 22.92 | - |
| YUV | 83.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 130 | 0.81 | 0.19 | 0 | 0.49 | 194.29 | 0.68 | 0.3 |
| Hex | 19 | 69 | 82 | 51 | 13 | 0 | 31 | C2 | 44 | 1E |
| Octal | 31 | 151 | 202 | 121 | 23 | 0 | 61 | 302 | 104 | 36 |
| Binary | 11001 | 1101001 | 10000010 | 1010001 | 10011 | 0 | 110001 | 11000010 | 1000100 | 11110 |
Color Harmonies of #196982
Complementary color
Monochromatic Colors of #196982
Black with #196982
Text Example
Text Example
White with #196982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196982; }
p { color: rgb(25,105,130); }
H1.HeaderClassName
{
color: #196982;
}
.AnyTagClassName
{
color: #196982;
}
</style>
background-color css
<style>
a { background-color: #196982; }
a { background-color: rgb(25,105,130); }
div.DivClassName
{
background-color: #196982;
}
.BgClassName
{
background-color: #196982;
}
</style>
border-color css
<style>
span { border-color: #196982; }
span { border-color: rgb(25,105,130); }
td.TdClassName
{
border-color: #196982;
}
.TagClassName
{
border-color: #196982;
}
</style>