Shades of Pelorous #139CBB
Tints of Pelorous #139CBB
RGB
CMYK
RGB Variations
Color information
#139CBB (or 0x139CBB) is known color: Pelorous. HEX triplet: 13, 9C and BB. RGB value is (19,156,187). Sum of RGB (Red+Green+Blue) = 19+156+187=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #139CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CBB is #EC6344. Grayscale: #767676. Windows color (decimal): -15491909 or 12295187. OLE color: 12295187.
HSL color Cylindrical-coordinate representation of color #139CBB: hue angle of 191.07º 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 #139CBB is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 156 | 187 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.27 |
| HSL | 191.07º | 0.82% | 0.4% | - |
| HSV(B) | 191.07º | 0.9% | 0.73% | - |
| XYZ | 21.13 | 27.5 | 51.21 | - |
| YUV | 118.57 | 166.61 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 187 | 0.90 | 0.17 | 0 | 0.27 | 191.07 | 0.82 | 0.4 |
| Hex | 13 | 9C | BB | 5A | 11 | 0 | 1B | BF | 52 | 28 |
| Octal | 23 | 234 | 273 | 132 | 21 | 0 | 33 | 277 | 122 | 50 |
| Binary | 10011 | 10011100 | 10111011 | 1011010 | 10001 | 0 | 11011 | 10111111 | 1010010 | 101000 |
Color Harmonies of #139CBB
Complementary color
Monochromatic Colors of #139CBB
Black with #139CBB
Text Example
Text Example
White with #139CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CBB; }
p { color: rgb(19,156,187); }
H1.HeaderClassName
{
color: #139CBB;
}
.AnyTagClassName
{
color: #139CBB;
}
</style>
background-color css
<style>
a { background-color: #139CBB; }
a { background-color: rgb(19,156,187); }
div.DivClassName
{
background-color: #139CBB;
}
.BgClassName
{
background-color: #139CBB;
}
</style>
border-color css
<style>
span { border-color: #139CBB; }
span { border-color: rgb(19,156,187); }
td.TdClassName
{
border-color: #139CBB;
}
.TagClassName
{
border-color: #139CBB;
}
</style>