Shades of Pacific Blue #139ACC
Tints of Pacific Blue #139ACC
RGB
CMYK
RGB Variations
Color information
#139ACC (or 0x139ACC) is known color: Pacific Blue. HEX triplet: 13, 9A and CC. RGB value is (19,154,204). Sum of RGB (Red+Green+Blue) = 19+154+204=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #139ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ACC is #EC6533. Grayscale: #777777. Windows color (decimal): -15492404 or 13408787. OLE color: 13408787.
HSL color Cylindrical-coordinate representation of color #139ACC: hue angle of 196.22º 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 #139ACC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 154 | 204 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.2 |
| HSL | 196.22º | 0.83% | 0.44% | - |
| HSV(B) | 196.22º | 0.91% | 0.8% | - |
| XYZ | 22.72 | 27.61 | 61.26 | - |
| YUV | 119.34 | 175.77 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 204 | 0.91 | 0.25 | 0 | 0.2 | 196.22 | 0.83 | 0.44 |
| Hex | 13 | 9A | CC | 5B | 19 | 0 | 14 | C4 | 53 | 2C |
| Octal | 23 | 232 | 314 | 133 | 31 | 0 | 24 | 304 | 123 | 54 |
| Binary | 10011 | 10011010 | 11001100 | 1011011 | 11001 | 0 | 10100 | 11000100 | 1010011 | 101100 |
Color Harmonies of #139ACC
Complementary color
Monochromatic Colors of #139ACC
Black with #139ACC
Text Example
Text Example
White with #139ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ACC; }
p { color: rgb(19,154,204); }
H1.HeaderClassName
{
color: #139ACC;
}
.AnyTagClassName
{
color: #139ACC;
}
</style>
background-color css
<style>
a { background-color: #139ACC; }
a { background-color: rgb(19,154,204); }
div.DivClassName
{
background-color: #139ACC;
}
.BgClassName
{
background-color: #139ACC;
}
</style>
border-color css
<style>
span { border-color: #139ACC; }
span { border-color: rgb(19,154,204); }
td.TdClassName
{
border-color: #139ACC;
}
.TagClassName
{
border-color: #139ACC;
}
</style>