#1155AF

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

Shades of Denim #1155AF

Tints of Denim #1155AF

Color information

#1155AF (or 0x1155AF) is unknown color: approx Denim. HEX triplet: 11, 55 and AF. RGB value is (17,85,175). Sum of RGB (Red+Green+Blue) = 17+85+175=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #1155AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1155AF is #EEAA50. Grayscale: #4A4A4A. Windows color (decimal): -15641169 or 11490577. OLE color: 11490577.

HSL color Cylindrical-coordinate representation of color #1155AF: hue angle of 214.18º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1155AF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1785175-
CMYK0.900.5100.31
HSL214.18º82.29%37.65%-
HSV(B)214.18º90.29%68.63%-
XYZ11.229.7141.84-
YUV74.93184.4786.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 175 (68.75% from 255) = 63.18%
R=6.14%
G=30.69%
B=63.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17851750.900.5100.31214.1882.2937.65
Hex1155AF5A3301Fd65226
Octal211252571326303732612246
Binary100011010101101011111011010110011011111110101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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