#139DBE

Color #139DBE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #139DBE

Tints of Pacific Blue #139DBE

Color information

#139DBE (or 0x139DBE) is unknown color: approx Pacific Blue. HEX triplet: 13, 9D and BE. RGB value is (19,157,190). Sum of RGB (Red+Green+Blue) = 19+157+190=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #139DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DBE is #EC6241. Grayscale: #777777. Windows color (decimal): -15491650 or 12492051. OLE color: 12492051.

HSL color Cylindrical-coordinate representation of color #139DBE: hue angle of 191.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139DBE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19157190-
CMYK0.900.1700.25
HSL191.58º81.82%40.98%-
HSV(B)191.58º90%74.51%-
XYZ21.6227.9752.97-
YUV119.5167.7856.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 5.19%
GREEN value IS 157 (61.72% from 255) = 42.90%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=5.19%
G=42.90%
B=51.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191571900.900.1700.25191.5881.8240.98
Hex139DBE5A11019c05229
Octal232352761322103130012251
Binary100111001110110111110101101010001011001110000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139DBE; }

 p { color: rgb(19,157,190); }

 H1.HeaderClassName
 {
   color: #139DBE;
 }
 .AnyTagClassName
 {
   color: #139DBE;
 }
</style>
background-color css

<style>
 a { background-color: #139DBE; }

 a { background-color: rgb(19,157,190); }

 div.DivClassName
 {
   background-color: #139DBE;
 }
 .BgClassName
 {
   background-color: #139DBE;
 }
</style>
border-color css

<style>
 span { border-color: #139DBE; }

 span { border-color: rgb(19,157,190); }

 td.TdClassName
 {
   border-color: #139DBE;
 }
 .TagClassName
 {
   border-color: #139DBE;
 }
</style>