Shades of Allports #196777
Tints of Allports #196777
RGB
CMYK
RGB Variations
Color information
#196777 (or 0x196777) is known color: Allports. HEX triplet: 19, 67 and 77. RGB value is (25,103,119). Sum of RGB (Red+Green+Blue) = 25+103+119=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #196777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196777 is #E69888. Grayscale: #515151. Windows color (decimal): -15112329 or 7825177. OLE color: 7825177.
HSL color Cylindrical-coordinate representation of color #196777: hue angle of 190.21º 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 #196777 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 103 | 119 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.53 |
| HSL | 190.21º | 0.65% | 0.28% | - |
| HSV(B) | 190.21º | 0.79% | 0.47% | - |
| XYZ | 8.58 | 11.24 | 19.17 | - |
| YUV | 81.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 119 | 0.79 | 0.13 | 0 | 0.53 | 190.21 | 0.65 | 0.28 |
| Hex | 19 | 67 | 77 | 4F | D | 0 | 35 | BE | 41 | 1C |
| Octal | 31 | 147 | 167 | 117 | 15 | 0 | 65 | 276 | 101 | 34 |
| Binary | 11001 | 1100111 | 1110111 | 1001111 | 1101 | 0 | 110101 | 10111110 | 1000001 | 11100 |
Color Harmonies of #196777
Complementary color
Monochromatic Colors of #196777
Black with #196777
Text Example
Text Example
White with #196777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196777; }
p { color: rgb(25,103,119); }
H1.HeaderClassName
{
color: #196777;
}
.AnyTagClassName
{
color: #196777;
}
</style>
background-color css
<style>
a { background-color: #196777; }
a { background-color: rgb(25,103,119); }
div.DivClassName
{
background-color: #196777;
}
.BgClassName
{
background-color: #196777;
}
</style>
border-color css
<style>
span { border-color: #196777; }
span { border-color: rgb(25,103,119); }
td.TdClassName
{
border-color: #196777;
}
.TagClassName
{
border-color: #196777;
}
</style>