Shades of Pacific Blue #139BC2
Tints of Pacific Blue #139BC2
RGB
CMYK
RGB Variations
Color information
#139BC2 (or 0x139BC2) is known color: Pacific Blue. HEX triplet: 13, 9B and C2. RGB value is (19,155,194). Sum of RGB (Red+Green+Blue) = 19+155+194=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #139BC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BC2 is #EC643D. Grayscale: #767676. Windows color (decimal): -15492158 or 12753683. OLE color: 12753683.
HSL color Cylindrical-coordinate representation of color #139BC2: hue angle of 193.37º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139BC2 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 155 | 194 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.24 |
| HSL | 193.37º | 0.82% | 0.42% | - |
| HSV(B) | 193.37º | 0.9% | 0.76% | - |
| XYZ | 21.73 | 27.48 | 55.2 | - |
| YUV | 118.78 | 170.44 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 194 | 0.90 | 0.20 | 0 | 0.24 | 193.37 | 0.82 | 0.42 |
| Hex | 13 | 9B | C2 | 5A | 14 | 0 | 18 | C1 | 52 | 2A |
| Octal | 23 | 233 | 302 | 132 | 24 | 0 | 30 | 301 | 122 | 52 |
| Binary | 10011 | 10011011 | 11000010 | 1011010 | 10100 | 0 | 11000 | 11000001 | 1010010 | 101010 |
Color Harmonies of #139BC2
Complementary color
Monochromatic Colors of #139BC2
Black with #139BC2
Text Example
Text Example
White with #139BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BC2; }
p { color: rgb(19,155,194); }
H1.HeaderClassName
{
color: #139BC2;
}
.AnyTagClassName
{
color: #139BC2;
}
</style>
background-color css
<style>
a { background-color: #139BC2; }
a { background-color: rgb(19,155,194); }
div.DivClassName
{
background-color: #139BC2;
}
.BgClassName
{
background-color: #139BC2;
}
</style>
border-color css
<style>
span { border-color: #139BC2; }
span { border-color: rgb(19,155,194); }
td.TdClassName
{
border-color: #139BC2;
}
.TagClassName
{
border-color: #139BC2;
}
</style>