Shades of Allports #196588
Tints of Allports #196588
RGB
CMYK
RGB Variations
Color information
#196588 (or 0x196588) is known color: Allports. HEX triplet: 19, 65 and 88. RGB value is (25,101,136). Sum of RGB (Red+Green+Blue) = 25+101+136=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #196588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196588 is #E69A77. Grayscale: #525252. Windows color (decimal): -15112824 or 8938777. OLE color: 8938777.
HSL color Cylindrical-coordinate representation of color #196588: hue angle of 198.92º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196588 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 101 | 136 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.47 |
| HSL | 198.92º | 0.69% | 0.32% | - |
| HSV(B) | 198.92º | 0.82% | 0.53% | - |
| XYZ | 9.5 | 11.29 | 24.97 | - |
| YUV | 82.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 136 | 0.82 | 0.26 | 0 | 0.47 | 198.92 | 0.69 | 0.32 |
| Hex | 19 | 65 | 88 | 52 | 1A | 0 | 2F | C7 | 45 | 20 |
| Octal | 31 | 145 | 210 | 122 | 32 | 0 | 57 | 307 | 105 | 40 |
| Binary | 11001 | 1100101 | 10001000 | 1010010 | 11010 | 0 | 101111 | 11000111 | 1000101 | 100000 |
Color Harmonies of #196588
Complementary color
Monochromatic Colors of #196588
Black with #196588
Text Example
Text Example
White with #196588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196588; }
p { color: rgb(25,101,136); }
H1.HeaderClassName
{
color: #196588;
}
.AnyTagClassName
{
color: #196588;
}
</style>
background-color css
<style>
a { background-color: #196588; }
a { background-color: rgb(25,101,136); }
div.DivClassName
{
background-color: #196588;
}
.BgClassName
{
background-color: #196588;
}
</style>
border-color css
<style>
span { border-color: #196588; }
span { border-color: rgb(25,101,136); }
td.TdClassName
{
border-color: #196588;
}
.TagClassName
{
border-color: #196588;
}
</style>