Shades of Allports #196076
Tints of Allports #196076
RGB
CMYK
RGB Variations
Color information
#196076 (or 0x196076) is known color: Allports. HEX triplet: 19, 60 and 76. RGB value is (25,96,118). Sum of RGB (Red+Green+Blue) = 25+96+118=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #196076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196076 is #E69F89. Grayscale: #4D4D4D. Windows color (decimal): -15114122 or 7757849. OLE color: 7757849.
HSL color Cylindrical-coordinate representation of color #196076: hue angle of 194.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196076 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 96 | 118 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.54 |
| HSL | 194.19º | 0.65% | 0.28% | - |
| HSV(B) | 194.19º | 0.79% | 0.46% | - |
| XYZ | 7.85 | 9.88 | 18.63 | - |
| YUV | 77.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 118 | 0.79 | 0.19 | 0 | 0.54 | 194.19 | 0.65 | 0.28 |
| Hex | 19 | 60 | 76 | 4F | 13 | 0 | 36 | C2 | 41 | 1C |
| Octal | 31 | 140 | 166 | 117 | 23 | 0 | 66 | 302 | 101 | 34 |
| Binary | 11001 | 1100000 | 1110110 | 1001111 | 10011 | 0 | 110110 | 11000010 | 1000001 | 11100 |
Color Harmonies of #196076
Complementary color
Monochromatic Colors of #196076
Black with #196076
Text Example
Text Example
White with #196076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196076; }
p { color: rgb(25,96,118); }
H1.HeaderClassName
{
color: #196076;
}
.AnyTagClassName
{
color: #196076;
}
</style>
background-color css
<style>
a { background-color: #196076; }
a { background-color: rgb(25,96,118); }
div.DivClassName
{
background-color: #196076;
}
.BgClassName
{
background-color: #196076;
}
</style>
border-color css
<style>
span { border-color: #196076; }
span { border-color: rgb(25,96,118); }
td.TdClassName
{
border-color: #196076;
}
.TagClassName
{
border-color: #196076;
}
</style>