Shades of Pelorous #19A3B0
Tints of Pelorous #19A3B0
RGB
CMYK
RGB Variations
Color information
#19A3B0 (or 0x19A3B0) is known color: Pelorous. HEX triplet: 19, A3 and B0. RGB value is (25,163,176). Sum of RGB (Red+Green+Blue) = 25+163+176=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #19A3B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A3B0 is #E65C4F. Grayscale: #7B7B7B. Windows color (decimal): -15096912 or 11576089. OLE color: 11576089.
HSL color Cylindrical-coordinate representation of color #19A3B0: hue angle of 185.17º 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 #19A3B0 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 163 | 176 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.31 |
| HSL | 185.17º | 0.75% | 0.39% | - |
| HSV(B) | 185.17º | 0.86% | 0.69% | - |
| XYZ | 21.33 | 29.54 | 45.65 | - |
| YUV | 123.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 163 | 176 | 0.86 | 0.07 | 0 | 0.31 | 185.17 | 0.75 | 0.39 |
| Hex | 19 | A3 | B0 | 56 | 7 | 0 | 1F | B9 | 4B | 27 |
| Octal | 31 | 243 | 260 | 126 | 7 | 0 | 37 | 271 | 113 | 47 |
| Binary | 11001 | 10100011 | 10110000 | 1010110 | 111 | 0 | 11111 | 10111001 | 1001011 | 100111 |
Color Harmonies of #19A3B0
Complementary color
Monochromatic Colors of #19A3B0
Black with #19A3B0
Text Example
Text Example
White with #19A3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A3B0; }
p { color: rgb(25,163,176); }
H1.HeaderClassName
{
color: #19A3B0;
}
.AnyTagClassName
{
color: #19A3B0;
}
</style>
background-color css
<style>
a { background-color: #19A3B0; }
a { background-color: rgb(25,163,176); }
div.DivClassName
{
background-color: #19A3B0;
}
.BgClassName
{
background-color: #19A3B0;
}
</style>
border-color css
<style>
span { border-color: #19A3B0; }
span { border-color: rgb(25,163,176); }
td.TdClassName
{
border-color: #19A3B0;
}
.TagClassName
{
border-color: #19A3B0;
}
</style>