Shades of Pacific Blue #139ECA
Tints of Pacific Blue #139ECA
RGB
CMYK
RGB Variations
Color information
#139ECA (or 0x139ECA) is known color: Pacific Blue. HEX triplet: 13, 9E and CA. RGB value is (19,158,202). Sum of RGB (Red+Green+Blue) = 19+158+202=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #139ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ECA is #EC6135. Grayscale: #797979. Windows color (decimal): -15491382 or 13278739. OLE color: 13278739.
HSL color Cylindrical-coordinate representation of color #139ECA: hue angle of 194.43º 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 #139ECA is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 158 | 202 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.21 |
| HSL | 194.43º | 0.83% | 0.43% | - |
| HSV(B) | 194.43º | 0.91% | 0.79% | - |
| XYZ | 23.16 | 28.86 | 60.23 | - |
| YUV | 121.46 | 173.45 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 202 | 0.91 | 0.22 | 0 | 0.21 | 194.43 | 0.83 | 0.43 |
| Hex | 13 | 9E | CA | 5B | 16 | 0 | 15 | C2 | 53 | 2B |
| Octal | 23 | 236 | 312 | 133 | 26 | 0 | 25 | 302 | 123 | 53 |
| Binary | 10011 | 10011110 | 11001010 | 1011011 | 10110 | 0 | 10101 | 11000010 | 1010011 | 101011 |
Color Harmonies of #139ECA
Complementary color
Monochromatic Colors of #139ECA
Black with #139ECA
Text Example
Text Example
White with #139ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ECA; }
p { color: rgb(19,158,202); }
H1.HeaderClassName
{
color: #139ECA;
}
.AnyTagClassName
{
color: #139ECA;
}
</style>
background-color css
<style>
a { background-color: #139ECA; }
a { background-color: rgb(19,158,202); }
div.DivClassName
{
background-color: #139ECA;
}
.BgClassName
{
background-color: #139ECA;
}
</style>
border-color css
<style>
span { border-color: #139ECA; }
span { border-color: rgb(19,158,202); }
td.TdClassName
{
border-color: #139ECA;
}
.TagClassName
{
border-color: #139ECA;
}
</style>