Shades of Pacific Blue #139CE0
Tints of Pacific Blue #139CE0
RGB
CMYK
RGB Variations
Color information
#139CE0 (or 0x139CE0) is known color: Pacific Blue. HEX triplet: 13, 9C and E0. RGB value is (19,156,224). Sum of RGB (Red+Green+Blue) = 19+156+224=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #139CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CE0 is #EC631F. Grayscale: #7A7A7A. Windows color (decimal): -15491872 or 14720019. OLE color: 14720019.
HSL color Cylindrical-coordinate representation of color #139CE0: hue angle of 199.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139CE0 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 156 | 224 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.12 |
| HSL | 199.9º | 0.84% | 0.48% | - |
| HSV(B) | 199.9º | 0.92% | 0.88% | - |
| XYZ | 25.61 | 29.3 | 74.83 | - |
| YUV | 122.79 | 185.11 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 224 | 0.92 | 0.30 | 0 | 0.12 | 199.9 | 0.84 | 0.48 |
| Hex | 13 | 9C | E0 | 5C | 1E | 0 | C | C8 | 54 | 30 |
| Octal | 23 | 234 | 340 | 134 | 36 | 0 | 14 | 310 | 124 | 60 |
| Binary | 10011 | 10011100 | 11100000 | 1011100 | 11110 | 0 | 1100 | 11001000 | 1010100 | 110000 |
Color Harmonies of #139CE0
Complementary color
Monochromatic Colors of #139CE0
Black with #139CE0
Text Example
Text Example
White with #139CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CE0; }
p { color: rgb(19,156,224); }
H1.HeaderClassName
{
color: #139CE0;
}
.AnyTagClassName
{
color: #139CE0;
}
</style>
background-color css
<style>
a { background-color: #139CE0; }
a { background-color: rgb(19,156,224); }
div.DivClassName
{
background-color: #139CE0;
}
.BgClassName
{
background-color: #139CE0;
}
</style>
border-color css
<style>
span { border-color: #139CE0; }
span { border-color: rgb(19,156,224); }
td.TdClassName
{
border-color: #139CE0;
}
.TagClassName
{
border-color: #139CE0;
}
</style>