Shades of Pacific Blue #139BCF
Tints of Pacific Blue #139BCF
RGB
CMYK
RGB Variations
Color information
#139BCF (or 0x139BCF) is known color: Pacific Blue. HEX triplet: 13, 9B and CF. RGB value is (19,155,207). Sum of RGB (Red+Green+Blue) = 19+155+207=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #139BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BCF is #EC6430. Grayscale: #777777. Windows color (decimal): -15492145 or 13605651. OLE color: 13605651.
HSL color Cylindrical-coordinate representation of color #139BCF: hue angle of 196.6º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139BCF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 155 | 207 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.19 |
| HSL | 196.6º | 0.83% | 0.44% | - |
| HSV(B) | 196.6º | 0.91% | 0.81% | - |
| XYZ | 23.25 | 28.09 | 63.23 | - |
| YUV | 120.26 | 176.94 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 207 | 0.91 | 0.25 | 0 | 0.19 | 196.6 | 0.83 | 0.44 |
| Hex | 13 | 9B | CF | 5B | 19 | 0 | 13 | C5 | 53 | 2C |
| Octal | 23 | 233 | 317 | 133 | 31 | 0 | 23 | 305 | 123 | 54 |
| Binary | 10011 | 10011011 | 11001111 | 1011011 | 11001 | 0 | 10011 | 11000101 | 1010011 | 101100 |
Color Harmonies of #139BCF
Complementary color
Monochromatic Colors of #139BCF
Black with #139BCF
Text Example
Text Example
White with #139BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BCF; }
p { color: rgb(19,155,207); }
H1.HeaderClassName
{
color: #139BCF;
}
.AnyTagClassName
{
color: #139BCF;
}
</style>
background-color css
<style>
a { background-color: #139BCF; }
a { background-color: rgb(19,155,207); }
div.DivClassName
{
background-color: #139BCF;
}
.BgClassName
{
background-color: #139BCF;
}
</style>
border-color css
<style>
span { border-color: #139BCF; }
span { border-color: rgb(19,155,207); }
td.TdClassName
{
border-color: #139BCF;
}
.TagClassName
{
border-color: #139BCF;
}
</style>