#139EC7

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

Shades of Pacific Blue #139EC7

Tints of Pacific Blue #139EC7

Color information

#139EC7 (or 0x139EC7) is unknown color: approx Pacific Blue. HEX triplet: 13, 9E and C7. RGB value is (19,158,199). Sum of RGB (Red+Green+Blue) = 19+158+199=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #139EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EC7 is #EC6138. Grayscale: #787878. Windows color (decimal): -15491385 or 13082131. OLE color: 13082131.

HSL color Cylindrical-coordinate representation of color #139EC7: hue angle of 193.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139EC7 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19158199-
CMYK0.900.2100.22
HSL193.67º82.57%42.75%-
HSV(B)193.67º90.45%78.04%-
XYZ22.828.7258.37-
YUV121.11171.9555.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.05%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 199 (78.12% from 255) = 52.93%
R=5.05%
G=42.02%
B=52.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191581990.900.2100.22193.6782.5742.75
Hex139EC75A15016c2532b
Octal232363071322502630212353
Binary100111001111011000111101101010101010110110000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,158,199); }

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

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

 a { background-color: rgb(19,158,199); }

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

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

 span { border-color: rgb(19,158,199); }

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