Shades of Pelorous #139BBA
Tints of Pelorous #139BBA
RGB
CMYK
RGB Variations
Color information
#139BBA (or 0x139BBA) is known color: Pelorous. HEX triplet: 13, 9B and BA. RGB value is (19,155,186). Sum of RGB (Red+Green+Blue) = 19+155+186=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #139BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BBA is #EC6445. Grayscale: #757575. Windows color (decimal): -15492166 or 12229395. OLE color: 12229395.
HSL color Cylindrical-coordinate representation of color #139BBA: hue angle of 191.14º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139BBA is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 155 | 186 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.27 |
| HSL | 191.14º | 0.81% | 0.4% | - |
| HSV(B) | 191.14º | 0.9% | 0.73% | - |
| XYZ | 20.85 | 27.13 | 50.59 | - |
| YUV | 117.87 | 166.44 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 186 | 0.90 | 0.17 | 0 | 0.27 | 191.14 | 0.81 | 0.4 |
| Hex | 13 | 9B | BA | 5A | 11 | 0 | 1B | BF | 51 | 28 |
| Octal | 23 | 233 | 272 | 132 | 21 | 0 | 33 | 277 | 121 | 50 |
| Binary | 10011 | 10011011 | 10111010 | 1011010 | 10001 | 0 | 11011 | 10111111 | 1010001 | 101000 |
Color Harmonies of #139BBA
Complementary color
Monochromatic Colors of #139BBA
Black with #139BBA
Text Example
Text Example
White with #139BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BBA; }
p { color: rgb(19,155,186); }
H1.HeaderClassName
{
color: #139BBA;
}
.AnyTagClassName
{
color: #139BBA;
}
</style>
background-color css
<style>
a { background-color: #139BBA; }
a { background-color: rgb(19,155,186); }
div.DivClassName
{
background-color: #139BBA;
}
.BgClassName
{
background-color: #139BBA;
}
</style>
border-color css
<style>
span { border-color: #139BBA; }
span { border-color: rgb(19,155,186); }
td.TdClassName
{
border-color: #139BBA;
}
.TagClassName
{
border-color: #139BBA;
}
</style>