Shades of Pacific Blue #139EC9
Tints of Pacific Blue #139EC9
RGB
CMYK
RGB Variations
Color information
#139EC9 (or 0x139EC9) is known color: Pacific Blue. HEX triplet: 13, 9E and C9. RGB value is (19,158,201). Sum of RGB (Red+Green+Blue) = 19+158+201=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #139EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EC9 is #EC6136. Grayscale: #797979. Windows color (decimal): -15491383 or 13213203. OLE color: 13213203.
HSL color Cylindrical-coordinate representation of color #139EC9: hue angle of 194.18º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139EC9 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 158 | 201 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.21 |
| HSL | 194.18º | 0.83% | 0.43% | - |
| HSV(B) | 194.18º | 0.91% | 0.79% | - |
| XYZ | 23.04 | 28.81 | 59.6 | - |
| YUV | 121.34 | 172.95 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 201 | 0.91 | 0.21 | 0 | 0.21 | 194.18 | 0.83 | 0.43 |
| Hex | 13 | 9E | C9 | 5B | 15 | 0 | 15 | C2 | 53 | 2B |
| Octal | 23 | 236 | 311 | 133 | 25 | 0 | 25 | 302 | 123 | 53 |
| Binary | 10011 | 10011110 | 11001001 | 1011011 | 10101 | 0 | 10101 | 11000010 | 1010011 | 101011 |
Color Harmonies of #139EC9
Complementary color
Monochromatic Colors of #139EC9
Black with #139EC9
Text Example
Text Example
White with #139EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139EC9; }
p { color: rgb(19,158,201); }
H1.HeaderClassName
{
color: #139EC9;
}
.AnyTagClassName
{
color: #139EC9;
}
</style>
background-color css
<style>
a { background-color: #139EC9; }
a { background-color: rgb(19,158,201); }
div.DivClassName
{
background-color: #139EC9;
}
.BgClassName
{
background-color: #139EC9;
}
</style>
border-color css
<style>
span { border-color: #139EC9; }
span { border-color: rgb(19,158,201); }
td.TdClassName
{
border-color: #139EC9;
}
.TagClassName
{
border-color: #139EC9;
}
</style>