Shades of Pacific Blue #139CCF
Tints of Pacific Blue #139CCF
RGB
CMYK
RGB Variations
Color information
#139CCF (or 0x139CCF) is known color: Pacific Blue. HEX triplet: 13, 9C and CF. RGB value is (19,156,207). Sum of RGB (Red+Green+Blue) = 19+156+207=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #139CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CCF is #EC6330. Grayscale: #787878. Windows color (decimal): -15491889 or 13605907. OLE color: 13605907.
HSL color Cylindrical-coordinate representation of color #139CCF: hue angle of 196.28º 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 #139CCF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 156 | 207 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.19 |
| HSL | 196.28º | 0.83% | 0.44% | - |
| HSV(B) | 196.28º | 0.91% | 0.81% | - |
| XYZ | 23.42 | 28.42 | 63.28 | - |
| YUV | 120.85 | 176.61 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 207 | 0.91 | 0.25 | 0 | 0.19 | 196.28 | 0.83 | 0.44 |
| Hex | 13 | 9C | CF | 5B | 19 | 0 | 13 | C4 | 53 | 2C |
| Octal | 23 | 234 | 317 | 133 | 31 | 0 | 23 | 304 | 123 | 54 |
| Binary | 10011 | 10011100 | 11001111 | 1011011 | 11001 | 0 | 10011 | 11000100 | 1010011 | 101100 |
Color Harmonies of #139CCF
Complementary color
Monochromatic Colors of #139CCF
Black with #139CCF
Text Example
Text Example
White with #139CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CCF; }
p { color: rgb(19,156,207); }
H1.HeaderClassName
{
color: #139CCF;
}
.AnyTagClassName
{
color: #139CCF;
}
</style>
background-color css
<style>
a { background-color: #139CCF; }
a { background-color: rgb(19,156,207); }
div.DivClassName
{
background-color: #139CCF;
}
.BgClassName
{
background-color: #139CCF;
}
</style>
border-color css
<style>
span { border-color: #139CCF; }
span { border-color: rgb(19,156,207); }
td.TdClassName
{
border-color: #139CCF;
}
.TagClassName
{
border-color: #139CCF;
}
</style>