Shades of Pelorous #198EBA
Tints of Pelorous #198EBA
RGB
CMYK
RGB Variations
Color information
#198EBA (or 0x198EBA) is known color: Pelorous. HEX triplet: 19, 8E and BA. RGB value is (25,142,186). Sum of RGB (Red+Green+Blue) = 25+142+186=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #198EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198EBA is #E67145. Grayscale: #6F6F6F. Windows color (decimal): -15102278 or 12226073. OLE color: 12226073.
HSL color Cylindrical-coordinate representation of color #198EBA: hue angle of 196.4º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198EBA is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 142 | 186 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.27 |
| HSL | 196.4º | 0.76% | 0.41% | - |
| HSV(B) | 196.4º | 0.87% | 0.73% | - |
| XYZ | 18.94 | 23.1 | 49.91 | - |
| YUV | 112.03 | 169.74 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 186 | 0.87 | 0.24 | 0 | 0.27 | 196.4 | 0.76 | 0.41 |
| Hex | 19 | 8E | BA | 57 | 18 | 0 | 1B | C4 | 4C | 29 |
| Octal | 31 | 216 | 272 | 127 | 30 | 0 | 33 | 304 | 114 | 51 |
| Binary | 11001 | 10001110 | 10111010 | 1010111 | 11000 | 0 | 11011 | 11000100 | 1001100 | 101001 |
Color Harmonies of #198EBA
Complementary color
Monochromatic Colors of #198EBA
Black with #198EBA
Text Example
Text Example
White with #198EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198EBA; }
p { color: rgb(25,142,186); }
H1.HeaderClassName
{
color: #198EBA;
}
.AnyTagClassName
{
color: #198EBA;
}
</style>
background-color css
<style>
a { background-color: #198EBA; }
a { background-color: rgb(25,142,186); }
div.DivClassName
{
background-color: #198EBA;
}
.BgClassName
{
background-color: #198EBA;
}
</style>
border-color css
<style>
span { border-color: #198EBA; }
span { border-color: rgb(25,142,186); }
td.TdClassName
{
border-color: #198EBA;
}
.TagClassName
{
border-color: #198EBA;
}
</style>