Shades of Pacific Blue #139CDF
Tints of Pacific Blue #139CDF
RGB
CMYK
RGB Variations
Color information
#139CDF (or 0x139CDF) is known color: Pacific Blue. HEX triplet: 13, 9C and DF. RGB value is (19,156,223). Sum of RGB (Red+Green+Blue) = 19+156+223=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #139CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CDF is #EC6320. Grayscale: #7A7A7A. Windows color (decimal): -15491873 or 14654483. OLE color: 14654483.
HSL color Cylindrical-coordinate representation of color #139CDF: hue angle of 199.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CDF is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 156 | 223 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 199.71º | 0.84% | 0.47% | - |
| HSV(B) | 199.71º | 0.91% | 0.87% | - |
| XYZ | 25.48 | 29.24 | 74.11 | - |
| YUV | 122.68 | 184.61 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 223 | 0.91 | 0.30 | 0 | 0.13 | 199.71 | 0.84 | 0.47 |
| Hex | 13 | 9C | DF | 5B | 1E | 0 | D | C8 | 54 | 2F |
| Octal | 23 | 234 | 337 | 133 | 36 | 0 | 15 | 310 | 124 | 57 |
| Binary | 10011 | 10011100 | 11011111 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010100 | 101111 |
Color Harmonies of #139CDF
Complementary color
Monochromatic Colors of #139CDF
Black with #139CDF
Text Example
Text Example
White with #139CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CDF; }
p { color: rgb(19,156,223); }
H1.HeaderClassName
{
color: #139CDF;
}
.AnyTagClassName
{
color: #139CDF;
}
</style>
background-color css
<style>
a { background-color: #139CDF; }
a { background-color: rgb(19,156,223); }
div.DivClassName
{
background-color: #139CDF;
}
.BgClassName
{
background-color: #139CDF;
}
</style>
border-color css
<style>
span { border-color: #139CDF; }
span { border-color: rgb(19,156,223); }
td.TdClassName
{
border-color: #139CDF;
}
.TagClassName
{
border-color: #139CDF;
}
</style>