Html Css Color HEX #139FCB Pacific Blue

📋 copy color: '#139FCB'

red 19 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #139FCB

Tints of Pacific Blue #139FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.73%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 4.99%
G = 41.73%
B = 53.28%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#139FCB (or 0x139FCB) is known color: Pacific Blue. HEX triplet: 13, 9F and CB. RGB value is (19,159,203). Sum of RGB (Red+Green+Blue) = 19+159+203=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #139FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FCB is #EC6034. Grayscale: #797979. Windows color (decimal): -15491125 or 13344531. OLE color: 13344531.

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

Color convert

RGB 19 159 203 -
CMYK 0.91 0.22 0 0.20
HSL 194.35º 0.83% 0.44% -
HSV(B) 194.35º 0.91% 0.8% -
XYZ 23.45 29.25 60.91 -
YUV 122.16 173.62 54.42 -
System Red Green Blue C M Y K H S L
Decimal 19 159 203 0.91 0.22 0 0.20 194.35 0.83 0.44
Hex 13 9F CB 5B 16 0 14 C2 53 2C
Octal 23 237 313 133 26 0 24 302 123 54
Binary 10011 10011111 11001011 1011011 10110 0 10100 11000010 1010011 101100

Color Harmonies of #139FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FCB

Black with #139FCB

Text Example


Text Example

White with #139FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,159,203); }

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

background-color css

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

 a { background-color: rgb(19,159,203); }

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

border-color css

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

 span { border-color: rgb(19,159,203); }

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