Shades of Pelorous #19A1B7
Tints of Pelorous #19A1B7
RGB
CMYK
RGB Variations
Color information
#19A1B7 (or 0x19A1B7) is known color: Pelorous. HEX triplet: 19, A1 and B7. RGB value is (25,161,183). Sum of RGB (Red+Green+Blue) = 25+161+183=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #19A1B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A1B7 is #E65E48. Grayscale: #7A7A7A. Windows color (decimal): -15097417 or 12034329. OLE color: 12034329.
HSL color Cylindrical-coordinate representation of color #19A1B7: hue angle of 188.35º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A1B7 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 161 | 183 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.28 |
| HSL | 188.35º | 0.76% | 0.41% | - |
| HSV(B) | 188.35º | 0.86% | 0.72% | - |
| XYZ | 21.69 | 29.12 | 49.28 | - |
| YUV | 122.84 | 161.94 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 161 | 183 | 0.86 | 0.12 | 0 | 0.28 | 188.35 | 0.76 | 0.41 |
| Hex | 19 | A1 | B7 | 56 | C | 0 | 1C | BC | 4C | 29 |
| Octal | 31 | 241 | 267 | 126 | 14 | 0 | 34 | 274 | 114 | 51 |
| Binary | 11001 | 10100001 | 10110111 | 1010110 | 1100 | 0 | 11100 | 10111100 | 1001100 | 101001 |
Color Harmonies of #19A1B7
Complementary color
Monochromatic Colors of #19A1B7
Black with #19A1B7
Text Example
Text Example
White with #19A1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A1B7; }
p { color: rgb(25,161,183); }
H1.HeaderClassName
{
color: #19A1B7;
}
.AnyTagClassName
{
color: #19A1B7;
}
</style>
background-color css
<style>
a { background-color: #19A1B7; }
a { background-color: rgb(25,161,183); }
div.DivClassName
{
background-color: #19A1B7;
}
.BgClassName
{
background-color: #19A1B7;
}
</style>
border-color css
<style>
span { border-color: #19A1B7; }
span { border-color: rgb(25,161,183); }
td.TdClassName
{
border-color: #19A1B7;
}
.TagClassName
{
border-color: #19A1B7;
}
</style>