Shades of Pelorous #198BC9
Tints of Pelorous #198BC9
RGB
CMYK
RGB Variations
Color information
#198BC9 (or 0x198BC9) is known color: Pelorous. HEX triplet: 19, 8B and C9. RGB value is (25,139,201). Sum of RGB (Red+Green+Blue) = 25+139+201=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #198BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BC9 is #E67436. Grayscale: #6F6F6F. Windows color (decimal): -15103031 or 13208345. OLE color: 13208345.
HSL color Cylindrical-coordinate representation of color #198BC9: hue angle of 201.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198BC9 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 139 | 201 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.21 |
| HSL | 201.14º | 0.78% | 0.44% | - |
| HSV(B) | 201.14º | 0.88% | 0.79% | - |
| XYZ | 20.18 | 22.89 | 58.61 | - |
| YUV | 111.98 | 178.23 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 201 | 0.88 | 0.31 | 0 | 0.21 | 201.14 | 0.78 | 0.44 |
| Hex | 19 | 8B | C9 | 58 | 1F | 0 | 15 | C9 | 4E | 2C |
| Octal | 31 | 213 | 311 | 130 | 37 | 0 | 25 | 311 | 116 | 54 |
| Binary | 11001 | 10001011 | 11001001 | 1011000 | 11111 | 0 | 10101 | 11001001 | 1001110 | 101100 |
Color Harmonies of #198BC9
Complementary color
Monochromatic Colors of #198BC9
Black with #198BC9
Text Example
Text Example
White with #198BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BC9; }
p { color: rgb(25,139,201); }
H1.HeaderClassName
{
color: #198BC9;
}
.AnyTagClassName
{
color: #198BC9;
}
</style>
background-color css
<style>
a { background-color: #198BC9; }
a { background-color: rgb(25,139,201); }
div.DivClassName
{
background-color: #198BC9;
}
.BgClassName
{
background-color: #198BC9;
}
</style>
border-color css
<style>
span { border-color: #198BC9; }
span { border-color: rgb(25,139,201); }
td.TdClassName
{
border-color: #198BC9;
}
.TagClassName
{
border-color: #198BC9;
}
</style>