#1196CA

Color #1196CA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1196CA

Tints of Pacific Blue #1196CA

Color information

#1196CA (or 0x1196CA) is unknown color: approx Pacific Blue. HEX triplet: 11, 96 and CA. RGB value is (17,150,202). Sum of RGB (Red+Green+Blue) = 17+150+202=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #1196CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196CA is #EE6935. Grayscale: #737373. Windows color (decimal): -15624502 or 13276689. OLE color: 13276689.

HSL color Cylindrical-coordinate representation of color #1196CA: hue angle of 196.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1196CA is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17150202-
CMYK0.920.2600.21
HSL196.86º84.47%42.94%-
HSV(B)196.86º91.58%79.22%-
XYZ21.826.259.78-
YUV116.16176.4457.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.61%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=4.61%
G=40.65%
B=54.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171502020.920.2600.21196.8684.4742.94
Hex1196CA5C1A015c5542b
Octal212263121343202530512453
Binary100011001011011001010101110011010010101110001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1196CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1196CA; }

 p { color: rgb(17,150,202); }

 H1.HeaderClassName
 {
   color: #1196CA;
 }
 .AnyTagClassName
 {
   color: #1196CA;
 }
</style>
background-color css

<style>
 a { background-color: #1196CA; }

 a { background-color: rgb(17,150,202); }

 div.DivClassName
 {
   background-color: #1196CA;
 }
 .BgClassName
 {
   background-color: #1196CA;
 }
</style>
border-color css

<style>
 span { border-color: #1196CA; }

 span { border-color: rgb(17,150,202); }

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