Shades of Pacific Blue #139ED7
Tints of Pacific Blue #139ED7
RGB
CMYK
RGB Variations
Color information
#139ED7 (or 0x139ED7) is known color: Pacific Blue. HEX triplet: 13, 9E and D7. RGB value is (19,158,215). Sum of RGB (Red+Green+Blue) = 19+158+215=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #139ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ED7 is #EC6128. Grayscale: #7A7A7A. Windows color (decimal): -15491369 or 14130707. OLE color: 14130707.
HSL color Cylindrical-coordinate representation of color #139ED7: hue angle of 197.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139ED7 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 158 | 215 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.16 |
| HSL | 197.45º | 0.84% | 0.46% | - |
| HSV(B) | 197.45º | 0.91% | 0.84% | - |
| XYZ | 24.76 | 29.5 | 68.68 | - |
| YUV | 122.94 | 179.95 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 215 | 0.91 | 0.27 | 0 | 0.16 | 197.45 | 0.84 | 0.46 |
| Hex | 13 | 9E | D7 | 5B | 1B | 0 | 10 | C5 | 54 | 2E |
| Octal | 23 | 236 | 327 | 133 | 33 | 0 | 20 | 305 | 124 | 56 |
| Binary | 10011 | 10011110 | 11010111 | 1011011 | 11011 | 0 | 10000 | 11000101 | 1010100 | 101110 |
Color Harmonies of #139ED7
Complementary color
Monochromatic Colors of #139ED7
Black with #139ED7
Text Example
Text Example
White with #139ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ED7; }
p { color: rgb(19,158,215); }
H1.HeaderClassName
{
color: #139ED7;
}
.AnyTagClassName
{
color: #139ED7;
}
</style>
background-color css
<style>
a { background-color: #139ED7; }
a { background-color: rgb(19,158,215); }
div.DivClassName
{
background-color: #139ED7;
}
.BgClassName
{
background-color: #139ED7;
}
</style>
border-color css
<style>
span { border-color: #139ED7; }
span { border-color: rgb(19,158,215); }
td.TdClassName
{
border-color: #139ED7;
}
.TagClassName
{
border-color: #139ED7;
}
</style>