Shades of Allports #196973
Tints of Allports #196973
RGB
CMYK
RGB Variations
Color information
#196973 (or 0x196973) is known color: Allports. HEX triplet: 19, 69 and 73. RGB value is (25,105,115). Sum of RGB (Red+Green+Blue) = 25+105+115=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #196973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196973 is #E6968C. Grayscale: #525252. Windows color (decimal): -15111821 or 7563545. OLE color: 7563545.
HSL color Cylindrical-coordinate representation of color #196973: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196973 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 105 | 115 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.55 |
| HSL | 186.67º | 0.64% | 0.27% | - |
| HSV(B) | 186.67º | 0.78% | 0.45% | - |
| XYZ | 8.55 | 11.55 | 18 | - |
| YUV | 82.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 115 | 0.78 | 0.09 | 0 | 0.55 | 186.67 | 0.64 | 0.27 |
| Hex | 19 | 69 | 73 | 4E | 9 | 0 | 37 | BB | 40 | 1B |
| Octal | 31 | 151 | 163 | 116 | 11 | 0 | 67 | 273 | 100 | 33 |
| Binary | 11001 | 1101001 | 1110011 | 1001110 | 1001 | 0 | 110111 | 10111011 | 1000000 | 11011 |
Color Harmonies of #196973
Complementary color
Monochromatic Colors of #196973
Black with #196973
Text Example
Text Example
White with #196973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196973; }
p { color: rgb(25,105,115); }
H1.HeaderClassName
{
color: #196973;
}
.AnyTagClassName
{
color: #196973;
}
</style>
background-color css
<style>
a { background-color: #196973; }
a { background-color: rgb(25,105,115); }
div.DivClassName
{
background-color: #196973;
}
.BgClassName
{
background-color: #196973;
}
</style>
border-color css
<style>
span { border-color: #196973; }
span { border-color: rgb(25,105,115); }
td.TdClassName
{
border-color: #196973;
}
.TagClassName
{
border-color: #196973;
}
</style>