Shades of Pacific Blue #139ADB
Tints of Pacific Blue #139ADB
RGB
CMYK
RGB Variations
Color information
#139ADB (or 0x139ADB) is known color: Pacific Blue. HEX triplet: 13, 9A and DB. RGB value is (19,154,219). Sum of RGB (Red+Green+Blue) = 19+154+219=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #139ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ADB is #EC6524. Grayscale: #787878. Windows color (decimal): -15492389 or 14391827. OLE color: 14391827.
HSL color Cylindrical-coordinate representation of color #139ADB: hue angle of 199.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139ADB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 154 | 219 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.14 |
| HSL | 199.5º | 0.84% | 0.47% | - |
| HSV(B) | 199.5º | 0.91% | 0.86% | - |
| XYZ | 24.61 | 28.36 | 71.2 | - |
| YUV | 121.05 | 183.27 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 219 | 0.91 | 0.30 | 0 | 0.14 | 199.5 | 0.84 | 0.47 |
| Hex | 13 | 9A | DB | 5B | 1E | 0 | E | C8 | 54 | 2F |
| Octal | 23 | 232 | 333 | 133 | 36 | 0 | 16 | 310 | 124 | 57 |
| Binary | 10011 | 10011010 | 11011011 | 1011011 | 11110 | 0 | 1110 | 11001000 | 1010100 | 101111 |
Color Harmonies of #139ADB
Complementary color
Monochromatic Colors of #139ADB
Black with #139ADB
Text Example
Text Example
White with #139ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ADB; }
p { color: rgb(19,154,219); }
H1.HeaderClassName
{
color: #139ADB;
}
.AnyTagClassName
{
color: #139ADB;
}
</style>
background-color css
<style>
a { background-color: #139ADB; }
a { background-color: rgb(19,154,219); }
div.DivClassName
{
background-color: #139ADB;
}
.BgClassName
{
background-color: #139ADB;
}
</style>
border-color css
<style>
span { border-color: #139ADB; }
span { border-color: rgb(19,154,219); }
td.TdClassName
{
border-color: #139ADB;
}
.TagClassName
{
border-color: #139ADB;
}
</style>