Shades of Allports #196875
Tints of Allports #196875
RGB
CMYK
RGB Variations
Color information
#196875 (or 0x196875) is known color: Allports. HEX triplet: 19, 68 and 75. RGB value is (25,104,117). Sum of RGB (Red+Green+Blue) = 25+104+117=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #196875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196875 is #E6978A. Grayscale: #515151. Windows color (decimal): -15112075 or 7694361. OLE color: 7694361.
HSL color Cylindrical-coordinate representation of color #196875: hue angle of 188.48º 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 #196875 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 104 | 117 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.54 |
| HSL | 188.48º | 0.65% | 0.28% | - |
| HSV(B) | 188.48º | 0.79% | 0.46% | - |
| XYZ | 8.56 | 11.39 | 18.58 | - |
| YUV | 81.86 | 147.83 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 117 | 0.79 | 0.11 | 0 | 0.54 | 188.48 | 0.65 | 0.28 |
| Hex | 19 | 68 | 75 | 4F | B | 0 | 36 | BC | 41 | 1C |
| Octal | 31 | 150 | 165 | 117 | 13 | 0 | 66 | 274 | 101 | 34 |
| Binary | 11001 | 1101000 | 1110101 | 1001111 | 1011 | 0 | 110110 | 10111100 | 1000001 | 11100 |
Color Harmonies of #196875
Complementary color
Monochromatic Colors of #196875
Black with #196875
Text Example
Text Example
White with #196875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196875; }
p { color: rgb(25,104,117); }
H1.HeaderClassName
{
color: #196875;
}
.AnyTagClassName
{
color: #196875;
}
</style>
background-color css
<style>
a { background-color: #196875; }
a { background-color: rgb(25,104,117); }
div.DivClassName
{
background-color: #196875;
}
.BgClassName
{
background-color: #196875;
}
</style>
border-color css
<style>
span { border-color: #196875; }
span { border-color: rgb(25,104,117); }
td.TdClassName
{
border-color: #196875;
}
.TagClassName
{
border-color: #196875;
}
</style>