Html Css Color HEX #139AD5 Pacific Blue

📋 copy color: '#139AD5'

red 19 ◦ green 154 ◦ blue 213

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

Shades of Pacific Blue #139AD5

Tints of Pacific Blue #139AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

 BLUE value IS 213 (83.59% from 255) = 55.18%

R = 4.92%
G = 39.9%
B = 55.18%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#139AD5 (or 0x139AD5) is known color: Pacific Blue. HEX triplet: 13, 9A and D5. RGB value is (19,154,213). Sum of RGB (Red+Green+Blue) = 19+154+213=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #139AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139AD5 is #EC652A. Grayscale: #777777. Windows color (decimal): -15492395 or 13998611. OLE color: 13998611.

HSL color Cylindrical-coordinate representation of color #139AD5: hue angle of 198.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139AD5 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 154 213 -
CMYK 0.91 0.28 0 0.16
HSL 198.25º 0.84% 0.45% -
HSV(B) 198.25º 0.91% 0.84% -
XYZ 23.83 28.05 67.11 -
YUV 120.36 180.27 55.7 -
System Red Green Blue C M Y K H S L
Decimal 19 154 213 0.91 0.28 0 0.16 198.25 0.84 0.45
Hex 13 9A D5 5B 1C 0 10 C6 54 2D
Octal 23 232 325 133 34 0 20 306 124 55
Binary 10011 10011010 11010101 1011011 11100 0 10000 11000110 1010100 101101

Color Harmonies of #139AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AD5

Black with #139AD5

Text Example


Text Example

White with #139AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,154,213); }

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

background-color css

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

 a { background-color: rgb(19,154,213); }

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

border-color css

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

 span { border-color: rgb(19,154,213); }

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