Html Css Color HEX #139EE1 Pacific Blue

📋 copy color: '#139EE1'

red 19 ◦ green 158 ◦ blue 225

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

Shades of Pacific Blue #139EE1

Tints of Pacific Blue #139EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 4.73%
G = 39.3%
B = 55.97%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#139EE1 (or 0x139EE1) is known color: Pacific Blue. HEX triplet: 13, 9E and E1. RGB value is (19,158,225). Sum of RGB (Red+Green+Blue) = 19+158+225=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #139EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139EE1 is #EC611E. Grayscale: #7B7B7B. Windows color (decimal): -15491359 or 14786067. OLE color: 14786067.

HSL color Cylindrical-coordinate representation of color #139EE1: hue angle of 199.51º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139EE1 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 158 225 -
CMYK 0.92 0.30 0 0.12
HSL 199.51º 0.84% 0.48% -
HSV(B) 199.51º 0.92% 0.88% -
XYZ 26.09 30.03 75.66 -
YUV 124.08 184.95 53.05 -
System Red Green Blue C M Y K H S L
Decimal 19 158 225 0.92 0.30 0 0.12 199.51 0.84 0.48
Hex 13 9E E1 5C 1E 0 C C8 54 30
Octal 23 236 341 134 36 0 14 310 124 60
Binary 10011 10011110 11100001 1011100 11110 0 1100 11001000 1010100 110000

Color Harmonies of #139EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139EE1

Black with #139EE1

Text Example


Text Example

White with #139EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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