#1176BA

Color #1176BA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1176BA

Tints of Denim #1176BA

Color information

#1176BA (or 0x1176BA) is unknown color: approx Denim. HEX triplet: 11, 76 and BA. RGB value is (17,118,186). Sum of RGB (Red+Green+Blue) = 17+118+186=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #1176BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176BA is #EE8945. Grayscale: #5F5F5F. Windows color (decimal): -15632710 or 12219921. OLE color: 12219921.

HSL color Cylindrical-coordinate representation of color #1176BA: hue angle of 204.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1176BA is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17118186-
CMYK0.910.3700.27
HSL204.14º83.25%39.8%-
HSV(B)204.14º90.86%72.94%-
XYZ15.5716.6248.84-
YUV95.55179.0471.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.30%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=5.30%
G=36.76%
B=57.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171181860.910.3700.27204.1483.2539.8
Hex1176BA5B2501Bcc5328
Octal211662721334503331412350
Binary100011110110101110101011011100101011011110011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1176BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1176BA; }

 p { color: rgb(17,118,186); }

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

<style>
 a { background-color: #1176BA; }

 a { background-color: rgb(17,118,186); }

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

<style>
 span { border-color: #1176BA; }

 span { border-color: rgb(17,118,186); }

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