Shades of Pacific Blue #139CCC
Tints of Pacific Blue #139CCC
RGB
CMYK
RGB Variations
Color information
#139CCC (or 0x139CCC) is known color: Pacific Blue. HEX triplet: 13, 9C and CC. RGB value is (19,156,204). Sum of RGB (Red+Green+Blue) = 19+156+204=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #139CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CCC is #EC6333. Grayscale: #787878. Windows color (decimal): -15491892 or 13409299. OLE color: 13409299.
HSL color Cylindrical-coordinate representation of color #139CCC: hue angle of 195.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CCC is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 156 | 204 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.2 |
| HSL | 195.57º | 0.83% | 0.44% | - |
| HSV(B) | 195.57º | 0.91% | 0.8% | - |
| XYZ | 23.06 | 28.28 | 61.37 | - |
| YUV | 120.51 | 175.11 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 204 | 0.91 | 0.24 | 0 | 0.2 | 195.57 | 0.83 | 0.44 |
| Hex | 13 | 9C | CC | 5B | 18 | 0 | 14 | C4 | 53 | 2C |
| Octal | 23 | 234 | 314 | 133 | 30 | 0 | 24 | 304 | 123 | 54 |
| Binary | 10011 | 10011100 | 11001100 | 1011011 | 11000 | 0 | 10100 | 11000100 | 1010011 | 101100 |
Color Harmonies of #139CCC
Complementary color
Monochromatic Colors of #139CCC
Black with #139CCC
Text Example
Text Example
White with #139CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CCC; }
p { color: rgb(19,156,204); }
H1.HeaderClassName
{
color: #139CCC;
}
.AnyTagClassName
{
color: #139CCC;
}
</style>
background-color css
<style>
a { background-color: #139CCC; }
a { background-color: rgb(19,156,204); }
div.DivClassName
{
background-color: #139CCC;
}
.BgClassName
{
background-color: #139CCC;
}
</style>
border-color css
<style>
span { border-color: #139CCC; }
span { border-color: rgb(19,156,204); }
td.TdClassName
{
border-color: #139CCC;
}
.TagClassName
{
border-color: #139CCC;
}
</style>