Html Css Color HEX #139CE1 Pacific Blue

📋 copy color: '#139CE1'

red 19 ◦ green 156 ◦ blue 225

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

Shades of Pacific Blue #139CE1

Tints of Pacific Blue #139CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 4.75%
G = 39%
B = 56.25%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#139CE1 (or 0x139CE1) is known color: Pacific Blue. HEX triplet: 13, 9C and E1. RGB value is (19,156,225). Sum of RGB (Red+Green+Blue) = 19+156+225=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #139CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CE1 is #EC631E. Grayscale: #7A7A7A. Windows color (decimal): -15491871 or 14785555. OLE color: 14785555.

HSL color Cylindrical-coordinate representation of color #139CE1: hue angle of 200.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #139CE1 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 156 225 -
CMYK 0.92 0.31 0 0.12
HSL 200.1º 0.84% 0.48% -
HSV(B) 200.1º 0.92% 0.88% -
XYZ 25.75 29.35 75.54 -
YUV 122.9 185.61 53.89 -
System Red Green Blue C M Y K H S L
Decimal 19 156 225 0.92 0.31 0 0.12 200.1 0.84 0.48
Hex 13 9C E1 5C 1F 0 C C8 54 30
Octal 23 234 341 134 37 0 14 310 124 60
Binary 10011 10011100 11100001 1011100 11111 0 1100 11001000 1010100 110000

Color Harmonies of #139CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CE1

Black with #139CE1

Text Example


Text Example

White with #139CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,156,225); }

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

background-color css

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

 a { background-color: rgb(19,156,225); }

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

border-color css

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

 span { border-color: rgb(19,156,225); }

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