#1187cc

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

Shades of Pacific Blue #1187CC

Tints of Pacific Blue #1187CC

Color information

#1187CC (or 0x1187CC) is unknown color: approx Pacific Blue. HEX triplet: 11, 87 and CC. RGB value is (17,135,204). Sum of RGB (Red+Green+Blue) = 17+135+204=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #1187CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187CC is #EE7833. Grayscale: #6B6B6B. Windows color (decimal): -15628340 or 13403921. OLE color: 13403921.

HSL color Cylindrical-coordinate representation of color #1187CC: hue angle of 202.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1187CC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17135204-
CMYK0.920.3400.2
HSL202.14º84.62%43.33%-
HSV(B)202.14º91.67%80%-
XYZ19.7921.8160.29-
YUV107.58182.4163.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.78%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 204 (80.08% from 255) = 57.30%
R=4.78%
G=37.92%
B=57.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171352040.920.3400.2202.1484.6243.33
Hex1187CC5C22014ca552b
Octal212073141344202431212553
Binary1000110000111110011001011100100010010100110010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1187cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1187cc; }

 p { color: rgb(17,135,204); }

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

<style>
 a { background-color: #1187cc; }

 a { background-color: rgb(17,135,204); }

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

<style>
 span { border-color: #1187cc; }

 span { border-color: rgb(17,135,204); }

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