#139FCA

Color #139FCA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #139FCA

Tints of Pacific Blue #139FCA

Color information

#139FCA (or 0x139FCA) is unknown color: approx Pacific Blue. HEX triplet: 13, 9F and CA. RGB value is (19,159,202). Sum of RGB (Red+Green+Blue) = 19+159+202=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #139FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FCA is #EC6035. Grayscale: #797979. Windows color (decimal): -15491126 or 13278995. OLE color: 13278995.

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

Color convert

RGB19159202-
CMYK0.910.2100.21
HSL194.1º82.81%43.33%-
HSV(B)194.1º90.59%79.22%-
XYZ23.3329.260.28-
YUV122.04173.1254.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=5%
G=41.84%
B=53.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191592020.910.2100.21194.182.8143.33
Hex139FCA5B15015c2532b
Octal232373121332502530212353
Binary100111001111111001010101101110101010101110000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #139FCA;
 }
 .AnyTagClassName
 {
   color: #139FCA;
 }
</style>
background-color css

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

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

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

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

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

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