Html Css Color HEX #139BC5 Pacific Blue

📋 copy color: '#139BC5'

red 19 ◦ green 155 ◦ blue 197

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

Shades of Pacific Blue #139BC5

Tints of Pacific Blue #139BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.1%

R = 5.12%
G = 41.78%
B = 53.1%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#139BC5 (or 0x139BC5) is known color: Pacific Blue. HEX triplet: 13, 9B and C5. RGB value is (19,155,197). Sum of RGB (Red+Green+Blue) = 19+155+197=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #139BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BC5 is #EC643A. Grayscale: #767676. Windows color (decimal): -15492155 or 12950291. OLE color: 12950291.

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

Color convert

RGB 19 155 197 -
CMYK 0.90 0.21 0 0.23
HSL 194.16º 0.82% 0.42% -
HSV(B) 194.16º 0.9% 0.77% -
XYZ 22.07 27.61 56.99 -
YUV 119.12 171.94 56.58 -
System Red Green Blue C M Y K H S L
Decimal 19 155 197 0.90 0.21 0 0.23 194.16 0.82 0.42
Hex 13 9B C5 5A 15 0 17 C2 52 2A
Octal 23 233 305 132 25 0 27 302 122 52
Binary 10011 10011011 11000101 1011010 10101 0 10111 11000010 1010010 101010

Color Harmonies of #139BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BC5

Black with #139BC5

Text Example


Text Example

White with #139BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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