Shades of Pelorous #139FAB
Tints of Pelorous #139FAB
RGB
CMYK
RGB Variations
Color information
#139FAB (or 0x139FAB) is known color: Pelorous. HEX triplet: 13, 9F and AB. RGB value is (19,159,171). Sum of RGB (Red+Green+Blue) = 19+159+171=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #139FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139FAB is #EC6054. Grayscale: #767676. Windows color (decimal): -15491157 or 11247379. OLE color: 11247379.
HSL color Cylindrical-coordinate representation of color #139FAB: hue angle of 184.74º 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 #139FAB is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 159 | 171 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.33 |
| HSL | 184.74º | 0.8% | 0.37% | - |
| HSV(B) | 184.74º | 0.89% | 0.67% | - |
| XYZ | 20.02 | 27.88 | 42.85 | - |
| YUV | 118.51 | 157.62 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 171 | 0.89 | 0.07 | 0 | 0.33 | 184.74 | 0.8 | 0.37 |
| Hex | 13 | 9F | AB | 59 | 7 | 0 | 21 | B9 | 50 | 25 |
| Octal | 23 | 237 | 253 | 131 | 7 | 0 | 41 | 271 | 120 | 45 |
| Binary | 10011 | 10011111 | 10101011 | 1011001 | 111 | 0 | 100001 | 10111001 | 1010000 | 100101 |
Color Harmonies of #139FAB
Complementary color
Monochromatic Colors of #139FAB
Black with #139FAB
Text Example
Text Example
White with #139FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FAB; }
p { color: rgb(19,159,171); }
H1.HeaderClassName
{
color: #139FAB;
}
.AnyTagClassName
{
color: #139FAB;
}
</style>
background-color css
<style>
a { background-color: #139FAB; }
a { background-color: rgb(19,159,171); }
div.DivClassName
{
background-color: #139FAB;
}
.BgClassName
{
background-color: #139FAB;
}
</style>
border-color css
<style>
span { border-color: #139FAB; }
span { border-color: rgb(19,159,171); }
td.TdClassName
{
border-color: #139FAB;
}
.TagClassName
{
border-color: #139FAB;
}
</style>