Shades of Pacific Blue #139CCD
Tints of Pacific Blue #139CCD
RGB
CMYK
RGB Variations
Color information
#139CCD (or 0x139CCD) is known color: Pacific Blue. HEX triplet: 13, 9C and CD. RGB value is (19,156,205). Sum of RGB (Red+Green+Blue) = 19+156+205=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #139CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CCD is #EC6332. Grayscale: #787878. Windows color (decimal): -15491891 or 13474835. OLE color: 13474835.
HSL color Cylindrical-coordinate representation of color #139CCD: hue angle of 195.81º 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 #139CCD is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 156 | 205 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.20 |
| HSL | 195.81º | 0.83% | 0.44% | - |
| HSV(B) | 195.81º | 0.91% | 0.8% | - |
| XYZ | 23.18 | 28.32 | 62 | - |
| YUV | 120.62 | 175.61 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 205 | 0.91 | 0.24 | 0 | 0.20 | 195.81 | 0.83 | 0.44 |
| Hex | 13 | 9C | CD | 5B | 18 | 0 | 14 | C4 | 53 | 2C |
| Octal | 23 | 234 | 315 | 133 | 30 | 0 | 24 | 304 | 123 | 54 |
| Binary | 10011 | 10011100 | 11001101 | 1011011 | 11000 | 0 | 10100 | 11000100 | 1010011 | 101100 |
Color Harmonies of #139CCD
Complementary color
Monochromatic Colors of #139CCD
Black with #139CCD
Text Example
Text Example
White with #139CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CCD; }
p { color: rgb(19,156,205); }
H1.HeaderClassName
{
color: #139CCD;
}
.AnyTagClassName
{
color: #139CCD;
}
</style>
background-color css
<style>
a { background-color: #139CCD; }
a { background-color: rgb(19,156,205); }
div.DivClassName
{
background-color: #139CCD;
}
.BgClassName
{
background-color: #139CCD;
}
</style>
border-color css
<style>
span { border-color: #139CCD; }
span { border-color: rgb(19,156,205); }
td.TdClassName
{
border-color: #139CCD;
}
.TagClassName
{
border-color: #139CCD;
}
</style>