Shades of Pelorous #199EA9
Tints of Pelorous #199EA9
RGB
CMYK
RGB Variations
Color information
#199EA9 (or 0x199EA9) is known color: Pelorous. HEX triplet: 19, 9E and A9. RGB value is (25,158,169). Sum of RGB (Red+Green+Blue) = 25+158+169=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #199EA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199EA9 is #E66156. Grayscale: #777777. Windows color (decimal): -15098199 or 11116057. OLE color: 11116057.
HSL color Cylindrical-coordinate representation of color #199EA9: hue angle of 184.58º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199EA9 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 158 | 169 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.34 |
| HSL | 184.58º | 0.74% | 0.38% | - |
| HSV(B) | 184.58º | 0.85% | 0.66% | - |
| XYZ | 19.79 | 27.52 | 41.81 | - |
| YUV | 119.49 | 155.94 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 169 | 0.85 | 0.07 | 0 | 0.34 | 184.58 | 0.74 | 0.38 |
| Hex | 19 | 9E | A9 | 55 | 7 | 0 | 22 | B9 | 4A | 26 |
| Octal | 31 | 236 | 251 | 125 | 7 | 0 | 42 | 271 | 112 | 46 |
| Binary | 11001 | 10011110 | 10101001 | 1010101 | 111 | 0 | 100010 | 10111001 | 1001010 | 100110 |
Color Harmonies of #199EA9
Complementary color
Monochromatic Colors of #199EA9
Black with #199EA9
Text Example
Text Example
White with #199EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EA9; }
p { color: rgb(25,158,169); }
H1.HeaderClassName
{
color: #199EA9;
}
.AnyTagClassName
{
color: #199EA9;
}
</style>
background-color css
<style>
a { background-color: #199EA9; }
a { background-color: rgb(25,158,169); }
div.DivClassName
{
background-color: #199EA9;
}
.BgClassName
{
background-color: #199EA9;
}
</style>
border-color css
<style>
span { border-color: #199EA9; }
span { border-color: rgb(25,158,169); }
td.TdClassName
{
border-color: #199EA9;
}
.TagClassName
{
border-color: #199EA9;
}
</style>