Shades of Pelorous #198ABE
Tints of Pelorous #198ABE
RGB
CMYK
RGB Variations
Color information
#198ABE (or 0x198ABE) is known color: Pelorous. HEX triplet: 19, 8A and BE. RGB value is (25,138,190). Sum of RGB (Red+Green+Blue) = 25+138+190=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #198ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ABE is #E67541. Grayscale: #6D6D6D. Windows color (decimal): -15103298 or 12487193. OLE color: 12487193.
HSL color Cylindrical-coordinate representation of color #198ABE: hue angle of 198.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198ABE is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 138 | 190 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.25 |
| HSL | 198.91º | 0.77% | 0.42% | - |
| HSV(B) | 198.91º | 0.87% | 0.75% | - |
| XYZ | 18.78 | 22.1 | 51.99 | - |
| YUV | 110.14 | 173.06 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 190 | 0.87 | 0.27 | 0 | 0.25 | 198.91 | 0.77 | 0.42 |
| Hex | 19 | 8A | BE | 57 | 1B | 0 | 19 | C7 | 4D | 2A |
| Octal | 31 | 212 | 276 | 127 | 33 | 0 | 31 | 307 | 115 | 52 |
| Binary | 11001 | 10001010 | 10111110 | 1010111 | 11011 | 0 | 11001 | 11000111 | 1001101 | 101010 |
Color Harmonies of #198ABE
Complementary color
Monochromatic Colors of #198ABE
Black with #198ABE
Text Example
Text Example
White with #198ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ABE; }
p { color: rgb(25,138,190); }
H1.HeaderClassName
{
color: #198ABE;
}
.AnyTagClassName
{
color: #198ABE;
}
</style>
background-color css
<style>
a { background-color: #198ABE; }
a { background-color: rgb(25,138,190); }
div.DivClassName
{
background-color: #198ABE;
}
.BgClassName
{
background-color: #198ABE;
}
</style>
border-color css
<style>
span { border-color: #198ABE; }
span { border-color: rgb(25,138,190); }
td.TdClassName
{
border-color: #198ABE;
}
.TagClassName
{
border-color: #198ABE;
}
</style>