Shades of Pacific Blue #139DBC
Tints of Pacific Blue #139DBC
RGB
CMYK
RGB Variations
Color information
#139DBC (or 0x139DBC) is known color: Pacific Blue. HEX triplet: 13, 9D and BC. RGB value is (19,157,188). Sum of RGB (Red+Green+Blue) = 19+157+188=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #139DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DBC is #EC6243. Grayscale: #777777. Windows color (decimal): -15491652 or 12360979. OLE color: 12360979.
HSL color Cylindrical-coordinate representation of color #139DBC: hue angle of 191.01º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139DBC is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 157 | 188 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.26 |
| HSL | 191.01º | 0.82% | 0.41% | - |
| HSV(B) | 191.01º | 0.9% | 0.74% | - |
| XYZ | 21.4 | 27.88 | 51.83 | - |
| YUV | 119.27 | 166.78 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 188 | 0.90 | 0.16 | 0 | 0.26 | 191.01 | 0.82 | 0.41 |
| Hex | 13 | 9D | BC | 5A | 10 | 0 | 1A | BF | 52 | 29 |
| Octal | 23 | 235 | 274 | 132 | 20 | 0 | 32 | 277 | 122 | 51 |
| Binary | 10011 | 10011101 | 10111100 | 1011010 | 10000 | 0 | 11010 | 10111111 | 1010010 | 101001 |
Color Harmonies of #139DBC
Complementary color
Monochromatic Colors of #139DBC
Black with #139DBC
Text Example
Text Example
White with #139DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DBC; }
p { color: rgb(19,157,188); }
H1.HeaderClassName
{
color: #139DBC;
}
.AnyTagClassName
{
color: #139DBC;
}
</style>
background-color css
<style>
a { background-color: #139DBC; }
a { background-color: rgb(19,157,188); }
div.DivClassName
{
background-color: #139DBC;
}
.BgClassName
{
background-color: #139DBC;
}
</style>
border-color css
<style>
span { border-color: #139DBC; }
span { border-color: rgb(19,157,188); }
td.TdClassName
{
border-color: #139DBC;
}
.TagClassName
{
border-color: #139DBC;
}
</style>