Shades of Allports #196082
Tints of Allports #196082
RGB
CMYK
RGB Variations
Color information
#196082 (or 0x196082) is known color: Allports. HEX triplet: 19, 60 and 82. RGB value is (25,96,130). Sum of RGB (Red+Green+Blue) = 25+96+130=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #196082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196082 is #E69F7D. Grayscale: #4E4E4E. Windows color (decimal): -15114110 or 8544281. OLE color: 8544281.
HSL color Cylindrical-coordinate representation of color #196082: hue angle of 199.43º 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 #196082 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 96 | 130 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.49 |
| HSL | 199.43º | 0.68% | 0.3% | - |
| HSV(B) | 199.43º | 0.81% | 0.51% | - |
| XYZ | 8.61 | 10.18 | 22.63 | - |
| YUV | 78.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 130 | 0.81 | 0.26 | 0 | 0.49 | 199.43 | 0.68 | 0.3 |
| Hex | 19 | 60 | 82 | 51 | 1A | 0 | 31 | C7 | 44 | 1E |
| Octal | 31 | 140 | 202 | 121 | 32 | 0 | 61 | 307 | 104 | 36 |
| Binary | 11001 | 1100000 | 10000010 | 1010001 | 11010 | 0 | 110001 | 11000111 | 1000100 | 11110 |
Color Harmonies of #196082
Complementary color
Monochromatic Colors of #196082
Black with #196082
Text Example
Text Example
White with #196082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196082; }
p { color: rgb(25,96,130); }
H1.HeaderClassName
{
color: #196082;
}
.AnyTagClassName
{
color: #196082;
}
</style>
background-color css
<style>
a { background-color: #196082; }
a { background-color: rgb(25,96,130); }
div.DivClassName
{
background-color: #196082;
}
.BgClassName
{
background-color: #196082;
}
</style>
border-color css
<style>
span { border-color: #196082; }
span { border-color: rgb(25,96,130); }
td.TdClassName
{
border-color: #196082;
}
.TagClassName
{
border-color: #196082;
}
</style>