Shades of Pacific Blue #139CDA
Tints of Pacific Blue #139CDA
RGB
CMYK
RGB Variations
Color information
#139CDA (or 0x139CDA) is known color: Pacific Blue. HEX triplet: 13, 9C and DA. RGB value is (19,156,218). Sum of RGB (Red+Green+Blue) = 19+156+218=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #139CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CDA is #EC6325. Grayscale: #797979. Windows color (decimal): -15491878 or 14326803. OLE color: 14326803.
HSL color Cylindrical-coordinate representation of color #139CDA: hue angle of 198.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CDA is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 156 | 218 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.15 |
| HSL | 198.69º | 0.84% | 0.46% | - |
| HSV(B) | 198.69º | 0.91% | 0.85% | - |
| XYZ | 24.81 | 28.98 | 70.62 | - |
| YUV | 122.11 | 182.11 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 218 | 0.91 | 0.28 | 0 | 0.15 | 198.69 | 0.84 | 0.46 |
| Hex | 13 | 9C | DA | 5B | 1C | 0 | F | C7 | 54 | 2E |
| Octal | 23 | 234 | 332 | 133 | 34 | 0 | 17 | 307 | 124 | 56 |
| Binary | 10011 | 10011100 | 11011010 | 1011011 | 11100 | 0 | 1111 | 11000111 | 1010100 | 101110 |
Color Harmonies of #139CDA
Complementary color
Monochromatic Colors of #139CDA
Black with #139CDA
Text Example
Text Example
White with #139CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CDA; }
p { color: rgb(19,156,218); }
H1.HeaderClassName
{
color: #139CDA;
}
.AnyTagClassName
{
color: #139CDA;
}
</style>
background-color css
<style>
a { background-color: #139CDA; }
a { background-color: rgb(19,156,218); }
div.DivClassName
{
background-color: #139CDA;
}
.BgClassName
{
background-color: #139CDA;
}
</style>
border-color css
<style>
span { border-color: #139CDA; }
span { border-color: rgb(19,156,218); }
td.TdClassName
{
border-color: #139CDA;
}
.TagClassName
{
border-color: #139CDA;
}
</style>