Shades of Pelorous #198DB2
Tints of Pelorous #198DB2
RGB
CMYK
RGB Variations
Color information
#198DB2 (or 0x198DB2) is known color: Pelorous. HEX triplet: 19, 8D and B2. RGB value is (25,141,178). Sum of RGB (Red+Green+Blue) = 25+141+178=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #198DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DB2 is #E6724D. Grayscale: #6E6E6E. Windows color (decimal): -15102542 or 11701529. OLE color: 11701529.
HSL color Cylindrical-coordinate representation of color #198DB2: hue angle of 194.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198DB2 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 141 | 178 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.30 |
| HSL | 194.51º | 0.75% | 0.4% | - |
| HSV(B) | 194.51º | 0.86% | 0.7% | - |
| XYZ | 17.96 | 22.47 | 45.51 | - |
| YUV | 110.53 | 166.07 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 178 | 0.86 | 0.21 | 0 | 0.30 | 194.51 | 0.75 | 0.4 |
| Hex | 19 | 8D | B2 | 56 | 15 | 0 | 1E | C3 | 4B | 28 |
| Octal | 31 | 215 | 262 | 126 | 25 | 0 | 36 | 303 | 113 | 50 |
| Binary | 11001 | 10001101 | 10110010 | 1010110 | 10101 | 0 | 11110 | 11000011 | 1001011 | 101000 |
Color Harmonies of #198DB2
Complementary color
Monochromatic Colors of #198DB2
Black with #198DB2
Text Example
Text Example
White with #198DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DB2; }
p { color: rgb(25,141,178); }
H1.HeaderClassName
{
color: #198DB2;
}
.AnyTagClassName
{
color: #198DB2;
}
</style>
background-color css
<style>
a { background-color: #198DB2; }
a { background-color: rgb(25,141,178); }
div.DivClassName
{
background-color: #198DB2;
}
.BgClassName
{
background-color: #198DB2;
}
</style>
border-color css
<style>
span { border-color: #198DB2; }
span { border-color: rgb(25,141,178); }
td.TdClassName
{
border-color: #198DB2;
}
.TagClassName
{
border-color: #198DB2;
}
</style>