#1164B1

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

Shades of Denim #1164B1

Tints of Denim #1164B1

Color information

#1164B1 (or 0x1164B1) is unknown color: approx Denim. HEX triplet: 11, 64 and B1. RGB value is (17,100,177). Sum of RGB (Red+Green+Blue) = 17+100+177=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #1164B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1164B1 is #EE9B4E. Grayscale: #535353. Windows color (decimal): -15637327 or 11625489. OLE color: 11625489.

HSL color Cylindrical-coordinate representation of color #1164B1: hue angle of 208.88º 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 #1164B1 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17100177-
CMYK0.900.4400.31
HSL208.88º82.47%38.04%-
HSV(B)208.88º90.4%69.41%-
XYZ12.7212.4143.32-
YUV83.96180.580.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 177 (69.53% from 255) = 60.20%
R=5.78%
G=34.01%
B=60.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171001770.900.4400.31208.8882.4738.04
Hex1164B15A2C01Fd15226
Octal211442611325403732112246
Binary100011100100101100011011010101100011111110100011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1164B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1164B1; }

 p { color: rgb(17,100,177); }

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

<style>
 a { background-color: #1164B1; }

 a { background-color: rgb(17,100,177); }

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

<style>
 span { border-color: #1164B1; }

 span { border-color: rgb(17,100,177); }

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