Shades of Allports #196077
Tints of Allports #196077
RGB
CMYK
RGB Variations
Color information
#196077 (or 0x196077) is known color: Allports. HEX triplet: 19, 60 and 77. RGB value is (25,96,119). Sum of RGB (Red+Green+Blue) = 25+96+119=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #196077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196077 is #E69F88. Grayscale: #4D4D4D. Windows color (decimal): -15114121 or 7823385. OLE color: 7823385.
HSL color Cylindrical-coordinate representation of color #196077: hue angle of 194.68º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196077 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 96 | 119 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.53 |
| HSL | 194.68º | 0.65% | 0.28% | - |
| HSV(B) | 194.68º | 0.79% | 0.47% | - |
| XYZ | 7.91 | 9.9 | 18.95 | - |
| YUV | 77.39 | 151.48 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 119 | 0.79 | 0.19 | 0 | 0.53 | 194.68 | 0.65 | 0.28 |
| Hex | 19 | 60 | 77 | 4F | 13 | 0 | 35 | C3 | 41 | 1C |
| Octal | 31 | 140 | 167 | 117 | 23 | 0 | 65 | 303 | 101 | 34 |
| Binary | 11001 | 1100000 | 1110111 | 1001111 | 10011 | 0 | 110101 | 11000011 | 1000001 | 11100 |
Color Harmonies of #196077
Complementary color
Monochromatic Colors of #196077
Black with #196077
Text Example
Text Example
White with #196077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196077; }
p { color: rgb(25,96,119); }
H1.HeaderClassName
{
color: #196077;
}
.AnyTagClassName
{
color: #196077;
}
</style>
background-color css
<style>
a { background-color: #196077; }
a { background-color: rgb(25,96,119); }
div.DivClassName
{
background-color: #196077;
}
.BgClassName
{
background-color: #196077;
}
</style>
border-color css
<style>
span { border-color: #196077; }
span { border-color: rgb(25,96,119); }
td.TdClassName
{
border-color: #196077;
}
.TagClassName
{
border-color: #196077;
}
</style>