#1091d7

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

Shades of Pacific Blue #1091D7

Tints of Pacific Blue #1091D7

Color information

#1091D7 (or 0x1091D7) is unknown color: approx Pacific Blue. HEX triplet: 10, 91 and D7. RGB value is (16,145,215). Sum of RGB (Red+Green+Blue) = 16+145+215=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #1091D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091D7 is #EF6E28. Grayscale: #727272. Windows color (decimal): -15691305 or 14127376. OLE color: 14127376.

HSL color Cylindrical-coordinate representation of color #1091D7: hue angle of 201.11º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1091D7 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16145215-
CMYK0.930.3300.16
HSL201.11º86.15%45.29%-
HSV(B)201.11º92.56%84.31%-
XYZ22.625.2767.98-
YUV114.41184.7657.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.26%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 215 (84.38% from 255) = 57.18%
R=4.26%
G=38.56%
B=57.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161452150.930.3300.16201.1186.1545.29
Hex1091D75D21010c9562d
Octal202213271354102031112655
Binary1000010010001110101111011101100001010000110010011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1091d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1091d7; }

 p { color: rgb(16,145,215); }

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

<style>
 a { background-color: #1091d7; }

 a { background-color: rgb(16,145,215); }

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

<style>
 span { border-color: #1091d7; }

 span { border-color: rgb(16,145,215); }

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