Html Css Color HEX #119BC0 Pacific Blue

📋 copy color: '#119BC0'

red 17 ◦ green 155 ◦ blue 192

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

Shades of Pacific Blue #119BC0

Tints of Pacific Blue #119BC0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

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

R = 4.67%
G = 42.58%
B = 52.75%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#119BC0 (or 0x119BC0) is known color: Pacific Blue. HEX triplet: 11, 9B and C0. RGB value is (17,155,192). Sum of RGB (Red+Green+Blue) = 17+155+192=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #119BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BC0 is #EE643F. Grayscale: #757575. Windows color (decimal): -15623232 or 12622609. OLE color: 12622609.

HSL color Cylindrical-coordinate representation of color #119BC0: hue angle of 192.69º 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 #119BC0 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 155 192 -
CMYK 0.91 0.19 0 0.25
HSL 192.69º 0.84% 0.41% -
HSV(B) 192.69º 0.91% 0.75% -
XYZ 21.47 27.37 54.02 -
YUV 117.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 17 155 192 0.91 0.19 0 0.25 192.69 0.84 0.41
Hex 11 9B C0 5B 13 0 19 C1 54 29
Octal 21 233 300 133 23 0 31 301 124 51
Binary 10001 10011011 11000000 1011011 10011 0 11001 11000001 1010100 101001

Color Harmonies of #119BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BC0

Black with #119BC0

Text Example


Text Example

White with #119BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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