Html Css Color HEX #139AC9 Pacific Blue

📋 copy color: '#139AC9'

red 19 ◦ green 154 ◦ blue 201

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

Shades of Pacific Blue #139AC9

Tints of Pacific Blue #139AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.74%

R = 5.08%
G = 41.18%
B = 53.74%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#139AC9 (or 0x139AC9) is known color: Pacific Blue. HEX triplet: 13, 9A and C9. RGB value is (19,154,201). Sum of RGB (Red+Green+Blue) = 19+154+201=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #139AC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139AC9 is #EC6536. Grayscale: #767676. Windows color (decimal): -15492407 or 13212179. OLE color: 13212179.

HSL color Cylindrical-coordinate representation of color #139AC9: hue angle of 195.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139AC9 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 154 201 -
CMYK 0.91 0.23 0 0.21
HSL 195.49º 0.83% 0.43% -
HSV(B) 195.49º 0.91% 0.79% -
XYZ 22.37 27.47 59.38 -
YUV 118.99 174.27 56.68 -
System Red Green Blue C M Y K H S L
Decimal 19 154 201 0.91 0.23 0 0.21 195.49 0.83 0.43
Hex 13 9A C9 5B 17 0 15 C3 53 2B
Octal 23 232 311 133 27 0 25 303 123 53
Binary 10011 10011010 11001001 1011011 10111 0 10101 11000011 1010011 101011

Color Harmonies of #139AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139AC9

Black with #139AC9

Text Example


Text Example

White with #139AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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