Html Css Color HEX #139EC1 Pacific Blue

📋 copy color: '#139EC1'

red 19 ◦ green 158 ◦ blue 193

#139EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #139EC1

Tints of Pacific Blue #139EC1

RGB

 RED value IS 19 (7.81% from 255) = 5.14%

 GREEN value IS 158 (62.11% from 255) = 42.7%

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 5.14%
G = 42.7%
B = 52.16%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#139EC1 (or 0x139EC1) is known color: Pacific Blue. HEX triplet: 13, 9E and C1. RGB value is (19,158,193). Sum of RGB (Red+Green+Blue) = 19+158+193=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #139EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EC1 is #EC613E. Grayscale: #787878. Windows color (decimal): -15491391 or 12688915. OLE color: 12688915.

HSL color Cylindrical-coordinate representation of color #139EC1: hue angle of 192.07º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139EC1 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 158 193 -
CMYK 0.90 0.18 0 0.24
HSL 192.07º 0.82% 0.42% -
HSV(B) 192.07º 0.9% 0.76% -
XYZ 22.12 28.44 54.78 -
YUV 120.43 168.95 55.65 -
System Red Green Blue C M Y K H S L
Decimal 19 158 193 0.90 0.18 0 0.24 192.07 0.82 0.42
Hex 13 9E C1 5A 12 0 18 C0 52 2A
Octal 23 236 301 132 22 0 30 300 122 52
Binary 10011 10011110 11000001 1011010 10010 0 11000 11000000 1010010 101010

Color Harmonies of #139EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EC1

Black with #139EC1

Text Example


Text Example

White with #139EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #139EC1;
 }
 .AnyTagClassName
 {
   color: #139EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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