Shades of Pelorous #198BBA
Tints of Pelorous #198BBA
RGB
CMYK
RGB Variations
Color information
#198BBA (or 0x198BBA) is known color: Pelorous. HEX triplet: 19, 8B and BA. RGB value is (25,139,186). Sum of RGB (Red+Green+Blue) = 25+139+186=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #198BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BBA is #E67445. Grayscale: #6D6D6D. Windows color (decimal): -15103046 or 12225305. OLE color: 12225305.
HSL color Cylindrical-coordinate representation of color #198BBA: hue angle of 197.52º 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 #198BBA is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 139 | 186 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.27 |
| HSL | 197.52º | 0.76% | 0.41% | - |
| HSV(B) | 197.52º | 0.87% | 0.73% | - |
| XYZ | 18.5 | 22.22 | 49.77 | - |
| YUV | 110.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 186 | 0.87 | 0.25 | 0 | 0.27 | 197.52 | 0.76 | 0.41 |
| Hex | 19 | 8B | BA | 57 | 19 | 0 | 1B | C6 | 4C | 29 |
| Octal | 31 | 213 | 272 | 127 | 31 | 0 | 33 | 306 | 114 | 51 |
| Binary | 11001 | 10001011 | 10111010 | 1010111 | 11001 | 0 | 11011 | 11000110 | 1001100 | 101001 |
Color Harmonies of #198BBA
Complementary color
Monochromatic Colors of #198BBA
Black with #198BBA
Text Example
Text Example
White with #198BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BBA; }
p { color: rgb(25,139,186); }
H1.HeaderClassName
{
color: #198BBA;
}
.AnyTagClassName
{
color: #198BBA;
}
</style>
background-color css
<style>
a { background-color: #198BBA; }
a { background-color: rgb(25,139,186); }
div.DivClassName
{
background-color: #198BBA;
}
.BgClassName
{
background-color: #198BBA;
}
</style>
border-color css
<style>
span { border-color: #198BBA; }
span { border-color: rgb(25,139,186); }
td.TdClassName
{
border-color: #198BBA;
}
.TagClassName
{
border-color: #198BBA;
}
</style>