Shades of Pacific Blue #139ECF
Tints of Pacific Blue #139ECF
RGB
CMYK
RGB Variations
Color information
#139ECF (or 0x139ECF) is known color: Pacific Blue. HEX triplet: 13, 9E and CF. RGB value is (19,158,207). Sum of RGB (Red+Green+Blue) = 19+158+207=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #139ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ECF is #EC6130. Grayscale: #797979. Windows color (decimal): -15491377 or 13606419. OLE color: 13606419.
HSL color Cylindrical-coordinate representation of color #139ECF: hue angle of 195.64º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139ECF is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 158 | 207 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.19 |
| HSL | 195.64º | 0.83% | 0.44% | - |
| HSV(B) | 195.64º | 0.91% | 0.81% | - |
| XYZ | 23.76 | 29.1 | 63.4 | - |
| YUV | 122.03 | 175.95 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 207 | 0.91 | 0.24 | 0 | 0.19 | 195.64 | 0.83 | 0.44 |
| Hex | 13 | 9E | CF | 5B | 18 | 0 | 13 | C4 | 53 | 2C |
| Octal | 23 | 236 | 317 | 133 | 30 | 0 | 23 | 304 | 123 | 54 |
| Binary | 10011 | 10011110 | 11001111 | 1011011 | 11000 | 0 | 10011 | 11000100 | 1010011 | 101100 |
Color Harmonies of #139ECF
Complementary color
Monochromatic Colors of #139ECF
Black with #139ECF
Text Example
Text Example
White with #139ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ECF; }
p { color: rgb(19,158,207); }
H1.HeaderClassName
{
color: #139ECF;
}
.AnyTagClassName
{
color: #139ECF;
}
</style>
background-color css
<style>
a { background-color: #139ECF; }
a { background-color: rgb(19,158,207); }
div.DivClassName
{
background-color: #139ECF;
}
.BgClassName
{
background-color: #139ECF;
}
</style>
border-color css
<style>
span { border-color: #139ECF; }
span { border-color: rgb(19,158,207); }
td.TdClassName
{
border-color: #139ECF;
}
.TagClassName
{
border-color: #139ECF;
}
</style>