#139ECD

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

Shades of Pacific Blue #139ECD

Tints of Pacific Blue #139ECD

Color information

#139ECD (or 0x139ECD) is unknown color: approx Pacific Blue. HEX triplet: 13, 9E and CD. RGB value is (19,158,205). Sum of RGB (Red+Green+Blue) = 19+158+205=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #139ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ECD is #EC6132. Grayscale: #797979. Windows color (decimal): -15491379 or 13475347. OLE color: 13475347.

HSL color Cylindrical-coordinate representation of color #139ECD: hue angle of 195.16º 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 #139ECD is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19158205-
CMYK0.910.2300.20
HSL195.16º83.04%43.92%-
HSV(B)195.16º90.73%80.39%-
XYZ23.512962.12-
YUV121.8174.9554.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.97%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=4.97%
G=41.36%
B=53.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191582050.910.2300.20195.1683.0443.92
Hex139ECD5B17014c3532c
Octal232363151332702430312354
Binary100111001111011001101101101110111010100110000111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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