Shades of Pelorous #199AB2
Tints of Pelorous #199AB2
RGB
CMYK
RGB Variations
Color information
#199AB2 (or 0x199AB2) is known color: Pelorous. HEX triplet: 19, 9A and B2. RGB value is (25,154,178). Sum of RGB (Red+Green+Blue) = 25+154+178=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #199AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AB2 is #E6654D. Grayscale: #757575. Windows color (decimal): -15099214 or 11704857. OLE color: 11704857.
HSL color Cylindrical-coordinate representation of color #199AB2: hue angle of 189.41º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199AB2 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 154 | 178 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.30 |
| HSL | 189.41º | 0.75% | 0.4% | - |
| HSV(B) | 189.41º | 0.86% | 0.7% | - |
| XYZ | 19.99 | 26.53 | 46.19 | - |
| YUV | 118.17 | 161.76 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 178 | 0.86 | 0.13 | 0 | 0.30 | 189.41 | 0.75 | 0.4 |
| Hex | 19 | 9A | B2 | 56 | D | 0 | 1E | BD | 4B | 28 |
| Octal | 31 | 232 | 262 | 126 | 15 | 0 | 36 | 275 | 113 | 50 |
| Binary | 11001 | 10011010 | 10110010 | 1010110 | 1101 | 0 | 11110 | 10111101 | 1001011 | 101000 |
Color Harmonies of #199AB2
Complementary color
Monochromatic Colors of #199AB2
Black with #199AB2
Text Example
Text Example
White with #199AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AB2; }
p { color: rgb(25,154,178); }
H1.HeaderClassName
{
color: #199AB2;
}
.AnyTagClassName
{
color: #199AB2;
}
</style>
background-color css
<style>
a { background-color: #199AB2; }
a { background-color: rgb(25,154,178); }
div.DivClassName
{
background-color: #199AB2;
}
.BgClassName
{
background-color: #199AB2;
}
</style>
border-color css
<style>
span { border-color: #199AB2; }
span { border-color: rgb(25,154,178); }
td.TdClassName
{
border-color: #199AB2;
}
.TagClassName
{
border-color: #199AB2;
}
</style>