Shades of Pelorous #139CBA
Tints of Pelorous #139CBA
RGB
CMYK
RGB Variations
Color information
#139CBA (or 0x139CBA) is known color: Pelorous. HEX triplet: 13, 9C and BA. RGB value is (19,156,186). Sum of RGB (Red+Green+Blue) = 19+156+186=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #139CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CBA is #EC6345. Grayscale: #767676. Windows color (decimal): -15491910 or 12229651. OLE color: 12229651.
HSL color Cylindrical-coordinate representation of color #139CBA: hue angle of 190.78º 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 #139CBA is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 156 | 186 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.27 |
| HSL | 190.78º | 0.81% | 0.4% | - |
| HSV(B) | 190.78º | 0.9% | 0.73% | - |
| XYZ | 21.02 | 27.46 | 50.65 | - |
| YUV | 118.46 | 166.11 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 186 | 0.90 | 0.16 | 0 | 0.27 | 190.78 | 0.81 | 0.4 |
| Hex | 13 | 9C | BA | 5A | 10 | 0 | 1B | BF | 51 | 28 |
| Octal | 23 | 234 | 272 | 132 | 20 | 0 | 33 | 277 | 121 | 50 |
| Binary | 10011 | 10011100 | 10111010 | 1011010 | 10000 | 0 | 11011 | 10111111 | 1010001 | 101000 |
Color Harmonies of #139CBA
Complementary color
Monochromatic Colors of #139CBA
Black with #139CBA
Text Example
Text Example
White with #139CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CBA; }
p { color: rgb(19,156,186); }
H1.HeaderClassName
{
color: #139CBA;
}
.AnyTagClassName
{
color: #139CBA;
}
</style>
background-color css
<style>
a { background-color: #139CBA; }
a { background-color: rgb(19,156,186); }
div.DivClassName
{
background-color: #139CBA;
}
.BgClassName
{
background-color: #139CBA;
}
</style>
border-color css
<style>
span { border-color: #139CBA; }
span { border-color: rgb(19,156,186); }
td.TdClassName
{
border-color: #139CBA;
}
.TagClassName
{
border-color: #139CBA;
}
</style>