Shades of Pelorous #198CB0
Tints of Pelorous #198CB0
RGB
CMYK
RGB Variations
Color information
#198CB0 (or 0x198CB0) is known color: Pelorous. HEX triplet: 19, 8C and B0. RGB value is (25,140,176). Sum of RGB (Red+Green+Blue) = 25+140+176=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #198CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198CB0 is #E6734F. Grayscale: #6D6D6D. Windows color (decimal): -15102800 or 11570201. OLE color: 11570201.
HSL color Cylindrical-coordinate representation of color #198CB0: hue angle of 194.3º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198CB0 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 140 | 176 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.31 |
| HSL | 194.3º | 0.75% | 0.39% | - |
| HSV(B) | 194.3º | 0.86% | 0.69% | - |
| XYZ | 17.62 | 22.1 | 44.41 | - |
| YUV | 109.72 | 165.4 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 176 | 0.86 | 0.20 | 0 | 0.31 | 194.3 | 0.75 | 0.39 |
| Hex | 19 | 8C | B0 | 56 | 14 | 0 | 1F | C2 | 4B | 27 |
| Octal | 31 | 214 | 260 | 126 | 24 | 0 | 37 | 302 | 113 | 47 |
| Binary | 11001 | 10001100 | 10110000 | 1010110 | 10100 | 0 | 11111 | 11000010 | 1001011 | 100111 |
Color Harmonies of #198CB0
Complementary color
Monochromatic Colors of #198CB0
Black with #198CB0
Text Example
Text Example
White with #198CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CB0; }
p { color: rgb(25,140,176); }
H1.HeaderClassName
{
color: #198CB0;
}
.AnyTagClassName
{
color: #198CB0;
}
</style>
background-color css
<style>
a { background-color: #198CB0; }
a { background-color: rgb(25,140,176); }
div.DivClassName
{
background-color: #198CB0;
}
.BgClassName
{
background-color: #198CB0;
}
</style>
border-color css
<style>
span { border-color: #198CB0; }
span { border-color: rgb(25,140,176); }
td.TdClassName
{
border-color: #198CB0;
}
.TagClassName
{
border-color: #198CB0;
}
</style>