Shades of Pacific Blue #139DBE
Tints of Pacific Blue #139DBE
RGB
CMYK
RGB Variations
Color information
#139DBE (or 0x139DBE) is known color: Pacific Blue. HEX triplet: 13, 9D and BE. RGB value is (19,157,190). Sum of RGB (Red+Green+Blue) = 19+157+190=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #139DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DBE is #EC6241. Grayscale: #777777. Windows color (decimal): -15491650 or 12492051. OLE color: 12492051.
HSL color Cylindrical-coordinate representation of color #139DBE: hue angle of 191.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139DBE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 157 | 190 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.25 |
| HSL | 191.58º | 0.82% | 0.41% | - |
| HSV(B) | 191.58º | 0.9% | 0.75% | - |
| XYZ | 21.62 | 27.97 | 52.97 | - |
| YUV | 119.5 | 167.78 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 190 | 0.90 | 0.17 | 0 | 0.25 | 191.58 | 0.82 | 0.41 |
| Hex | 13 | 9D | BE | 5A | 11 | 0 | 19 | C0 | 52 | 29 |
| Octal | 23 | 235 | 276 | 132 | 21 | 0 | 31 | 300 | 122 | 51 |
| Binary | 10011 | 10011101 | 10111110 | 1011010 | 10001 | 0 | 11001 | 11000000 | 1010010 | 101001 |
Color Harmonies of #139DBE
Complementary color
Monochromatic Colors of #139DBE
Black with #139DBE
Text Example
Text Example
White with #139DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DBE; }
p { color: rgb(19,157,190); }
H1.HeaderClassName
{
color: #139DBE;
}
.AnyTagClassName
{
color: #139DBE;
}
</style>
background-color css
<style>
a { background-color: #139DBE; }
a { background-color: rgb(19,157,190); }
div.DivClassName
{
background-color: #139DBE;
}
.BgClassName
{
background-color: #139DBE;
}
</style>
border-color css
<style>
span { border-color: #139DBE; }
span { border-color: rgb(19,157,190); }
td.TdClassName
{
border-color: #139DBE;
}
.TagClassName
{
border-color: #139DBE;
}
</style>