#1172BA

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

Shades of Denim #1172BA

Tints of Denim #1172BA

Color information

#1172BA (or 0x1172BA) is unknown color: approx Denim. HEX triplet: 11, 72 and BA. RGB value is (17,114,186). Sum of RGB (Red+Green+Blue) = 17+114+186=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #1172BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172BA is #EE8D45. Grayscale: #5C5C5C. Windows color (decimal): -15633734 or 12218897. OLE color: 12218897.

HSL color Cylindrical-coordinate representation of color #1172BA: hue angle of 205.56º 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 #1172BA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17114186-
CMYK0.910.3900.27
HSL205.56º83.25%39.8%-
HSV(B)205.56º90.86%72.94%-
XYZ15.1115.748.69-
YUV93.2180.3673.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.36%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=5.36%
G=35.96%
B=58.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171141860.910.3900.27205.5683.2539.8
Hex1172BA5B2701Bce5328
Octal211622721334703331612350
Binary100011110010101110101011011100111011011110011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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