Shades of Pacific Blue #139AD0
Tints of Pacific Blue #139AD0
RGB
CMYK
RGB Variations
Color information
#139AD0 (or 0x139AD0) is known color: Pacific Blue. HEX triplet: 13, 9A and D0. RGB value is (19,154,208). Sum of RGB (Red+Green+Blue) = 19+154+208=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #139AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139AD0 is #EC652F. Grayscale: #777777. Windows color (decimal): -15492400 or 13670931. OLE color: 13670931.
HSL color Cylindrical-coordinate representation of color #139AD0: hue angle of 197.14º 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 #139AD0 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 154 | 208 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.18 |
| HSL | 197.14º | 0.83% | 0.45% | - |
| HSV(B) | 197.14º | 0.91% | 0.82% | - |
| XYZ | 23.21 | 27.8 | 63.82 | - |
| YUV | 119.79 | 177.77 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 208 | 0.91 | 0.26 | 0 | 0.18 | 197.14 | 0.83 | 0.45 |
| Hex | 13 | 9A | D0 | 5B | 1A | 0 | 12 | C5 | 53 | 2D |
| Octal | 23 | 232 | 320 | 133 | 32 | 0 | 22 | 305 | 123 | 55 |
| Binary | 10011 | 10011010 | 11010000 | 1011011 | 11010 | 0 | 10010 | 11000101 | 1010011 | 101101 |
Color Harmonies of #139AD0
Complementary color
Monochromatic Colors of #139AD0
Black with #139AD0
Text Example
Text Example
White with #139AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139AD0; }
p { color: rgb(19,154,208); }
H1.HeaderClassName
{
color: #139AD0;
}
.AnyTagClassName
{
color: #139AD0;
}
</style>
background-color css
<style>
a { background-color: #139AD0; }
a { background-color: rgb(19,154,208); }
div.DivClassName
{
background-color: #139AD0;
}
.BgClassName
{
background-color: #139AD0;
}
</style>
border-color css
<style>
span { border-color: #139AD0; }
span { border-color: rgb(19,154,208); }
td.TdClassName
{
border-color: #139AD0;
}
.TagClassName
{
border-color: #139AD0;
}
</style>