Shades of Pacific Blue #139BDC
Tints of Pacific Blue #139BDC
RGB
CMYK
RGB Variations
Color information
#139BDC (or 0x139BDC) is known color: Pacific Blue. HEX triplet: 13, 9B and DC. RGB value is (19,155,220). Sum of RGB (Red+Green+Blue) = 19+155+220=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #139BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BDC is #EC6423. Grayscale: #797979. Windows color (decimal): -15492132 or 14457619. OLE color: 14457619.
HSL color Cylindrical-coordinate representation of color #139BDC: hue angle of 199.4º 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 #139BDC is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 155 | 220 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.14 |
| HSL | 199.4º | 0.84% | 0.47% | - |
| HSV(B) | 199.4º | 0.91% | 0.86% | - |
| XYZ | 24.91 | 28.75 | 71.95 | - |
| YUV | 121.75 | 183.44 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 220 | 0.91 | 0.30 | 0 | 0.14 | 199.4 | 0.84 | 0.47 |
| Hex | 13 | 9B | DC | 5B | 1E | 0 | E | C7 | 54 | 2F |
| Octal | 23 | 233 | 334 | 133 | 36 | 0 | 16 | 307 | 124 | 57 |
| Binary | 10011 | 10011011 | 11011100 | 1011011 | 11110 | 0 | 1110 | 11000111 | 1010100 | 101111 |
Color Harmonies of #139BDC
Complementary color
Monochromatic Colors of #139BDC
Black with #139BDC
Text Example
Text Example
White with #139BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BDC; }
p { color: rgb(19,155,220); }
H1.HeaderClassName
{
color: #139BDC;
}
.AnyTagClassName
{
color: #139BDC;
}
</style>
background-color css
<style>
a { background-color: #139BDC; }
a { background-color: rgb(19,155,220); }
div.DivClassName
{
background-color: #139BDC;
}
.BgClassName
{
background-color: #139BDC;
}
</style>
border-color css
<style>
span { border-color: #139BDC; }
span { border-color: rgb(19,155,220); }
td.TdClassName
{
border-color: #139BDC;
}
.TagClassName
{
border-color: #139BDC;
}
</style>