Shades of Pacific Blue #139CE1
Tints of Pacific Blue #139CE1
RGB
CMYK
RGB Variations
Color information
#139CE1 (or 0x139CE1) is known color: Pacific Blue. HEX triplet: 13, 9C and E1. RGB value is (19,156,225). Sum of RGB (Red+Green+Blue) = 19+156+225=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #139CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CE1 is #EC631E. Grayscale: #7A7A7A. Windows color (decimal): -15491871 or 14785555. OLE color: 14785555.
HSL color Cylindrical-coordinate representation of color #139CE1: hue angle of 200.1º 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 #139CE1 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 156 | 225 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.12 |
| HSL | 200.1º | 0.84% | 0.48% | - |
| HSV(B) | 200.1º | 0.92% | 0.88% | - |
| XYZ | 25.75 | 29.35 | 75.54 | - |
| YUV | 122.9 | 185.61 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 225 | 0.92 | 0.31 | 0 | 0.12 | 200.1 | 0.84 | 0.48 |
| Hex | 13 | 9C | E1 | 5C | 1F | 0 | C | C8 | 54 | 30 |
| Octal | 23 | 234 | 341 | 134 | 37 | 0 | 14 | 310 | 124 | 60 |
| Binary | 10011 | 10011100 | 11100001 | 1011100 | 11111 | 0 | 1100 | 11001000 | 1010100 | 110000 |
Color Harmonies of #139CE1
Complementary color
Monochromatic Colors of #139CE1
Black with #139CE1
Text Example
Text Example
White with #139CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CE1; }
p { color: rgb(19,156,225); }
H1.HeaderClassName
{
color: #139CE1;
}
.AnyTagClassName
{
color: #139CE1;
}
</style>
background-color css
<style>
a { background-color: #139CE1; }
a { background-color: rgb(19,156,225); }
div.DivClassName
{
background-color: #139CE1;
}
.BgClassName
{
background-color: #139CE1;
}
</style>
border-color css
<style>
span { border-color: #139CE1; }
span { border-color: rgb(19,156,225); }
td.TdClassName
{
border-color: #139CE1;
}
.TagClassName
{
border-color: #139CE1;
}
</style>