Html Css Color HEX #139CD1 Pacific Blue

📋 copy color: '#139CD1'

red 19 ◦ green 156 ◦ blue 209

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

Shades of Pacific Blue #139CD1

Tints of Pacific Blue #139CD1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

 BLUE value IS 209 (82.03% from 255) = 54.43%

R = 4.95%
G = 40.63%
B = 54.43%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#139CD1 (or 0x139CD1) is known color: Pacific Blue. HEX triplet: 13, 9C and D1. RGB value is (19,156,209). Sum of RGB (Red+Green+Blue) = 19+156+209=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #139CD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CD1 is #EC632E. Grayscale: #787878. Windows color (decimal): -15491887 or 13736979. OLE color: 13736979.

HSL color Cylindrical-coordinate representation of color #139CD1: hue angle of 196.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CD1 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 156 209 -
CMYK 0.91 0.25 0 0.18
HSL 196.74º 0.83% 0.45% -
HSV(B) 196.74º 0.91% 0.82% -
XYZ 23.67 28.52 64.58 -
YUV 121.08 177.61 55.19 -
System Red Green Blue C M Y K H S L
Decimal 19 156 209 0.91 0.25 0 0.18 196.74 0.83 0.45
Hex 13 9C D1 5B 19 0 12 C5 53 2D
Octal 23 234 321 133 31 0 22 305 123 55
Binary 10011 10011100 11010001 1011011 11001 0 10010 11000101 1010011 101101

Color Harmonies of #139CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CD1

Black with #139CD1

Text Example


Text Example

White with #139CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,156,209); }

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

background-color css

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

 a { background-color: rgb(19,156,209); }

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

border-color css

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

 span { border-color: rgb(19,156,209); }

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