#139DCD

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

Shades of Pacific Blue #139DCD

Tints of Pacific Blue #139DCD

Color information

#139DCD (or 0x139DCD) is unknown color: approx Pacific Blue. HEX triplet: 13, 9D and CD. RGB value is (19,157,205). Sum of RGB (Red+Green+Blue) = 19+157+205=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #139DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DCD is #EC6232. Grayscale: #787878. Windows color (decimal): -15491635 or 13475091. OLE color: 13475091.

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

Color convert

RGB19157205-
CMYK0.910.2300.20
HSL195.48º83.04%43.92%-
HSV(B)195.48º90.73%80.39%-
XYZ23.3428.6662.06-
YUV121.21175.2855.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.99%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=4.99%
G=41.21%
B=53.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191572050.910.2300.20195.4883.0443.92
Hex139DCD5B17014c3532c
Octal232353151332702430312354
Binary100111001110111001101101101110111010100110000111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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