Html Css Color HEX #139BBE Pacific Blue

📋 copy color: '#139BBE'

red 19 ◦ green 155 ◦ blue 190

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

Shades of Pacific Blue #139BBE

Tints of Pacific Blue #139BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 5.22%
G = 42.58%
B = 52.2%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#139BBE (or 0x139BBE) is known color: Pacific Blue. HEX triplet: 13, 9B and BE. RGB value is (19,155,190). Sum of RGB (Red+Green+Blue) = 19+155+190=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #139BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BBE is #EC6441. Grayscale: #767676. Windows color (decimal): -15492162 or 12491539. OLE color: 12491539.

HSL color Cylindrical-coordinate representation of color #139BBE: hue angle of 192.28º 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 #139BBE is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 155 190 -
CMYK 0.90 0.18 0 0.25
HSL 192.28º 0.82% 0.41% -
HSV(B) 192.28º 0.9% 0.75% -
XYZ 21.28 27.3 52.86 -
YUV 118.33 168.44 57.15 -
System Red Green Blue C M Y K H S L
Decimal 19 155 190 0.90 0.18 0 0.25 192.28 0.82 0.41
Hex 13 9B BE 5A 12 0 19 C0 52 29
Octal 23 233 276 132 22 0 31 300 122 51
Binary 10011 10011011 10111110 1011010 10010 0 11001 11000000 1010010 101001

Color Harmonies of #139BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BBE

Black with #139BBE

Text Example


Text Example

White with #139BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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