Shades of Pacific Blue #139CC1
Tints of Pacific Blue #139CC1
RGB
CMYK
RGB Variations
Color information
#139CC1 (or 0x139CC1) is known color: Pacific Blue. HEX triplet: 13, 9C and C1. RGB value is (19,156,193). Sum of RGB (Red+Green+Blue) = 19+156+193=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #139CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CC1 is #EC633E. Grayscale: #767676. Windows color (decimal): -15491903 or 12688403. OLE color: 12688403.
HSL color Cylindrical-coordinate representation of color #139CC1: hue angle of 192.76º 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 #139CC1 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 156 | 193 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.24 |
| HSL | 192.76º | 0.82% | 0.42% | - |
| HSV(B) | 192.76º | 0.9% | 0.76% | - |
| XYZ | 21.78 | 27.77 | 54.66 | - |
| YUV | 119.26 | 169.61 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 193 | 0.90 | 0.19 | 0 | 0.24 | 192.76 | 0.82 | 0.42 |
| Hex | 13 | 9C | C1 | 5A | 13 | 0 | 18 | C1 | 52 | 2A |
| Octal | 23 | 234 | 301 | 132 | 23 | 0 | 30 | 301 | 122 | 52 |
| Binary | 10011 | 10011100 | 11000001 | 1011010 | 10011 | 0 | 11000 | 11000001 | 1010010 | 101010 |
Color Harmonies of #139CC1
Complementary color
Monochromatic Colors of #139CC1
Black with #139CC1
Text Example
Text Example
White with #139CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CC1; }
p { color: rgb(19,156,193); }
H1.HeaderClassName
{
color: #139CC1;
}
.AnyTagClassName
{
color: #139CC1;
}
</style>
background-color css
<style>
a { background-color: #139CC1; }
a { background-color: rgb(19,156,193); }
div.DivClassName
{
background-color: #139CC1;
}
.BgClassName
{
background-color: #139CC1;
}
</style>
border-color css
<style>
span { border-color: #139CC1; }
span { border-color: rgb(19,156,193); }
td.TdClassName
{
border-color: #139CC1;
}
.TagClassName
{
border-color: #139CC1;
}
</style>