Shades of Allports #196376
Tints of Allports #196376
RGB
CMYK
RGB Variations
Color information
#196376 (or 0x196376) is known color: Allports. HEX triplet: 19, 63 and 76. RGB value is (25,99,118). Sum of RGB (Red+Green+Blue) = 25+99+118=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #196376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196376 is #E69C89. Grayscale: #4E4E4E. Windows color (decimal): -15113354 or 7758617. OLE color: 7758617.
HSL color Cylindrical-coordinate representation of color #196376: hue angle of 192.26º 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 #196376 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 99 | 118 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.54 |
| HSL | 192.26º | 0.65% | 0.28% | - |
| HSV(B) | 192.26º | 0.79% | 0.46% | - |
| XYZ | 8.13 | 10.44 | 18.73 | - |
| YUV | 79.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 118 | 0.79 | 0.16 | 0 | 0.54 | 192.26 | 0.65 | 0.28 |
| Hex | 19 | 63 | 76 | 4F | 10 | 0 | 36 | C0 | 41 | 1C |
| Octal | 31 | 143 | 166 | 117 | 20 | 0 | 66 | 300 | 101 | 34 |
| Binary | 11001 | 1100011 | 1110110 | 1001111 | 10000 | 0 | 110110 | 11000000 | 1000001 | 11100 |
Color Harmonies of #196376
Complementary color
Monochromatic Colors of #196376
Black with #196376
Text Example
Text Example
White with #196376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196376; }
p { color: rgb(25,99,118); }
H1.HeaderClassName
{
color: #196376;
}
.AnyTagClassName
{
color: #196376;
}
</style>
background-color css
<style>
a { background-color: #196376; }
a { background-color: rgb(25,99,118); }
div.DivClassName
{
background-color: #196376;
}
.BgClassName
{
background-color: #196376;
}
</style>
border-color css
<style>
span { border-color: #196376; }
span { border-color: rgb(25,99,118); }
td.TdClassName
{
border-color: #196376;
}
.TagClassName
{
border-color: #196376;
}
</style>