Shades of Allports #196891
Tints of Allports #196891
RGB
CMYK
RGB Variations
Color information
#196891 (or 0x196891) is known color: Allports. HEX triplet: 19, 68 and 91. RGB value is (25,104,145). Sum of RGB (Red+Green+Blue) = 25+104+145=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #196891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196891 is #E6976E. Grayscale: #545454. Windows color (decimal): -15112047 or 9529369. OLE color: 9529369.
HSL color Cylindrical-coordinate representation of color #196891: hue angle of 200.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196891 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 104 | 145 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.43 |
| HSL | 200.5º | 0.71% | 0.33% | - |
| HSV(B) | 200.5º | 0.83% | 0.57% | - |
| XYZ | 10.46 | 12.15 | 28.58 | - |
| YUV | 85.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 145 | 0.83 | 0.28 | 0 | 0.43 | 200.5 | 0.71 | 0.33 |
| Hex | 19 | 68 | 91 | 53 | 1C | 0 | 2B | C8 | 47 | 21 |
| Octal | 31 | 150 | 221 | 123 | 34 | 0 | 53 | 310 | 107 | 41 |
| Binary | 11001 | 1101000 | 10010001 | 1010011 | 11100 | 0 | 101011 | 11001000 | 1000111 | 100001 |
Color Harmonies of #196891
Complementary color
Monochromatic Colors of #196891
Black with #196891
Text Example
Text Example
White with #196891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196891; }
p { color: rgb(25,104,145); }
H1.HeaderClassName
{
color: #196891;
}
.AnyTagClassName
{
color: #196891;
}
</style>
background-color css
<style>
a { background-color: #196891; }
a { background-color: rgb(25,104,145); }
div.DivClassName
{
background-color: #196891;
}
.BgClassName
{
background-color: #196891;
}
</style>
border-color css
<style>
span { border-color: #196891; }
span { border-color: rgb(25,104,145); }
td.TdClassName
{
border-color: #196891;
}
.TagClassName
{
border-color: #196891;
}
</style>