Html Css Color HEX #139DC5 Pacific Blue

📋 copy color: '#139DC5'

red 19 ◦ green 157 ◦ blue 197

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

Shades of Pacific Blue #139DC5

Tints of Pacific Blue #139DC5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

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

R = 5.09%
G = 42.09%
B = 52.82%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#139DC5 (or 0x139DC5) is known color: Pacific Blue. HEX triplet: 13, 9D and C5. RGB value is (19,157,197). Sum of RGB (Red+Green+Blue) = 19+157+197=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #139DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DC5 is #EC623A. Grayscale: #787878. Windows color (decimal): -15491643 or 12950803. OLE color: 12950803.

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

Color convert

RGB 19 157 197 -
CMYK 0.90 0.20 0 0.23
HSL 193.48º 0.82% 0.42% -
HSV(B) 193.48º 0.9% 0.77% -
XYZ 22.4 28.28 57.1 -
YUV 120.3 171.28 55.75 -
System Red Green Blue C M Y K H S L
Decimal 19 157 197 0.90 0.20 0 0.23 193.48 0.82 0.42
Hex 13 9D C5 5A 14 0 17 C1 52 2A
Octal 23 235 305 132 24 0 27 301 122 52
Binary 10011 10011101 11000101 1011010 10100 0 10111 11000001 1010010 101010

Color Harmonies of #139DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DC5

Black with #139DC5

Text Example


Text Example

White with #139DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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