#1191D0

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

Shades of Pacific Blue #1191D0

Tints of Pacific Blue #1191D0

Color information

#1191D0 (or 0x1191D0) is unknown color: approx Pacific Blue. HEX triplet: 11, 91 and D0. RGB value is (17,145,208). Sum of RGB (Red+Green+Blue) = 17+145+208=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #1191D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1191D0 is #EE6E2F. Grayscale: #717171. Windows color (decimal): -15625776 or 13668625. OLE color: 13668625.

HSL color Cylindrical-coordinate representation of color #1191D0: hue angle of 199.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1191D0 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17145208-
CMYK0.920.3000.18
HSL199.79º84.89%44.12%-
HSV(B)199.79º91.83%81.57%-
XYZ21.7424.9263.34-
YUV113.91181.0958.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.59%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 208 (81.64% from 255) = 56.22%
R=4.59%
G=39.19%
B=56.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171452080.920.3000.18199.7984.8944.12
Hex1191D05C1E012c8552c
Octal212213201343602231012554
Binary100011001000111010000101110011110010010110010001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1191D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1191D0; }

 p { color: rgb(17,145,208); }

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

<style>
 a { background-color: #1191D0; }

 a { background-color: rgb(17,145,208); }

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

<style>
 span { border-color: #1191D0; }

 span { border-color: rgb(17,145,208); }

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