Shades of Allports #196C87
Tints of Allports #196C87
RGB
CMYK
RGB Variations
Color information
#196C87 (or 0x196C87) is known color: Allports. HEX triplet: 19, 6C and 87. RGB value is (25,108,135). Sum of RGB (Red+Green+Blue) = 25+108+135=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #196C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196C87 is #E69378. Grayscale: #565656. Windows color (decimal): -15111033 or 8875033. OLE color: 8875033.
HSL color Cylindrical-coordinate representation of color #196C87: hue angle of 194.73º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196C87 is Cyan = 0.81, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 108 | 135 | - |
| CMYK | 0.81 | 0.2 | 0 | 0.47 |
| HSL | 194.73º | 0.69% | 0.31% | - |
| HSV(B) | 194.73º | 0.81% | 0.53% | - |
| XYZ | 10.14 | 12.68 | 24.84 | - |
| YUV | 86.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 135 | 0.81 | 0.2 | 0 | 0.47 | 194.73 | 0.69 | 0.31 |
| Hex | 19 | 6C | 87 | 51 | 14 | 0 | 2F | C3 | 45 | 1F |
| Octal | 31 | 154 | 207 | 121 | 24 | 0 | 57 | 303 | 105 | 37 |
| Binary | 11001 | 1101100 | 10000111 | 1010001 | 10100 | 0 | 101111 | 11000011 | 1000101 | 11111 |
Color Harmonies of #196C87
Complementary color
Monochromatic Colors of #196C87
Black with #196C87
Text Example
Text Example
White with #196C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C87; }
p { color: rgb(25,108,135); }
H1.HeaderClassName
{
color: #196C87;
}
.AnyTagClassName
{
color: #196C87;
}
</style>
background-color css
<style>
a { background-color: #196C87; }
a { background-color: rgb(25,108,135); }
div.DivClassName
{
background-color: #196C87;
}
.BgClassName
{
background-color: #196C87;
}
</style>
border-color css
<style>
span { border-color: #196C87; }
span { border-color: rgb(25,108,135); }
td.TdClassName
{
border-color: #196C87;
}
.TagClassName
{
border-color: #196C87;
}
</style>