Shades of Pacific Blue #139FDA
Tints of Pacific Blue #139FDA
RGB
CMYK
RGB Variations
Color information
#139FDA (or 0x139FDA) is known color: Pacific Blue. HEX triplet: 13, 9F and DA. RGB value is (19,159,218). Sum of RGB (Red+Green+Blue) = 19+159+218=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #139FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FDA is #EC6025. Grayscale: #7B7B7B. Windows color (decimal): -15491110 or 14327571. OLE color: 14327571.
HSL color Cylindrical-coordinate representation of color #139FDA: hue angle of 197.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139FDA is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 159 | 218 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.15 |
| HSL | 197.79º | 0.84% | 0.46% | - |
| HSV(B) | 197.79º | 0.91% | 0.85% | - |
| XYZ | 25.32 | 30 | 70.79 | - |
| YUV | 123.87 | 181.12 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 218 | 0.91 | 0.27 | 0 | 0.15 | 197.79 | 0.84 | 0.46 |
| Hex | 13 | 9F | DA | 5B | 1B | 0 | F | C6 | 54 | 2E |
| Octal | 23 | 237 | 332 | 133 | 33 | 0 | 17 | 306 | 124 | 56 |
| Binary | 10011 | 10011111 | 11011010 | 1011011 | 11011 | 0 | 1111 | 11000110 | 1010100 | 101110 |
Color Harmonies of #139FDA
Complementary color
Monochromatic Colors of #139FDA
Black with #139FDA
Text Example
Text Example
White with #139FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FDA; }
p { color: rgb(19,159,218); }
H1.HeaderClassName
{
color: #139FDA;
}
.AnyTagClassName
{
color: #139FDA;
}
</style>
background-color css
<style>
a { background-color: #139FDA; }
a { background-color: rgb(19,159,218); }
div.DivClassName
{
background-color: #139FDA;
}
.BgClassName
{
background-color: #139FDA;
}
</style>
border-color css
<style>
span { border-color: #139FDA; }
span { border-color: rgb(19,159,218); }
td.TdClassName
{
border-color: #139FDA;
}
.TagClassName
{
border-color: #139FDA;
}
</style>