Html Css Color HEX #139BC6 Pacific Blue

📋 copy color: '#139BC6'

red 19 ◦ green 155 ◦ blue 198

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

Shades of Pacific Blue #139BC6

Tints of Pacific Blue #139BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.23%

R = 5.11%
G = 41.67%
B = 53.23%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#139BC6 (or 0x139BC6) is known color: Pacific Blue. HEX triplet: 13, 9B and C6. RGB value is (19,155,198). Sum of RGB (Red+Green+Blue) = 19+155+198=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 198 (77.73% from 255 or 53.23% from 372); Max value from RGB is 198 - color contains mainly: blue. Hex color #139BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BC6 is #EC6439. Grayscale: #767676. Windows color (decimal): -15492154 or 13015827. OLE color: 13015827.

HSL color Cylindrical-coordinate representation of color #139BC6: hue angle of 194.41º degrees, saturation: 0.82, 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 #139BC6 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 155 198 -
CMYK 0.90 0.22 0 0.22
HSL 194.41º 0.82% 0.43% -
HSV(B) 194.41º 0.9% 0.78% -
XYZ 22.18 27.66 57.6 -
YUV 119.24 172.44 56.5 -
System Red Green Blue C M Y K H S L
Decimal 19 155 198 0.90 0.22 0 0.22 194.41 0.82 0.43
Hex 13 9B C6 5A 16 0 16 C2 52 2B
Octal 23 233 306 132 26 0 26 302 122 53
Binary 10011 10011011 11000110 1011010 10110 0 10110 11000010 1010010 101011

Color Harmonies of #139BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BC6

Black with #139BC6

Text Example


Text Example

White with #139BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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