#139DC7

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

Shades of Pacific Blue #139DC7

Tints of Pacific Blue #139DC7

Color information

#139DC7 (or 0x139DC7) is unknown color: approx Pacific Blue. HEX triplet: 13, 9D and C7. RGB value is (19,157,199). Sum of RGB (Red+Green+Blue) = 19+157+199=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #139DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DC7 is #EC6238. Grayscale: #787878. Windows color (decimal): -15491641 or 13081875. OLE color: 13081875.

HSL color Cylindrical-coordinate representation of color #139DC7: hue angle of 194º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139DC7 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19157199-
CMYK0.900.2100.22
HSL194º82.57%42.75%-
HSV(B)194º90.45%78.04%-
XYZ22.6328.3858.32-
YUV120.53172.2855.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.07%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 199 (78.12% from 255) = 53.07%
R=5.07%
G=41.87%
B=53.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191571990.900.2100.2219482.5742.75
Hex139DC75A15016c2532b
Octal232353071322502630212353
Binary100111001110111000111101101010101010110110000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,157,199); }

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

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

 a { background-color: rgb(19,157,199); }

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

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

 span { border-color: rgb(19,157,199); }

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