Shades of Pacific Blue #139ADA
Tints of Pacific Blue #139ADA
RGB
CMYK
RGB Variations
Color information
#139ADA (or 0x139ADA) is known color: Pacific Blue. HEX triplet: 13, 9A and DA. RGB value is (19,154,218). Sum of RGB (Red+Green+Blue) = 19+154+218=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #139ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ADA is #EC6525. Grayscale: #787878. Windows color (decimal): -15492390 or 14326291. OLE color: 14326291.
HSL color Cylindrical-coordinate representation of color #139ADA: hue angle of 199.3º 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 #139ADA is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 154 | 218 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.15 |
| HSL | 199.3º | 0.84% | 0.46% | - |
| HSV(B) | 199.3º | 0.91% | 0.85% | - |
| XYZ | 24.48 | 28.31 | 70.5 | - |
| YUV | 120.93 | 182.77 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 218 | 0.91 | 0.29 | 0 | 0.15 | 199.3 | 0.84 | 0.46 |
| Hex | 13 | 9A | DA | 5B | 1D | 0 | F | C7 | 54 | 2E |
| Octal | 23 | 232 | 332 | 133 | 35 | 0 | 17 | 307 | 124 | 56 |
| Binary | 10011 | 10011010 | 11011010 | 1011011 | 11101 | 0 | 1111 | 11000111 | 1010100 | 101110 |
Color Harmonies of #139ADA
Complementary color
Monochromatic Colors of #139ADA
Black with #139ADA
Text Example
Text Example
White with #139ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ADA; }
p { color: rgb(19,154,218); }
H1.HeaderClassName
{
color: #139ADA;
}
.AnyTagClassName
{
color: #139ADA;
}
</style>
background-color css
<style>
a { background-color: #139ADA; }
a { background-color: rgb(19,154,218); }
div.DivClassName
{
background-color: #139ADA;
}
.BgClassName
{
background-color: #139ADA;
}
</style>
border-color css
<style>
span { border-color: #139ADA; }
span { border-color: rgb(19,154,218); }
td.TdClassName
{
border-color: #139ADA;
}
.TagClassName
{
border-color: #139ADA;
}
</style>