Shades of Allports #196A91
Tints of Allports #196A91
RGB
CMYK
RGB Variations
Color information
#196A91 (or 0x196A91) is known color: Allports. HEX triplet: 19, 6A and 91. RGB value is (25,106,145). Sum of RGB (Red+Green+Blue) = 25+106+145=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #196A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196A91 is #E6956E. Grayscale: #555555. Windows color (decimal): -15111535 or 9529881. OLE color: 9529881.
HSL color Cylindrical-coordinate representation of color #196A91: hue angle of 199.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 #196A91 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 106 | 145 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.43 |
| HSL | 199.5º | 0.71% | 0.33% | - |
| HSV(B) | 199.5º | 0.83% | 0.57% | - |
| XYZ | 10.67 | 12.56 | 28.65 | - |
| YUV | 86.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 145 | 0.83 | 0.27 | 0 | 0.43 | 199.5 | 0.71 | 0.33 |
| Hex | 19 | 6A | 91 | 53 | 1B | 0 | 2B | C8 | 47 | 21 |
| Octal | 31 | 152 | 221 | 123 | 33 | 0 | 53 | 310 | 107 | 41 |
| Binary | 11001 | 1101010 | 10010001 | 1010011 | 11011 | 0 | 101011 | 11001000 | 1000111 | 100001 |
Color Harmonies of #196A91
Complementary color
Monochromatic Colors of #196A91
Black with #196A91
Text Example
Text Example
White with #196A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A91; }
p { color: rgb(25,106,145); }
H1.HeaderClassName
{
color: #196A91;
}
.AnyTagClassName
{
color: #196A91;
}
</style>
background-color css
<style>
a { background-color: #196A91; }
a { background-color: rgb(25,106,145); }
div.DivClassName
{
background-color: #196A91;
}
.BgClassName
{
background-color: #196A91;
}
</style>
border-color css
<style>
span { border-color: #196A91; }
span { border-color: rgb(25,106,145); }
td.TdClassName
{
border-color: #196A91;
}
.TagClassName
{
border-color: #196A91;
}
</style>