#1155AB

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

Shades of Denim #1155AB

Tints of Denim #1155AB

Color information

#1155AB (or 0x1155AB) is unknown color: approx Denim. HEX triplet: 11, 55 and AB. RGB value is (17,85,171). Sum of RGB (Red+Green+Blue) = 17+85+171=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #1155AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1155AB is #EEAA54. Grayscale: #4A4A4A. Windows color (decimal): -15641173 or 11228433. OLE color: 11228433.

HSL color Cylindrical-coordinate representation of color #1155AB: hue angle of 213.51º 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 #1155AB is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1785171-
CMYK0.900.5000.33
HSL213.51º81.91%36.86%-
HSV(B)213.51º90.06%67.06%-
XYZ10.839.5639.8-
YUV74.47182.4787.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.23%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=6.23%
G=31.14%
B=62.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17851710.900.5000.33213.5181.9136.86
Hex1155AB5A32021d65225
Octal211252531326204132612245
Binary1000110101011010101110110101100100100001110101101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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