Shades of Pacific Blue #139FC8
Tints of Pacific Blue #139FC8
RGB
CMYK
RGB Variations
Color information
#139FC8 (or 0x139FC8) is known color: Pacific Blue. HEX triplet: 13, 9F and C8. RGB value is (19,159,200). Sum of RGB (Red+Green+Blue) = 19+159+200=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #139FC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FC8 is #EC6037. Grayscale: #797979. Windows color (decimal): -15491128 or 13147923. OLE color: 13147923.
HSL color Cylindrical-coordinate representation of color #139FC8: hue angle of 193.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139FC8 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 159 | 200 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.22 |
| HSL | 193.59º | 0.83% | 0.43% | - |
| HSV(B) | 193.59º | 0.91% | 0.78% | - |
| XYZ | 23.09 | 29.1 | 59.04 | - |
| YUV | 121.81 | 172.12 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 200 | 0.90 | 0.20 | 0 | 0.22 | 193.59 | 0.83 | 0.43 |
| Hex | 13 | 9F | C8 | 5A | 14 | 0 | 16 | C2 | 53 | 2B |
| Octal | 23 | 237 | 310 | 132 | 24 | 0 | 26 | 302 | 123 | 53 |
| Binary | 10011 | 10011111 | 11001000 | 1011010 | 10100 | 0 | 10110 | 11000010 | 1010011 | 101011 |
Color Harmonies of #139FC8
Complementary color
Monochromatic Colors of #139FC8
Black with #139FC8
Text Example
Text Example
White with #139FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FC8; }
p { color: rgb(19,159,200); }
H1.HeaderClassName
{
color: #139FC8;
}
.AnyTagClassName
{
color: #139FC8;
}
</style>
background-color css
<style>
a { background-color: #139FC8; }
a { background-color: rgb(19,159,200); }
div.DivClassName
{
background-color: #139FC8;
}
.BgClassName
{
background-color: #139FC8;
}
</style>
border-color css
<style>
span { border-color: #139FC8; }
span { border-color: rgb(19,159,200); }
td.TdClassName
{
border-color: #139FC8;
}
.TagClassName
{
border-color: #139FC8;
}
</style>