Shades of Pacific Blue #139FCE
Tints of Pacific Blue #139FCE
RGB
CMYK
RGB Variations
Color information
#139FCE (or 0x139FCE) is known color: Pacific Blue. HEX triplet: 13, 9F and CE. RGB value is (19,159,206). Sum of RGB (Red+Green+Blue) = 19+159+206=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #139FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FCE is #EC6031. Grayscale: #7A7A7A. Windows color (decimal): -15491122 or 13541139. OLE color: 13541139.
HSL color Cylindrical-coordinate representation of color #139FCE: hue angle of 195.08º 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 #139FCE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 159 | 206 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.19 |
| HSL | 195.08º | 0.83% | 0.44% | - |
| HSV(B) | 195.08º | 0.91% | 0.81% | - |
| XYZ | 23.81 | 29.39 | 62.81 | - |
| YUV | 122.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 206 | 0.91 | 0.23 | 0 | 0.19 | 195.08 | 0.83 | 0.44 |
| Hex | 13 | 9F | CE | 5B | 17 | 0 | 13 | C3 | 53 | 2C |
| Octal | 23 | 237 | 316 | 133 | 27 | 0 | 23 | 303 | 123 | 54 |
| Binary | 10011 | 10011111 | 11001110 | 1011011 | 10111 | 0 | 10011 | 11000011 | 1010011 | 101100 |
Color Harmonies of #139FCE
Complementary color
Monochromatic Colors of #139FCE
Black with #139FCE
Text Example
Text Example
White with #139FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FCE; }
p { color: rgb(19,159,206); }
H1.HeaderClassName
{
color: #139FCE;
}
.AnyTagClassName
{
color: #139FCE;
}
</style>
background-color css
<style>
a { background-color: #139FCE; }
a { background-color: rgb(19,159,206); }
div.DivClassName
{
background-color: #139FCE;
}
.BgClassName
{
background-color: #139FCE;
}
</style>
border-color css
<style>
span { border-color: #139FCE; }
span { border-color: rgb(19,159,206); }
td.TdClassName
{
border-color: #139FCE;
}
.TagClassName
{
border-color: #139FCE;
}
</style>