Html Css Color HEX #139BC9 Pacific Blue

📋 copy color: '#139BC9'

red 19 ◦ green 155 ◦ blue 201

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

Shades of Pacific Blue #139BC9

Tints of Pacific Blue #139BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

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

R = 5.07%
G = 41.33%
B = 53.6%

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

#139BC9 (or 0x139BC9) is known color: Pacific Blue. HEX triplet: 13, 9B and C9. RGB value is (19,155,201). Sum of RGB (Red+Green+Blue) = 19+155+201=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #139BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BC9 is #EC6436. Grayscale: #777777. Windows color (decimal): -15492151 or 13212435. OLE color: 13212435.

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

Color convert

RGB 19 155 201 -
CMYK 0.91 0.23 0 0.21
HSL 195.16º 0.83% 0.43% -
HSV(B) 195.16º 0.91% 0.79% -
XYZ 22.53 27.8 59.44 -
YUV 119.58 173.94 56.26 -
System Red Green Blue C M Y K H S L
Decimal 19 155 201 0.91 0.23 0 0.21 195.16 0.83 0.43
Hex 13 9B C9 5B 17 0 15 C3 53 2B
Octal 23 233 311 133 27 0 25 303 123 53
Binary 10011 10011011 11001001 1011011 10111 0 10101 11000011 1010011 101011

Color Harmonies of #139BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BC9

Black with #139BC9

Text Example


Text Example

White with #139BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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