Html Css Color HEX #139BCE Pacific Blue

📋 copy color: '#139BCE'

red 19 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #139BCE

Tints of Pacific Blue #139BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 5%
G = 40.79%
B = 54.21%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#139BCE (or 0x139BCE) is known color: Pacific Blue. HEX triplet: 13, 9B and CE. RGB value is (19,155,206). Sum of RGB (Red+Green+Blue) = 19+155+206=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #139BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139BCE is #EC6431. Grayscale: #777777. Windows color (decimal): -15492146 or 13540115. OLE color: 13540115.

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

Color convert

RGB 19 155 206 -
CMYK 0.91 0.25 0 0.19
HSL 196.36º 0.83% 0.44% -
HSV(B) 196.36º 0.91% 0.81% -
XYZ 23.13 28.04 62.59 -
YUV 120.15 176.44 55.85 -
System Red Green Blue C M Y K H S L
Decimal 19 155 206 0.91 0.25 0 0.19 196.36 0.83 0.44
Hex 13 9B CE 5B 19 0 13 C4 53 2C
Octal 23 233 316 133 31 0 23 304 123 54
Binary 10011 10011011 11001110 1011011 11001 0 10011 11000100 1010011 101100

Color Harmonies of #139BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139BCE

Black with #139BCE

Text Example


Text Example

White with #139BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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