Shades of Allports #196880
Tints of Allports #196880
RGB
CMYK
RGB Variations
Color information
#196880 (or 0x196880) is known color: Allports. HEX triplet: 19, 68 and 80. RGB value is (25,104,128). Sum of RGB (Red+Green+Blue) = 25+104+128=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #196880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196880 is #E6977F. Grayscale: #525252. Windows color (decimal): -15112064 or 8415257. OLE color: 8415257.
HSL color Cylindrical-coordinate representation of color #196880: hue angle of 193.98º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196880 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 104 | 128 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.50 |
| HSL | 193.98º | 0.67% | 0.3% | - |
| HSV(B) | 193.98º | 0.8% | 0.5% | - |
| XYZ | 9.25 | 11.67 | 22.19 | - |
| YUV | 83.12 | 153.33 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 128 | 0.80 | 0.19 | 0 | 0.50 | 193.98 | 0.67 | 0.3 |
| Hex | 19 | 68 | 80 | 50 | 13 | 0 | 32 | C2 | 43 | 1E |
| Octal | 31 | 150 | 200 | 120 | 23 | 0 | 62 | 302 | 103 | 36 |
| Binary | 11001 | 1101000 | 10000000 | 1010000 | 10011 | 0 | 110010 | 11000010 | 1000011 | 11110 |
Color Harmonies of #196880
Complementary color
Monochromatic Colors of #196880
Black with #196880
Text Example
Text Example
White with #196880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196880; }
p { color: rgb(25,104,128); }
H1.HeaderClassName
{
color: #196880;
}
.AnyTagClassName
{
color: #196880;
}
</style>
background-color css
<style>
a { background-color: #196880; }
a { background-color: rgb(25,104,128); }
div.DivClassName
{
background-color: #196880;
}
.BgClassName
{
background-color: #196880;
}
</style>
border-color css
<style>
span { border-color: #196880; }
span { border-color: rgb(25,104,128); }
td.TdClassName
{
border-color: #196880;
}
.TagClassName
{
border-color: #196880;
}
</style>