Shades of Allports #197583
Tints of Allports #197583
RGB
CMYK
RGB Variations
Color information
#197583 (or 0x197583) is known color: Allports. HEX triplet: 19, 75 and 83. RGB value is (25,117,131). Sum of RGB (Red+Green+Blue) = 25+117+131=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #197583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197583 is #E68A7C. Grayscale: #5A5A5A. Windows color (decimal): -15108733 or 8615193. OLE color: 8615193.
HSL color Cylindrical-coordinate representation of color #197583: hue angle of 187.92º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197583 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 117 | 131 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.49 |
| HSL | 187.92º | 0.68% | 0.31% | - |
| HSV(B) | 187.92º | 0.81% | 0.51% | - |
| XYZ | 10.86 | 14.57 | 23.71 | - |
| YUV | 91.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 131 | 0.81 | 0.11 | 0 | 0.49 | 187.92 | 0.68 | 0.31 |
| Hex | 19 | 75 | 83 | 51 | B | 0 | 31 | BC | 44 | 1F |
| Octal | 31 | 165 | 203 | 121 | 13 | 0 | 61 | 274 | 104 | 37 |
| Binary | 11001 | 1110101 | 10000011 | 1010001 | 1011 | 0 | 110001 | 10111100 | 1000100 | 11111 |
Color Harmonies of #197583
Complementary color
Monochromatic Colors of #197583
Black with #197583
Text Example
Text Example
White with #197583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197583; }
p { color: rgb(25,117,131); }
H1.HeaderClassName
{
color: #197583;
}
.AnyTagClassName
{
color: #197583;
}
</style>
background-color css
<style>
a { background-color: #197583; }
a { background-color: rgb(25,117,131); }
div.DivClassName
{
background-color: #197583;
}
.BgClassName
{
background-color: #197583;
}
</style>
border-color css
<style>
span { border-color: #197583; }
span { border-color: rgb(25,117,131); }
td.TdClassName
{
border-color: #197583;
}
.TagClassName
{
border-color: #197583;
}
</style>