Html Css Color HEX #139FCD Pacific Blue

📋 copy color: '#139FCD'

red 19 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #139FCD

Tints of Pacific Blue #139FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 4.96%
G = 41.51%
B = 53.52%

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

#139FCD (or 0x139FCD) is known color: Pacific Blue. HEX triplet: 13, 9F and CD. RGB value is (19,159,205). Sum of RGB (Red+Green+Blue) = 19+159+205=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #139FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FCD is #EC6032. Grayscale: #7A7A7A. Windows color (decimal): -15491123 or 13475603. OLE color: 13475603.

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

Color convert

RGB 19 159 205 -
CMYK 0.91 0.22 0 0.20
HSL 194.84º 0.83% 0.44% -
HSV(B) 194.84º 0.91% 0.8% -
XYZ 23.69 29.34 62.17 -
YUV 122.38 174.62 54.26 -
System Red Green Blue C M Y K H S L
Decimal 19 159 205 0.91 0.22 0 0.20 194.84 0.83 0.44
Hex 13 9F CD 5B 16 0 14 C3 53 2C
Octal 23 237 315 133 26 0 24 303 123 54
Binary 10011 10011111 11001101 1011011 10110 0 10100 11000011 1010011 101100

Color Harmonies of #139FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139FCD

Black with #139FCD

Text Example


Text Example

White with #139FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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