Html Css Color HEX #139DCC Pacific Blue

📋 copy color: '#139DCC'

red 19 ◦ green 157 ◦ blue 204

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

Shades of Pacific Blue #139DCC

Tints of Pacific Blue #139DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 5%
G = 41.32%
B = 53.68%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#139DCC (or 0x139DCC) is known color: Pacific Blue. HEX triplet: 13, 9D and CC. RGB value is (19,157,204). Sum of RGB (Red+Green+Blue) = 19+157+204=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #139DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139DCC is #EC6233. Grayscale: #787878. Windows color (decimal): -15491636 or 13409555. OLE color: 13409555.

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

Color convert

RGB 19 157 204 -
CMYK 0.91 0.23 0 0.2
HSL 195.24º 0.83% 0.44% -
HSV(B) 195.24º 0.91% 0.8% -
XYZ 23.22 28.61 61.43 -
YUV 121.1 174.78 55.18 -
System Red Green Blue C M Y K H S L
Decimal 19 157 204 0.91 0.23 0 0.2 195.24 0.83 0.44
Hex 13 9D CC 5B 17 0 14 C3 53 2C
Octal 23 235 314 133 27 0 24 303 123 54
Binary 10011 10011101 11001100 1011011 10111 0 10100 11000011 1010011 101100

Color Harmonies of #139DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DCC

Black with #139DCC

Text Example


Text Example

White with #139DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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