Shades of Allports #196F91
Tints of Allports #196F91
RGB
CMYK
RGB Variations
Color information
#196F91 (or 0x196F91) is known color: Allports. HEX triplet: 19, 6F and 91. RGB value is (25,111,145). Sum of RGB (Red+Green+Blue) = 25+111+145=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #196F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196F91 is #E6906E. Grayscale: #585858. Windows color (decimal): -15110255 or 9531161. OLE color: 9531161.
HSL color Cylindrical-coordinate representation of color #196F91: hue angle of 197º 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 #196F91 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 111 | 145 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.43 |
| HSL | 197º | 0.71% | 0.33% | - |
| HSV(B) | 197º | 0.83% | 0.57% | - |
| XYZ | 11.2 | 13.62 | 28.83 | - |
| YUV | 89.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 145 | 0.83 | 0.23 | 0 | 0.43 | 197 | 0.71 | 0.33 |
| Hex | 19 | 6F | 91 | 53 | 17 | 0 | 2B | C5 | 47 | 21 |
| Octal | 31 | 157 | 221 | 123 | 27 | 0 | 53 | 305 | 107 | 41 |
| Binary | 11001 | 1101111 | 10010001 | 1010011 | 10111 | 0 | 101011 | 11000101 | 1000111 | 100001 |
Color Harmonies of #196F91
Complementary color
Monochromatic Colors of #196F91
Black with #196F91
Text Example
Text Example
White with #196F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F91; }
p { color: rgb(25,111,145); }
H1.HeaderClassName
{
color: #196F91;
}
.AnyTagClassName
{
color: #196F91;
}
</style>
background-color css
<style>
a { background-color: #196F91; }
a { background-color: rgb(25,111,145); }
div.DivClassName
{
background-color: #196F91;
}
.BgClassName
{
background-color: #196F91;
}
</style>
border-color css
<style>
span { border-color: #196F91; }
span { border-color: rgb(25,111,145); }
td.TdClassName
{
border-color: #196F91;
}
.TagClassName
{
border-color: #196F91;
}
</style>