Shades of Pacific Blue #139BCB
Tints of Pacific Blue #139BCB
RGB
CMYK
RGB Variations
Color information
#139BCB (or 0x139BCB) is known color: Pacific Blue. HEX triplet: 13, 9B and CB. RGB value is (19,155,203). Sum of RGB (Red+Green+Blue) = 19+155+203=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #139BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BCB is #EC6434. Grayscale: #777777. Windows color (decimal): -15492149 or 13343507. OLE color: 13343507.
HSL color Cylindrical-coordinate representation of color #139BCB: hue angle of 195.65º 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 #139BCB is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 155 | 203 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.20 |
| HSL | 195.65º | 0.83% | 0.44% | - |
| HSV(B) | 195.65º | 0.91% | 0.8% | - |
| XYZ | 22.77 | 27.89 | 60.68 | - |
| YUV | 119.81 | 174.94 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 203 | 0.91 | 0.24 | 0 | 0.20 | 195.65 | 0.83 | 0.44 |
| Hex | 13 | 9B | CB | 5B | 18 | 0 | 14 | C4 | 53 | 2C |
| Octal | 23 | 233 | 313 | 133 | 30 | 0 | 24 | 304 | 123 | 54 |
| Binary | 10011 | 10011011 | 11001011 | 1011011 | 11000 | 0 | 10100 | 11000100 | 1010011 | 101100 |
Color Harmonies of #139BCB
Complementary color
Monochromatic Colors of #139BCB
Black with #139BCB
Text Example
Text Example
White with #139BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BCB; }
p { color: rgb(19,155,203); }
H1.HeaderClassName
{
color: #139BCB;
}
.AnyTagClassName
{
color: #139BCB;
}
</style>
background-color css
<style>
a { background-color: #139BCB; }
a { background-color: rgb(19,155,203); }
div.DivClassName
{
background-color: #139BCB;
}
.BgClassName
{
background-color: #139BCB;
}
</style>
border-color css
<style>
span { border-color: #139BCB; }
span { border-color: rgb(19,155,203); }
td.TdClassName
{
border-color: #139BCB;
}
.TagClassName
{
border-color: #139BCB;
}
</style>