Html Css Color HEX #139ABD Pacific Blue

📋 copy color: '#139ABD'

red 19 ◦ green 154 ◦ blue 189

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

Shades of Pacific Blue #139ABD

Tints of Pacific Blue #139ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 5.25%
G = 42.54%
B = 52.21%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#139ABD (or 0x139ABD) is known color: Pacific Blue. HEX triplet: 13, 9A and BD. RGB value is (19,154,189). Sum of RGB (Red+Green+Blue) = 19+154+189=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #139ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139ABD is #EC6542. Grayscale: #757575. Windows color (decimal): -15492419 or 12425747. OLE color: 12425747.

HSL color Cylindrical-coordinate representation of color #139ABD: hue angle of 192.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139ABD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 154 189 -
CMYK 0.90 0.19 0 0.26
HSL 192.35º 0.82% 0.41% -
HSV(B) 192.35º 0.9% 0.74% -
XYZ 21.01 26.92 52.23 -
YUV 117.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 19 154 189 0.90 0.19 0 0.26 192.35 0.82 0.41
Hex 13 9A BD 5A 13 0 1A C0 52 29
Octal 23 232 275 132 23 0 32 300 122 51
Binary 10011 10011010 10111101 1011010 10011 0 11010 11000000 1010010 101001

Color Harmonies of #139ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139ABD

Black with #139ABD

Text Example


Text Example

White with #139ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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