Shades of Pacific Blue #139FD2
Tints of Pacific Blue #139FD2
RGB
CMYK
RGB Variations
Color information
#139FD2 (or 0x139FD2) is known color: Pacific Blue. HEX triplet: 13, 9F and D2. RGB value is (19,159,210). Sum of RGB (Red+Green+Blue) = 19+159+210=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #139FD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FD2 is #EC602D. Grayscale: #7A7A7A. Windows color (decimal): -15491118 or 13803283. OLE color: 13803283.
HSL color Cylindrical-coordinate representation of color #139FD2: hue angle of 196.02º 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 #139FD2 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 159 | 210 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.18 |
| HSL | 196.02º | 0.83% | 0.45% | - |
| HSV(B) | 196.02º | 0.91% | 0.82% | - |
| XYZ | 24.3 | 29.59 | 65.4 | - |
| YUV | 122.95 | 177.12 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 210 | 0.91 | 0.24 | 0 | 0.18 | 196.02 | 0.83 | 0.45 |
| Hex | 13 | 9F | D2 | 5B | 18 | 0 | 12 | C4 | 53 | 2D |
| Octal | 23 | 237 | 322 | 133 | 30 | 0 | 22 | 304 | 123 | 55 |
| Binary | 10011 | 10011111 | 11010010 | 1011011 | 11000 | 0 | 10010 | 11000100 | 1010011 | 101101 |
Color Harmonies of #139FD2
Complementary color
Monochromatic Colors of #139FD2
Black with #139FD2
Text Example
Text Example
White with #139FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FD2; }
p { color: rgb(19,159,210); }
H1.HeaderClassName
{
color: #139FD2;
}
.AnyTagClassName
{
color: #139FD2;
}
</style>
background-color css
<style>
a { background-color: #139FD2; }
a { background-color: rgb(19,159,210); }
div.DivClassName
{
background-color: #139FD2;
}
.BgClassName
{
background-color: #139FD2;
}
</style>
border-color css
<style>
span { border-color: #139FD2; }
span { border-color: rgb(19,159,210); }
td.TdClassName
{
border-color: #139FD2;
}
.TagClassName
{
border-color: #139FD2;
}
</style>