Shades of Pacific Blue #139ACB
Tints of Pacific Blue #139ACB
RGB
CMYK
RGB Variations
Color information
#139ACB (or 0x139ACB) is known color: Pacific Blue. HEX triplet: 13, 9A and CB. RGB value is (19,154,203). Sum of RGB (Red+Green+Blue) = 19+154+203=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #139ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ACB is #EC6534. Grayscale: #767676. Windows color (decimal): -15492405 or 13343251. OLE color: 13343251.
HSL color Cylindrical-coordinate representation of color #139ACB: hue angle of 195.98º 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 #139ACB is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 154 | 203 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.20 |
| HSL | 195.98º | 0.83% | 0.44% | - |
| HSV(B) | 195.98º | 0.91% | 0.8% | - |
| XYZ | 22.6 | 27.56 | 60.63 | - |
| YUV | 119.22 | 175.27 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 203 | 0.91 | 0.24 | 0 | 0.20 | 195.98 | 0.83 | 0.44 |
| Hex | 13 | 9A | CB | 5B | 18 | 0 | 14 | C4 | 53 | 2C |
| Octal | 23 | 232 | 313 | 133 | 30 | 0 | 24 | 304 | 123 | 54 |
| Binary | 10011 | 10011010 | 11001011 | 1011011 | 11000 | 0 | 10100 | 11000100 | 1010011 | 101100 |
Color Harmonies of #139ACB
Complementary color
Monochromatic Colors of #139ACB
Black with #139ACB
Text Example
Text Example
White with #139ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139ACB; }
p { color: rgb(19,154,203); }
H1.HeaderClassName
{
color: #139ACB;
}
.AnyTagClassName
{
color: #139ACB;
}
</style>
background-color css
<style>
a { background-color: #139ACB; }
a { background-color: rgb(19,154,203); }
div.DivClassName
{
background-color: #139ACB;
}
.BgClassName
{
background-color: #139ACB;
}
</style>
border-color css
<style>
span { border-color: #139ACB; }
span { border-color: rgb(19,154,203); }
td.TdClassName
{
border-color: #139ACB;
}
.TagClassName
{
border-color: #139ACB;
}
</style>