Shades of Pelorous #139BBB
Tints of Pelorous #139BBB
RGB
CMYK
RGB Variations
Color information
#139BBB (or 0x139BBB) is known color: Pelorous. HEX triplet: 13, 9B and BB. RGB value is (19,155,187). Sum of RGB (Red+Green+Blue) = 19+155+187=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #139BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BBB is #EC6444. Grayscale: #757575. Windows color (decimal): -15492165 or 12294931. OLE color: 12294931.
HSL color Cylindrical-coordinate representation of color #139BBB: hue angle of 191.43º degrees, saturation: 0.82, 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 #139BBB is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 155 | 187 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.27 |
| HSL | 191.43º | 0.82% | 0.4% | - |
| HSV(B) | 191.43º | 0.9% | 0.73% | - |
| XYZ | 20.96 | 27.17 | 51.15 | - |
| YUV | 117.98 | 166.94 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 187 | 0.90 | 0.17 | 0 | 0.27 | 191.43 | 0.82 | 0.4 |
| Hex | 13 | 9B | BB | 5A | 11 | 0 | 1B | BF | 52 | 28 |
| Octal | 23 | 233 | 273 | 132 | 21 | 0 | 33 | 277 | 122 | 50 |
| Binary | 10011 | 10011011 | 10111011 | 1011010 | 10001 | 0 | 11011 | 10111111 | 1010010 | 101000 |
Color Harmonies of #139BBB
Complementary color
Monochromatic Colors of #139BBB
Black with #139BBB
Text Example
Text Example
White with #139BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BBB; }
p { color: rgb(19,155,187); }
H1.HeaderClassName
{
color: #139BBB;
}
.AnyTagClassName
{
color: #139BBB;
}
</style>
background-color css
<style>
a { background-color: #139BBB; }
a { background-color: rgb(19,155,187); }
div.DivClassName
{
background-color: #139BBB;
}
.BgClassName
{
background-color: #139BBB;
}
</style>
border-color css
<style>
span { border-color: #139BBB; }
span { border-color: rgb(19,155,187); }
td.TdClassName
{
border-color: #139BBB;
}
.TagClassName
{
border-color: #139BBB;
}
</style>