Shades of Pelorous #139CAC
Tints of Pelorous #139CAC
RGB
CMYK
RGB Variations
Color information
#139CAC (or 0x139CAC) is known color: Pelorous. HEX triplet: 13, 9C and AC. RGB value is (19,156,172). Sum of RGB (Red+Green+Blue) = 19+156+172=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #139CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CAC is #EC6353. Grayscale: #747474. Windows color (decimal): -15491924 or 11312147. OLE color: 11312147.
HSL color Cylindrical-coordinate representation of color #139CAC: hue angle of 186.27º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139CAC is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 156 | 172 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.33 |
| HSL | 186.27º | 0.8% | 0.37% | - |
| HSV(B) | 186.27º | 0.89% | 0.67% | - |
| XYZ | 19.6 | 26.89 | 43.19 | - |
| YUV | 116.86 | 159.11 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 172 | 0.89 | 0.09 | 0 | 0.33 | 186.27 | 0.8 | 0.37 |
| Hex | 13 | 9C | AC | 59 | 9 | 0 | 21 | BA | 50 | 25 |
| Octal | 23 | 234 | 254 | 131 | 11 | 0 | 41 | 272 | 120 | 45 |
| Binary | 10011 | 10011100 | 10101100 | 1011001 | 1001 | 0 | 100001 | 10111010 | 1010000 | 100101 |
Color Harmonies of #139CAC
Complementary color
Monochromatic Colors of #139CAC
Black with #139CAC
Text Example
Text Example
White with #139CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CAC; }
p { color: rgb(19,156,172); }
H1.HeaderClassName
{
color: #139CAC;
}
.AnyTagClassName
{
color: #139CAC;
}
</style>
background-color css
<style>
a { background-color: #139CAC; }
a { background-color: rgb(19,156,172); }
div.DivClassName
{
background-color: #139CAC;
}
.BgClassName
{
background-color: #139CAC;
}
</style>
border-color css
<style>
span { border-color: #139CAC; }
span { border-color: rgb(19,156,172); }
td.TdClassName
{
border-color: #139CAC;
}
.TagClassName
{
border-color: #139CAC;
}
</style>