Shades of Pelorous #139BAD
Tints of Pelorous #139BAD
RGB
CMYK
RGB Variations
Color information
#139BAD (or 0x139BAD) is known color: Pelorous. HEX triplet: 13, 9B and AD. RGB value is (19,155,173). Sum of RGB (Red+Green+Blue) = 19+155+173=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #139BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139BAD is #EC6452. Grayscale: #747474. Windows color (decimal): -15492179 or 11377427. OLE color: 11377427.
HSL color Cylindrical-coordinate representation of color #139BAD: hue angle of 187.01º 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 #139BAD is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 155 | 173 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.32 |
| HSL | 187.01º | 0.8% | 0.38% | - |
| HSV(B) | 187.01º | 0.89% | 0.68% | - |
| XYZ | 19.53 | 26.6 | 43.64 | - |
| YUV | 116.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 173 | 0.89 | 0.10 | 0 | 0.32 | 187.01 | 0.8 | 0.38 |
| Hex | 13 | 9B | AD | 59 | A | 0 | 20 | BB | 50 | 26 |
| Octal | 23 | 233 | 255 | 131 | 12 | 0 | 40 | 273 | 120 | 46 |
| Binary | 10011 | 10011011 | 10101101 | 1011001 | 1010 | 0 | 100000 | 10111011 | 1010000 | 100110 |
Color Harmonies of #139BAD
Complementary color
Monochromatic Colors of #139BAD
Black with #139BAD
Text Example
Text Example
White with #139BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BAD; }
p { color: rgb(19,155,173); }
H1.HeaderClassName
{
color: #139BAD;
}
.AnyTagClassName
{
color: #139BAD;
}
</style>
background-color css
<style>
a { background-color: #139BAD; }
a { background-color: rgb(19,155,173); }
div.DivClassName
{
background-color: #139BAD;
}
.BgClassName
{
background-color: #139BAD;
}
</style>
border-color css
<style>
span { border-color: #139BAD; }
span { border-color: rgb(19,155,173); }
td.TdClassName
{
border-color: #139BAD;
}
.TagClassName
{
border-color: #139BAD;
}
</style>