Shades of Pelorous #198ABB
Tints of Pelorous #198ABB
RGB
CMYK
RGB Variations
Color information
#198ABB (or 0x198ABB) is known color: Pelorous. HEX triplet: 19, 8A and BB. RGB value is (25,138,187). Sum of RGB (Red+Green+Blue) = 25+138+187=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #198ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ABB is #E67544. Grayscale: #6D6D6D. Windows color (decimal): -15103301 or 12290585. OLE color: 12290585.
HSL color Cylindrical-coordinate representation of color #198ABB: hue angle of 198.15º 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 #198ABB is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 138 | 187 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.27 |
| HSL | 198.15º | 0.76% | 0.42% | - |
| HSV(B) | 198.15º | 0.87% | 0.73% | - |
| XYZ | 18.46 | 21.97 | 50.28 | - |
| YUV | 109.8 | 171.56 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 187 | 0.87 | 0.26 | 0 | 0.27 | 198.15 | 0.76 | 0.42 |
| Hex | 19 | 8A | BB | 57 | 1A | 0 | 1B | C6 | 4C | 2A |
| Octal | 31 | 212 | 273 | 127 | 32 | 0 | 33 | 306 | 114 | 52 |
| Binary | 11001 | 10001010 | 10111011 | 1010111 | 11010 | 0 | 11011 | 11000110 | 1001100 | 101010 |
Color Harmonies of #198ABB
Complementary color
Monochromatic Colors of #198ABB
Black with #198ABB
Text Example
Text Example
White with #198ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ABB; }
p { color: rgb(25,138,187); }
H1.HeaderClassName
{
color: #198ABB;
}
.AnyTagClassName
{
color: #198ABB;
}
</style>
background-color css
<style>
a { background-color: #198ABB; }
a { background-color: rgb(25,138,187); }
div.DivClassName
{
background-color: #198ABB;
}
.BgClassName
{
background-color: #198ABB;
}
</style>
border-color css
<style>
span { border-color: #198ABB; }
span { border-color: rgb(25,138,187); }
td.TdClassName
{
border-color: #198ABB;
}
.TagClassName
{
border-color: #198ABB;
}
</style>