Shades of Allports #196685
Tints of Allports #196685
RGB
CMYK
RGB Variations
Color information
#196685 (or 0x196685) is known color: Allports. HEX triplet: 19, 66 and 85. RGB value is (25,102,133). Sum of RGB (Red+Green+Blue) = 25+102+133=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #196685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196685 is #E6997A. Grayscale: #525252. Windows color (decimal): -15112571 or 8742425. OLE color: 8742425.
HSL color Cylindrical-coordinate representation of color #196685: hue angle of 197.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196685 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 102 | 133 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.48 |
| HSL | 197.22º | 0.68% | 0.31% | - |
| HSV(B) | 197.22º | 0.81% | 0.52% | - |
| XYZ | 9.39 | 11.4 | 23.9 | - |
| YUV | 82.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 133 | 0.81 | 0.23 | 0 | 0.48 | 197.22 | 0.68 | 0.31 |
| Hex | 19 | 66 | 85 | 51 | 17 | 0 | 30 | C5 | 44 | 1F |
| Octal | 31 | 146 | 205 | 121 | 27 | 0 | 60 | 305 | 104 | 37 |
| Binary | 11001 | 1100110 | 10000101 | 1010001 | 10111 | 0 | 110000 | 11000101 | 1000100 | 11111 |
Color Harmonies of #196685
Complementary color
Monochromatic Colors of #196685
Black with #196685
Text Example
Text Example
White with #196685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196685; }
p { color: rgb(25,102,133); }
H1.HeaderClassName
{
color: #196685;
}
.AnyTagClassName
{
color: #196685;
}
</style>
background-color css
<style>
a { background-color: #196685; }
a { background-color: rgb(25,102,133); }
div.DivClassName
{
background-color: #196685;
}
.BgClassName
{
background-color: #196685;
}
</style>
border-color css
<style>
span { border-color: #196685; }
span { border-color: rgb(25,102,133); }
td.TdClassName
{
border-color: #196685;
}
.TagClassName
{
border-color: #196685;
}
</style>