Shades of Pacific Blue #139CD2
Tints of Pacific Blue #139CD2
RGB
CMYK
RGB Variations
Color information
#139CD2 (or 0x139CD2) is known color: Pacific Blue. HEX triplet: 13, 9C and D2. RGB value is (19,156,210). Sum of RGB (Red+Green+Blue) = 19+156+210=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #139CD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CD2 is #EC632D. Grayscale: #787878. Windows color (decimal): -15491886 or 13802515. OLE color: 13802515.
HSL color Cylindrical-coordinate representation of color #139CD2: hue angle of 196.96º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CD2 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 156 | 210 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.18 |
| HSL | 196.96º | 0.83% | 0.45% | - |
| HSV(B) | 196.96º | 0.91% | 0.82% | - |
| XYZ | 23.79 | 28.57 | 65.23 | - |
| YUV | 121.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 210 | 0.91 | 0.26 | 0 | 0.18 | 196.96 | 0.83 | 0.45 |
| Hex | 13 | 9C | D2 | 5B | 1A | 0 | 12 | C5 | 53 | 2D |
| Octal | 23 | 234 | 322 | 133 | 32 | 0 | 22 | 305 | 123 | 55 |
| Binary | 10011 | 10011100 | 11010010 | 1011011 | 11010 | 0 | 10010 | 11000101 | 1010011 | 101101 |
Color Harmonies of #139CD2
Complementary color
Monochromatic Colors of #139CD2
Black with #139CD2
Text Example
Text Example
White with #139CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CD2; }
p { color: rgb(19,156,210); }
H1.HeaderClassName
{
color: #139CD2;
}
.AnyTagClassName
{
color: #139CD2;
}
</style>
background-color css
<style>
a { background-color: #139CD2; }
a { background-color: rgb(19,156,210); }
div.DivClassName
{
background-color: #139CD2;
}
.BgClassName
{
background-color: #139CD2;
}
</style>
border-color css
<style>
span { border-color: #139CD2; }
span { border-color: rgb(19,156,210); }
td.TdClassName
{
border-color: #139CD2;
}
.TagClassName
{
border-color: #139CD2;
}
</style>