Shades of Pelorous #198EC9
Tints of Pelorous #198EC9
RGB
CMYK
RGB Variations
Color information
#198EC9 (or 0x198EC9) is known color: Pelorous. HEX triplet: 19, 8E and C9. RGB value is (25,142,201). Sum of RGB (Red+Green+Blue) = 25+142+201=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #198EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EC9 is #E67136. Grayscale: #717171. Windows color (decimal): -15102263 or 13209113. OLE color: 13209113.
HSL color Cylindrical-coordinate representation of color #198EC9: hue angle of 200.11º 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 #198EC9 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 142 | 201 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.21 |
| HSL | 200.11º | 0.78% | 0.44% | - |
| HSV(B) | 200.11º | 0.88% | 0.79% | - |
| XYZ | 20.62 | 23.77 | 58.76 | - |
| YUV | 113.74 | 177.24 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 201 | 0.88 | 0.29 | 0 | 0.21 | 200.11 | 0.78 | 0.44 |
| Hex | 19 | 8E | C9 | 58 | 1D | 0 | 15 | C8 | 4E | 2C |
| Octal | 31 | 216 | 311 | 130 | 35 | 0 | 25 | 310 | 116 | 54 |
| Binary | 11001 | 10001110 | 11001001 | 1011000 | 11101 | 0 | 10101 | 11001000 | 1001110 | 101100 |
Color Harmonies of #198EC9
Complementary color
Monochromatic Colors of #198EC9
Black with #198EC9
Text Example
Text Example
White with #198EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EC9; }
p { color: rgb(25,142,201); }
H1.HeaderClassName
{
color: #198EC9;
}
.AnyTagClassName
{
color: #198EC9;
}
</style>
background-color css
<style>
a { background-color: #198EC9; }
a { background-color: rgb(25,142,201); }
div.DivClassName
{
background-color: #198EC9;
}
.BgClassName
{
background-color: #198EC9;
}
</style>
border-color css
<style>
span { border-color: #198EC9; }
span { border-color: rgb(25,142,201); }
td.TdClassName
{
border-color: #198EC9;
}
.TagClassName
{
border-color: #198EC9;
}
</style>