Shades of Pelorous #199AB1
Tints of Pelorous #199AB1
RGB
CMYK
RGB Variations
Color information
#199AB1 (or 0x199AB1) is known color: Pelorous. HEX triplet: 19, 9A and B1. RGB value is (25,154,177). Sum of RGB (Red+Green+Blue) = 25+154+177=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #199AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AB1 is #E6654E. Grayscale: #757575. Windows color (decimal): -15099215 or 11639321. OLE color: 11639321.
HSL color Cylindrical-coordinate representation of color #199AB1: hue angle of 189.08º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199AB1 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 154 | 177 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.31 |
| HSL | 189.08º | 0.75% | 0.4% | - |
| HSV(B) | 189.08º | 0.86% | 0.69% | - |
| XYZ | 19.89 | 26.49 | 45.66 | - |
| YUV | 118.05 | 161.26 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 177 | 0.86 | 0.13 | 0 | 0.31 | 189.08 | 0.75 | 0.4 |
| Hex | 19 | 9A | B1 | 56 | D | 0 | 1F | BD | 4B | 28 |
| Octal | 31 | 232 | 261 | 126 | 15 | 0 | 37 | 275 | 113 | 50 |
| Binary | 11001 | 10011010 | 10110001 | 1010110 | 1101 | 0 | 11111 | 10111101 | 1001011 | 101000 |
Color Harmonies of #199AB1
Complementary color
Monochromatic Colors of #199AB1
Black with #199AB1
Text Example
Text Example
White with #199AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AB1; }
p { color: rgb(25,154,177); }
H1.HeaderClassName
{
color: #199AB1;
}
.AnyTagClassName
{
color: #199AB1;
}
</style>
background-color css
<style>
a { background-color: #199AB1; }
a { background-color: rgb(25,154,177); }
div.DivClassName
{
background-color: #199AB1;
}
.BgClassName
{
background-color: #199AB1;
}
</style>
border-color css
<style>
span { border-color: #199AB1; }
span { border-color: rgb(25,154,177); }
td.TdClassName
{
border-color: #199AB1;
}
.TagClassName
{
border-color: #199AB1;
}
</style>