Shades of Pelorous #139DA9
Tints of Pelorous #139DA9
RGB
CMYK
RGB Variations
Color information
#139DA9 (or 0x139DA9) is known color: Pelorous. HEX triplet: 13, 9D and A9. RGB value is (19,157,169). Sum of RGB (Red+Green+Blue) = 19+157+169=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #139DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DA9 is #EC6256. Grayscale: #747474. Windows color (decimal): -15491671 or 11115795. OLE color: 11115795.
HSL color Cylindrical-coordinate representation of color #139DA9: hue angle of 184.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139DA9 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 157 | 169 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.34 |
| HSL | 184.8º | 0.8% | 0.37% | - |
| HSV(B) | 184.8º | 0.89% | 0.66% | - |
| XYZ | 19.49 | 27.12 | 41.74 | - |
| YUV | 117.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 169 | 0.89 | 0.07 | 0 | 0.34 | 184.8 | 0.8 | 0.37 |
| Hex | 13 | 9D | A9 | 59 | 7 | 0 | 22 | B9 | 50 | 25 |
| Octal | 23 | 235 | 251 | 131 | 7 | 0 | 42 | 271 | 120 | 45 |
| Binary | 10011 | 10011101 | 10101001 | 1011001 | 111 | 0 | 100010 | 10111001 | 1010000 | 100101 |
Color Harmonies of #139DA9
Complementary color
Monochromatic Colors of #139DA9
Black with #139DA9
Text Example
Text Example
White with #139DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DA9; }
p { color: rgb(19,157,169); }
H1.HeaderClassName
{
color: #139DA9;
}
.AnyTagClassName
{
color: #139DA9;
}
</style>
background-color css
<style>
a { background-color: #139DA9; }
a { background-color: rgb(19,157,169); }
div.DivClassName
{
background-color: #139DA9;
}
.BgClassName
{
background-color: #139DA9;
}
</style>
border-color css
<style>
span { border-color: #139DA9; }
span { border-color: rgb(19,157,169); }
td.TdClassName
{
border-color: #139DA9;
}
.TagClassName
{
border-color: #139DA9;
}
</style>