Shades of Pelorous #198BA9
Tints of Pelorous #198BA9
RGB
CMYK
RGB Variations
Color information
#198BA9 (or 0x198BA9) is known color: Pelorous. HEX triplet: 19, 8B and A9. RGB value is (25,139,169). Sum of RGB (Red+Green+Blue) = 25+139+169=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #198BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BA9 is #E67456. Grayscale: #6C6C6C. Windows color (decimal): -15103063 or 11111193. OLE color: 11111193.
HSL color Cylindrical-coordinate representation of color #198BA9: hue angle of 192.5º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198BA9 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 139 | 169 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.34 |
| HSL | 192.5º | 0.74% | 0.38% | - |
| HSV(B) | 192.5º | 0.85% | 0.66% | - |
| XYZ | 16.79 | 21.54 | 40.81 | - |
| YUV | 108.33 | 162.23 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 169 | 0.85 | 0.18 | 0 | 0.34 | 192.5 | 0.74 | 0.38 |
| Hex | 19 | 8B | A9 | 55 | 12 | 0 | 22 | C0 | 4A | 26 |
| Octal | 31 | 213 | 251 | 125 | 22 | 0 | 42 | 300 | 112 | 46 |
| Binary | 11001 | 10001011 | 10101001 | 1010101 | 10010 | 0 | 100010 | 11000000 | 1001010 | 100110 |
Color Harmonies of #198BA9
Complementary color
Monochromatic Colors of #198BA9
Black with #198BA9
Text Example
Text Example
White with #198BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BA9; }
p { color: rgb(25,139,169); }
H1.HeaderClassName
{
color: #198BA9;
}
.AnyTagClassName
{
color: #198BA9;
}
</style>
background-color css
<style>
a { background-color: #198BA9; }
a { background-color: rgb(25,139,169); }
div.DivClassName
{
background-color: #198BA9;
}
.BgClassName
{
background-color: #198BA9;
}
</style>
border-color css
<style>
span { border-color: #198BA9; }
span { border-color: rgb(25,139,169); }
td.TdClassName
{
border-color: #198BA9;
}
.TagClassName
{
border-color: #198BA9;
}
</style>