#1170BB

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

Shades of Denim #1170BB

Tints of Denim #1170BB

Color information

#1170BB (or 0x1170BB) is unknown color: approx Denim. HEX triplet: 11, 70 and BB. RGB value is (17,112,187). Sum of RGB (Red+Green+Blue) = 17+112+187=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #1170BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170BB is #EE8F44. Grayscale: #5B5B5B. Windows color (decimal): -15634245 or 12283921. OLE color: 12283921.

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

Color convert

RGB17112187-
CMYK0.910.4000.27
HSL206.47º83.33%40%-
HSV(B)206.47º90.91%73.33%-
XYZ14.9915.349.18-
YUV92.14181.5374.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.38%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 59.18%
R=5.38%
G=35.44%
B=59.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171121870.910.4000.27206.4783.3340
Hex1170BB5B2801Bce5328
Octal211602731335003331612350
Binary100011110000101110111011011101000011011110011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1170BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1170BB; }

 p { color: rgb(17,112,187); }

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

<style>
 a { background-color: #1170BB; }

 a { background-color: rgb(17,112,187); }

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

<style>
 span { border-color: #1170BB; }

 span { border-color: rgb(17,112,187); }

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