Shades of Pelorous #198BBB
Tints of Pelorous #198BBB
RGB
CMYK
RGB Variations
Color information
#198BBB (or 0x198BBB) is known color: Pelorous. HEX triplet: 19, 8B and BB. RGB value is (25,139,187). Sum of RGB (Red+Green+Blue) = 25+139+187=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #198BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BBB is #E67444. Grayscale: #6E6E6E. Windows color (decimal): -15103045 or 12290841. OLE color: 12290841.
HSL color Cylindrical-coordinate representation of color #198BBB: hue angle of 197.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198BBB is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 139 | 187 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.27 |
| HSL | 197.78º | 0.76% | 0.42% | - |
| HSV(B) | 197.78º | 0.87% | 0.73% | - |
| XYZ | 18.6 | 22.26 | 50.33 | - |
| YUV | 110.39 | 171.23 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 187 | 0.87 | 0.26 | 0 | 0.27 | 197.78 | 0.76 | 0.42 |
| Hex | 19 | 8B | BB | 57 | 1A | 0 | 1B | C6 | 4C | 2A |
| Octal | 31 | 213 | 273 | 127 | 32 | 0 | 33 | 306 | 114 | 52 |
| Binary | 11001 | 10001011 | 10111011 | 1010111 | 11010 | 0 | 11011 | 11000110 | 1001100 | 101010 |
Color Harmonies of #198BBB
Complementary color
Monochromatic Colors of #198BBB
Black with #198BBB
Text Example
Text Example
White with #198BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BBB; }
p { color: rgb(25,139,187); }
H1.HeaderClassName
{
color: #198BBB;
}
.AnyTagClassName
{
color: #198BBB;
}
</style>
background-color css
<style>
a { background-color: #198BBB; }
a { background-color: rgb(25,139,187); }
div.DivClassName
{
background-color: #198BBB;
}
.BgClassName
{
background-color: #198BBB;
}
</style>
border-color css
<style>
span { border-color: #198BBB; }
span { border-color: rgb(25,139,187); }
td.TdClassName
{
border-color: #198BBB;
}
.TagClassName
{
border-color: #198BBB;
}
</style>