Shades of Allports #197388
Tints of Allports #197388
RGB
CMYK
RGB Variations
Color information
#197388 (or 0x197388) is known color: Allports. HEX triplet: 19, 73 and 88. RGB value is (25,115,136). Sum of RGB (Red+Green+Blue) = 25+115+136=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #197388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197388 is #E68C77. Grayscale: #5A5A5A. Windows color (decimal): -15109240 or 8942361. OLE color: 8942361.
HSL color Cylindrical-coordinate representation of color #197388: hue angle of 191.35º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197388 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 115 | 136 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.47 |
| HSL | 191.35º | 0.69% | 0.32% | - |
| HSV(B) | 191.35º | 0.82% | 0.53% | - |
| XYZ | 10.98 | 14.25 | 25.46 | - |
| YUV | 90.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 136 | 0.82 | 0.15 | 0 | 0.47 | 191.35 | 0.69 | 0.32 |
| Hex | 19 | 73 | 88 | 52 | F | 0 | 2F | BF | 45 | 20 |
| Octal | 31 | 163 | 210 | 122 | 17 | 0 | 57 | 277 | 105 | 40 |
| Binary | 11001 | 1110011 | 10001000 | 1010010 | 1111 | 0 | 101111 | 10111111 | 1000101 | 100000 |
Color Harmonies of #197388
Complementary color
Monochromatic Colors of #197388
Black with #197388
Text Example
Text Example
White with #197388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197388; }
p { color: rgb(25,115,136); }
H1.HeaderClassName
{
color: #197388;
}
.AnyTagClassName
{
color: #197388;
}
</style>
background-color css
<style>
a { background-color: #197388; }
a { background-color: rgb(25,115,136); }
div.DivClassName
{
background-color: #197388;
}
.BgClassName
{
background-color: #197388;
}
</style>
border-color css
<style>
span { border-color: #197388; }
span { border-color: rgb(25,115,136); }
td.TdClassName
{
border-color: #197388;
}
.TagClassName
{
border-color: #197388;
}
</style>