Shades of Pacific Blue #139DBD
Tints of Pacific Blue #139DBD
RGB
CMYK
RGB Variations
Color information
#139DBD (or 0x139DBD) is known color: Pacific Blue. HEX triplet: 13, 9D and BD. RGB value is (19,157,189). Sum of RGB (Red+Green+Blue) = 19+157+189=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #139DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DBD is #EC6242. Grayscale: #777777. Windows color (decimal): -15491651 or 12426515. OLE color: 12426515.
HSL color Cylindrical-coordinate representation of color #139DBD: hue angle of 191.29º 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 #139DBD is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 157 | 189 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.26 |
| HSL | 191.29º | 0.82% | 0.41% | - |
| HSV(B) | 191.29º | 0.9% | 0.74% | - |
| XYZ | 21.51 | 27.93 | 52.4 | - |
| YUV | 119.39 | 167.28 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 189 | 0.90 | 0.17 | 0 | 0.26 | 191.29 | 0.82 | 0.41 |
| Hex | 13 | 9D | BD | 5A | 11 | 0 | 1A | BF | 52 | 29 |
| Octal | 23 | 235 | 275 | 132 | 21 | 0 | 32 | 277 | 122 | 51 |
| Binary | 10011 | 10011101 | 10111101 | 1011010 | 10001 | 0 | 11010 | 10111111 | 1010010 | 101001 |
Color Harmonies of #139DBD
Complementary color
Monochromatic Colors of #139DBD
Black with #139DBD
Text Example
Text Example
White with #139DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DBD; }
p { color: rgb(19,157,189); }
H1.HeaderClassName
{
color: #139DBD;
}
.AnyTagClassName
{
color: #139DBD;
}
</style>
background-color css
<style>
a { background-color: #139DBD; }
a { background-color: rgb(19,157,189); }
div.DivClassName
{
background-color: #139DBD;
}
.BgClassName
{
background-color: #139DBD;
}
</style>
border-color css
<style>
span { border-color: #139DBD; }
span { border-color: rgb(19,157,189); }
td.TdClassName
{
border-color: #139DBD;
}
.TagClassName
{
border-color: #139DBD;
}
</style>