Shades of Pacific Blue #139FDB
Tints of Pacific Blue #139FDB
RGB
CMYK
RGB Variations
Color information
#139FDB (or 0x139FDB) is known color: Pacific Blue. HEX triplet: 13, 9F and DB. RGB value is (19,159,219). Sum of RGB (Red+Green+Blue) = 19+159+219=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #139FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FDB is #EC6024. Grayscale: #7B7B7B. Windows color (decimal): -15491109 or 14393107. OLE color: 14393107.
HSL color Cylindrical-coordinate representation of color #139FDB: hue angle of 198º 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 #139FDB is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 159 | 219 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.14 |
| HSL | 198º | 0.84% | 0.47% | - |
| HSV(B) | 198º | 0.91% | 0.86% | - |
| XYZ | 25.45 | 30.05 | 71.48 | - |
| YUV | 123.98 | 181.62 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 219 | 0.91 | 0.27 | 0 | 0.14 | 198 | 0.84 | 0.47 |
| Hex | 13 | 9F | DB | 5B | 1B | 0 | E | C6 | 54 | 2F |
| Octal | 23 | 237 | 333 | 133 | 33 | 0 | 16 | 306 | 124 | 57 |
| Binary | 10011 | 10011111 | 11011011 | 1011011 | 11011 | 0 | 1110 | 11000110 | 1010100 | 101111 |
Color Harmonies of #139FDB
Complementary color
Monochromatic Colors of #139FDB
Black with #139FDB
Text Example
Text Example
White with #139FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FDB; }
p { color: rgb(19,159,219); }
H1.HeaderClassName
{
color: #139FDB;
}
.AnyTagClassName
{
color: #139FDB;
}
</style>
background-color css
<style>
a { background-color: #139FDB; }
a { background-color: rgb(19,159,219); }
div.DivClassName
{
background-color: #139FDB;
}
.BgClassName
{
background-color: #139FDB;
}
</style>
border-color css
<style>
span { border-color: #139FDB; }
span { border-color: rgb(19,159,219); }
td.TdClassName
{
border-color: #139FDB;
}
.TagClassName
{
border-color: #139FDB;
}
</style>