Shades of Allports #197985
Tints of Allports #197985
RGB
CMYK
RGB Variations
Color information
#197985 (or 0x197985) is known color: Allports. HEX triplet: 19, 79 and 85. RGB value is (25,121,133). Sum of RGB (Red+Green+Blue) = 25+121+133=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #197985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197985 is #E6867A. Grayscale: #5D5D5D. Windows color (decimal): -15107707 or 8747289. OLE color: 8747289.
HSL color Cylindrical-coordinate representation of color #197985: hue angle of 186.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197985 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 121 | 133 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.48 |
| HSL | 186.67º | 0.68% | 0.31% | - |
| HSV(B) | 186.67º | 0.81% | 0.52% | - |
| XYZ | 11.47 | 15.57 | 24.59 | - |
| YUV | 93.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 133 | 0.81 | 0.09 | 0 | 0.48 | 186.67 | 0.68 | 0.31 |
| Hex | 19 | 79 | 85 | 51 | 9 | 0 | 30 | BB | 44 | 1F |
| Octal | 31 | 171 | 205 | 121 | 11 | 0 | 60 | 273 | 104 | 37 |
| Binary | 11001 | 1111001 | 10000101 | 1010001 | 1001 | 0 | 110000 | 10111011 | 1000100 | 11111 |
Color Harmonies of #197985
Complementary color
Monochromatic Colors of #197985
Black with #197985
Text Example
Text Example
White with #197985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197985; }
p { color: rgb(25,121,133); }
H1.HeaderClassName
{
color: #197985;
}
.AnyTagClassName
{
color: #197985;
}
</style>
background-color css
<style>
a { background-color: #197985; }
a { background-color: rgb(25,121,133); }
div.DivClassName
{
background-color: #197985;
}
.BgClassName
{
background-color: #197985;
}
</style>
border-color css
<style>
span { border-color: #197985; }
span { border-color: rgb(25,121,133); }
td.TdClassName
{
border-color: #197985;
}
.TagClassName
{
border-color: #197985;
}
</style>