Shades of Allports #197585
Tints of Allports #197585
RGB
CMYK
RGB Variations
Color information
#197585 (or 0x197585) is known color: Allports. HEX triplet: 19, 75 and 85. RGB value is (25,117,133). Sum of RGB (Red+Green+Blue) = 25+117+133=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #197585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197585 is #E68A7A. Grayscale: #5B5B5B. Windows color (decimal): -15108731 or 8746265. OLE color: 8746265.
HSL color Cylindrical-coordinate representation of color #197585: hue angle of 188.89º 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 #197585 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 117 | 133 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.48 |
| HSL | 188.89º | 0.68% | 0.31% | - |
| HSV(B) | 188.89º | 0.81% | 0.52% | - |
| XYZ | 11 | 14.62 | 24.43 | - |
| YUV | 91.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 133 | 0.81 | 0.12 | 0 | 0.48 | 188.89 | 0.68 | 0.31 |
| Hex | 19 | 75 | 85 | 51 | C | 0 | 30 | BD | 44 | 1F |
| Octal | 31 | 165 | 205 | 121 | 14 | 0 | 60 | 275 | 104 | 37 |
| Binary | 11001 | 1110101 | 10000101 | 1010001 | 1100 | 0 | 110000 | 10111101 | 1000100 | 11111 |
Color Harmonies of #197585
Complementary color
Monochromatic Colors of #197585
Black with #197585
Text Example
Text Example
White with #197585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197585; }
p { color: rgb(25,117,133); }
H1.HeaderClassName
{
color: #197585;
}
.AnyTagClassName
{
color: #197585;
}
</style>
background-color css
<style>
a { background-color: #197585; }
a { background-color: rgb(25,117,133); }
div.DivClassName
{
background-color: #197585;
}
.BgClassName
{
background-color: #197585;
}
</style>
border-color css
<style>
span { border-color: #197585; }
span { border-color: rgb(25,117,133); }
td.TdClassName
{
border-color: #197585;
}
.TagClassName
{
border-color: #197585;
}
</style>