Html Css Color HEX #119EC0 Pacific Blue

📋 copy color: '#119EC0'

red 17 ◦ green 158 ◦ blue 192

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

Shades of Pacific Blue #119EC0

Tints of Pacific Blue #119EC0

RGB

 RED value IS 17 (7.03% from 255) = 4.63%

 GREEN value IS 158 (62.11% from 255) = 43.05%

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 4.63%
G = 43.05%
B = 52.32%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#119EC0 (or 0x119EC0) is known color: Pacific Blue. HEX triplet: 11, 9E and C0. RGB value is (17,158,192). Sum of RGB (Red+Green+Blue) = 17+158+192=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #119EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EC0 is #EE613F. Grayscale: #777777. Windows color (decimal): -15622464 or 12623377. OLE color: 12623377.

HSL color Cylindrical-coordinate representation of color #119EC0: hue angle of 191.66º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119EC0 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 158 192 -
CMYK 0.91 0.18 0 0.25
HSL 191.66º 0.84% 0.41% -
HSV(B) 191.66º 0.91% 0.75% -
XYZ 21.97 28.38 54.19 -
YUV 119.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 17 158 192 0.91 0.18 0 0.25 191.66 0.84 0.41
Hex 11 9E C0 5B 12 0 19 C0 54 29
Octal 21 236 300 133 22 0 31 300 124 51
Binary 10001 10011110 11000000 1011011 10010 0 11001 11000000 1010100 101001

Color Harmonies of #119EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EC0

Black with #119EC0

Text Example


Text Example

White with #119EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119EC0; }

 p { color: rgb(17,158,192); }

 H1.HeaderClassName
 {
   color: #119EC0;
 }
 .AnyTagClassName
 {
   color: #119EC0;
 }
</style>

background-color css

<style>
 a { background-color: #119EC0; }

 a { background-color: rgb(17,158,192); }

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

border-color css

<style>
 span { border-color: #119EC0; }

 span { border-color: rgb(17,158,192); }

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