Shades of Pelorous #139CB1
Tints of Pelorous #139CB1
RGB
CMYK
RGB Variations
Color information
#139CB1 (or 0x139CB1) is known color: Pelorous. HEX triplet: 13, 9C and B1. RGB value is (19,156,177). Sum of RGB (Red+Green+Blue) = 19+156+177=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #139CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CB1 is #EC634E. Grayscale: #757575. Windows color (decimal): -15491919 or 11639827. OLE color: 11639827.
HSL color Cylindrical-coordinate representation of color #139CB1: hue angle of 187.97º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139CB1 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 156 | 177 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.31 |
| HSL | 187.97º | 0.81% | 0.38% | - |
| HSV(B) | 187.97º | 0.89% | 0.69% | - |
| XYZ | 20.09 | 27.09 | 45.76 | - |
| YUV | 117.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 177 | 0.89 | 0.12 | 0 | 0.31 | 187.97 | 0.81 | 0.38 |
| Hex | 13 | 9C | B1 | 59 | C | 0 | 1F | BC | 51 | 26 |
| Octal | 23 | 234 | 261 | 131 | 14 | 0 | 37 | 274 | 121 | 46 |
| Binary | 10011 | 10011100 | 10110001 | 1011001 | 1100 | 0 | 11111 | 10111100 | 1010001 | 100110 |
Color Harmonies of #139CB1
Complementary color
Monochromatic Colors of #139CB1
Black with #139CB1
Text Example
Text Example
White with #139CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CB1; }
p { color: rgb(19,156,177); }
H1.HeaderClassName
{
color: #139CB1;
}
.AnyTagClassName
{
color: #139CB1;
}
</style>
background-color css
<style>
a { background-color: #139CB1; }
a { background-color: rgb(19,156,177); }
div.DivClassName
{
background-color: #139CB1;
}
.BgClassName
{
background-color: #139CB1;
}
</style>
border-color css
<style>
span { border-color: #139CB1; }
span { border-color: rgb(19,156,177); }
td.TdClassName
{
border-color: #139CB1;
}
.TagClassName
{
border-color: #139CB1;
}
</style>