Shades of Pelorous #139BAA
Tints of Pelorous #139BAA
RGB
CMYK
RGB Variations
Color information
#139BAA (or 0x139BAA) is known color: Pelorous. HEX triplet: 13, 9B and AA. RGB value is (19,155,170). Sum of RGB (Red+Green+Blue) = 19+155+170=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #139BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139BAA is #EC6455. Grayscale: #737373. Windows color (decimal): -15492182 or 11180819. OLE color: 11180819.
HSL color Cylindrical-coordinate representation of color #139BAA: hue angle of 185.96º 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 #139BAA is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 155 | 170 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.33 |
| HSL | 185.96º | 0.8% | 0.37% | - |
| HSV(B) | 185.96º | 0.89% | 0.67% | - |
| XYZ | 19.25 | 26.48 | 42.13 | - |
| YUV | 116.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 170 | 0.89 | 0.09 | 0 | 0.33 | 185.96 | 0.8 | 0.37 |
| Hex | 13 | 9B | AA | 59 | 9 | 0 | 21 | BA | 50 | 25 |
| Octal | 23 | 233 | 252 | 131 | 11 | 0 | 41 | 272 | 120 | 45 |
| Binary | 10011 | 10011011 | 10101010 | 1011001 | 1001 | 0 | 100001 | 10111010 | 1010000 | 100101 |
Color Harmonies of #139BAA
Complementary color
Monochromatic Colors of #139BAA
Black with #139BAA
Text Example
Text Example
White with #139BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BAA; }
p { color: rgb(19,155,170); }
H1.HeaderClassName
{
color: #139BAA;
}
.AnyTagClassName
{
color: #139BAA;
}
</style>
background-color css
<style>
a { background-color: #139BAA; }
a { background-color: rgb(19,155,170); }
div.DivClassName
{
background-color: #139BAA;
}
.BgClassName
{
background-color: #139BAA;
}
</style>
border-color css
<style>
span { border-color: #139BAA; }
span { border-color: rgb(19,155,170); }
td.TdClassName
{
border-color: #139BAA;
}
.TagClassName
{
border-color: #139BAA;
}
</style>