#1169AB

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

Shades of Denim #1169AB

Tints of Denim #1169AB

Color information

#1169AB (or 0x1169AB) is unknown color: approx Denim. HEX triplet: 11, 69 and AB. RGB value is (17,105,171). Sum of RGB (Red+Green+Blue) = 17+105+171=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #1169AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1169AB is #EE9654. Grayscale: #555555. Windows color (decimal): -15636053 or 11233553. OLE color: 11233553.

HSL color Cylindrical-coordinate representation of color #1169AB: hue angle of 205.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1169AB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17105171-
CMYK0.900.3900.33
HSL205.71º81.91%36.86%-
HSV(B)205.71º90.06%67.06%-
XYZ12.6313.1640.4-
YUV86.21175.8578.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=5.80%
G=35.84%
B=58.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171051710.900.3900.33205.7181.9136.86
Hex1169AB5A27021ce5225
Octal211512531324704131612245
Binary1000111010011010101110110101001110100001110011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1169AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1169AB; }

 p { color: rgb(17,105,171); }

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

<style>
 a { background-color: #1169AB; }

 a { background-color: rgb(17,105,171); }

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

<style>
 span { border-color: #1169AB; }

 span { border-color: rgb(17,105,171); }

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