Shades of Pacific Blue #139ECB
Tints of Pacific Blue #139ECB
RGB
CMYK
RGB Variations
Color information
#139ECB (or 0x139ECB) is known color: Pacific Blue. HEX triplet: 13, 9E and CB. RGB value is (19,158,203). Sum of RGB (Red+Green+Blue) = 19+158+203=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #139ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ECB is #EC6134. Grayscale: #797979. Windows color (decimal): -15491381 or 13344275. OLE color: 13344275.
HSL color Cylindrical-coordinate representation of color #139ECB: hue angle of 194.67º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139ECB is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 158 | 203 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.20 |
| HSL | 194.67º | 0.83% | 0.44% | - |
| HSV(B) | 194.67º | 0.91% | 0.8% | - |
| XYZ | 23.27 | 28.9 | 60.85 | - |
| YUV | 121.57 | 173.95 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 203 | 0.91 | 0.22 | 0 | 0.20 | 194.67 | 0.83 | 0.44 |
| Hex | 13 | 9E | CB | 5B | 16 | 0 | 14 | C3 | 53 | 2C |
| Octal | 23 | 236 | 313 | 133 | 26 | 0 | 24 | 303 | 123 | 54 |
| Binary | 10011 | 10011110 | 11001011 | 1011011 | 10110 | 0 | 10100 | 11000011 | 1010011 | 101100 |
Color Harmonies of #139ECB
Complementary color
Monochromatic Colors of #139ECB
Black with #139ECB
Text Example
Text Example
White with #139ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ECB; }
p { color: rgb(19,158,203); }
H1.HeaderClassName
{
color: #139ECB;
}
.AnyTagClassName
{
color: #139ECB;
}
</style>
background-color css
<style>
a { background-color: #139ECB; }
a { background-color: rgb(19,158,203); }
div.DivClassName
{
background-color: #139ECB;
}
.BgClassName
{
background-color: #139ECB;
}
</style>
border-color css
<style>
span { border-color: #139ECB; }
span { border-color: rgb(19,158,203); }
td.TdClassName
{
border-color: #139ECB;
}
.TagClassName
{
border-color: #139ECB;
}
</style>