Shades of Pacific Blue #139AC2
Tints of Pacific Blue #139AC2
RGB
CMYK
RGB Variations
Color information
#139AC2 (or 0x139AC2) is known color: Pacific Blue. HEX triplet: 13, 9A and C2. RGB value is (19,154,194). Sum of RGB (Red+Green+Blue) = 19+154+194=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #139AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139AC2 is #EC653D. Grayscale: #757575. Windows color (decimal): -15492414 or 12753427. OLE color: 12753427.
HSL color Cylindrical-coordinate representation of color #139AC2: hue angle of 193.71º 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 #139AC2 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 154 | 194 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.24 |
| HSL | 193.71º | 0.82% | 0.42% | - |
| HSV(B) | 193.71º | 0.9% | 0.76% | - |
| XYZ | 21.56 | 27.14 | 55.14 | - |
| YUV | 118.2 | 170.77 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 194 | 0.90 | 0.21 | 0 | 0.24 | 193.71 | 0.82 | 0.42 |
| Hex | 13 | 9A | C2 | 5A | 15 | 0 | 18 | C2 | 52 | 2A |
| Octal | 23 | 232 | 302 | 132 | 25 | 0 | 30 | 302 | 122 | 52 |
| Binary | 10011 | 10011010 | 11000010 | 1011010 | 10101 | 0 | 11000 | 11000010 | 1010010 | 101010 |
Color Harmonies of #139AC2
Complementary color
Monochromatic Colors of #139AC2
Black with #139AC2
Text Example
Text Example
White with #139AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139AC2; }
p { color: rgb(19,154,194); }
H1.HeaderClassName
{
color: #139AC2;
}
.AnyTagClassName
{
color: #139AC2;
}
</style>
background-color css
<style>
a { background-color: #139AC2; }
a { background-color: rgb(19,154,194); }
div.DivClassName
{
background-color: #139AC2;
}
.BgClassName
{
background-color: #139AC2;
}
</style>
border-color css
<style>
span { border-color: #139AC2; }
span { border-color: rgb(19,154,194); }
td.TdClassName
{
border-color: #139AC2;
}
.TagClassName
{
border-color: #139AC2;
}
</style>