#1161A3

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

Shades of Denim #1161A3

Tints of Denim #1161A3

Color information

#1161A3 (or 0x1161A3) is unknown color: approx Denim. HEX triplet: 11, 61 and A3. RGB value is (17,97,163). Sum of RGB (Red+Green+Blue) = 17+97+163=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #1161A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1161A3 is #EE9E5C. Grayscale: #505050. Windows color (decimal): -15638109 or 10707217. OLE color: 10707217.

HSL color Cylindrical-coordinate representation of color #1161A3: hue angle of 207.12º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1161A3 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1797163-
CMYK0.900.4000.36
HSL207.12º81.11%35.29%-
HSV(B)207.12º89.57%63.92%-
XYZ11.1211.3136.25-
YUV80.6174.582.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 163 (64.06% from 255) = 58.84%
R=6.14%
G=35.02%
B=58.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17971630.900.4000.36207.1281.1135.29
Hex1161A35A28024cf5123
Octal211412431325004431712143
Binary1000111000011010001110110101010000100100110011111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1161A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1161A3; }

 p { color: rgb(17,97,163); }

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

<style>
 a { background-color: #1161A3; }

 a { background-color: rgb(17,97,163); }

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

<style>
 span { border-color: #1161A3; }

 span { border-color: rgb(17,97,163); }

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