Shades of Pacific Blue #139FC1
Tints of Pacific Blue #139FC1
RGB
CMYK
RGB Variations
Color information
#139FC1 (or 0x139FC1) is known color: Pacific Blue. HEX triplet: 13, 9F and C1. RGB value is (19,159,193). Sum of RGB (Red+Green+Blue) = 19+159+193=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #139FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FC1 is #EC603E. Grayscale: #787878. Windows color (decimal): -15491135 or 12689171. OLE color: 12689171.
HSL color Cylindrical-coordinate representation of color #139FC1: hue angle of 191.72º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139FC1 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 159 | 193 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.24 |
| HSL | 191.72º | 0.82% | 0.42% | - |
| HSV(B) | 191.72º | 0.9% | 0.76% | - |
| XYZ | 22.29 | 28.78 | 54.83 | - |
| YUV | 121.02 | 168.62 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 193 | 0.90 | 0.18 | 0 | 0.24 | 191.72 | 0.82 | 0.42 |
| Hex | 13 | 9F | C1 | 5A | 12 | 0 | 18 | C0 | 52 | 2A |
| Octal | 23 | 237 | 301 | 132 | 22 | 0 | 30 | 300 | 122 | 52 |
| Binary | 10011 | 10011111 | 11000001 | 1011010 | 10010 | 0 | 11000 | 11000000 | 1010010 | 101010 |
Color Harmonies of #139FC1
Complementary color
Monochromatic Colors of #139FC1
Black with #139FC1
Text Example
Text Example
White with #139FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FC1; }
p { color: rgb(19,159,193); }
H1.HeaderClassName
{
color: #139FC1;
}
.AnyTagClassName
{
color: #139FC1;
}
</style>
background-color css
<style>
a { background-color: #139FC1; }
a { background-color: rgb(19,159,193); }
div.DivClassName
{
background-color: #139FC1;
}
.BgClassName
{
background-color: #139FC1;
}
</style>
border-color css
<style>
span { border-color: #139FC1; }
span { border-color: rgb(19,159,193); }
td.TdClassName
{
border-color: #139FC1;
}
.TagClassName
{
border-color: #139FC1;
}
</style>