Shades of Pelorous #139DAD
Tints of Pelorous #139DAD
RGB
CMYK
RGB Variations
Color information
#139DAD (or 0x139DAD) is known color: Pelorous. HEX triplet: 13, 9D and AD. RGB value is (19,157,173). Sum of RGB (Red+Green+Blue) = 19+157+173=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #139DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAD is #EC6252. Grayscale: #757575. Windows color (decimal): -15491667 or 11377939. OLE color: 11377939.
HSL color Cylindrical-coordinate representation of color #139DAD: hue angle of 186.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139DAD is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 157 | 173 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.32 |
| HSL | 186.23º | 0.8% | 0.38% | - |
| HSV(B) | 186.23º | 0.89% | 0.68% | - |
| XYZ | 19.87 | 27.27 | 43.75 | - |
| YUV | 117.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 173 | 0.89 | 0.09 | 0 | 0.32 | 186.23 | 0.8 | 0.38 |
| Hex | 13 | 9D | AD | 59 | 9 | 0 | 20 | BA | 50 | 26 |
| Octal | 23 | 235 | 255 | 131 | 11 | 0 | 40 | 272 | 120 | 46 |
| Binary | 10011 | 10011101 | 10101101 | 1011001 | 1001 | 0 | 100000 | 10111010 | 1010000 | 100110 |
Color Harmonies of #139DAD
Complementary color
Monochromatic Colors of #139DAD
Black with #139DAD
Text Example
Text Example
White with #139DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DAD; }
p { color: rgb(19,157,173); }
H1.HeaderClassName
{
color: #139DAD;
}
.AnyTagClassName
{
color: #139DAD;
}
</style>
background-color css
<style>
a { background-color: #139DAD; }
a { background-color: rgb(19,157,173); }
div.DivClassName
{
background-color: #139DAD;
}
.BgClassName
{
background-color: #139DAD;
}
</style>
border-color css
<style>
span { border-color: #139DAD; }
span { border-color: rgb(19,157,173); }
td.TdClassName
{
border-color: #139DAD;
}
.TagClassName
{
border-color: #139DAD;
}
</style>