Shades of Allports #197385
Tints of Allports #197385
RGB
CMYK
RGB Variations
Color information
#197385 (or 0x197385) is known color: Allports. HEX triplet: 19, 73 and 85. RGB value is (25,115,133). Sum of RGB (Red+Green+Blue) = 25+115+133=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #197385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197385 is #E68C7A. Grayscale: #595959. Windows color (decimal): -15109243 or 8745753. OLE color: 8745753.
HSL color Cylindrical-coordinate representation of color #197385: hue angle of 190º 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 #197385 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 115 | 133 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.48 |
| HSL | 190º | 0.68% | 0.31% | - |
| HSV(B) | 190º | 0.81% | 0.52% | - |
| XYZ | 10.77 | 14.16 | 24.36 | - |
| YUV | 90.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 133 | 0.81 | 0.14 | 0 | 0.48 | 190 | 0.68 | 0.31 |
| Hex | 19 | 73 | 85 | 51 | E | 0 | 30 | BE | 44 | 1F |
| Octal | 31 | 163 | 205 | 121 | 16 | 0 | 60 | 276 | 104 | 37 |
| Binary | 11001 | 1110011 | 10000101 | 1010001 | 1110 | 0 | 110000 | 10111110 | 1000100 | 11111 |
Color Harmonies of #197385
Complementary color
Monochromatic Colors of #197385
Black with #197385
Text Example
Text Example
White with #197385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197385; }
p { color: rgb(25,115,133); }
H1.HeaderClassName
{
color: #197385;
}
.AnyTagClassName
{
color: #197385;
}
</style>
background-color css
<style>
a { background-color: #197385; }
a { background-color: rgb(25,115,133); }
div.DivClassName
{
background-color: #197385;
}
.BgClassName
{
background-color: #197385;
}
</style>
border-color css
<style>
span { border-color: #197385; }
span { border-color: rgb(25,115,133); }
td.TdClassName
{
border-color: #197385;
}
.TagClassName
{
border-color: #197385;
}
</style>