#1162BA

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

Shades of Denim #1162BA

Tints of Denim #1162BA

Color information

#1162BA (or 0x1162BA) is unknown color: approx Denim. HEX triplet: 11, 62 and BA. RGB value is (17,98,186). Sum of RGB (Red+Green+Blue) = 17+98+186=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #1162BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1162BA is #EE9D45. Grayscale: #535353. Windows color (decimal): -15637830 or 12214801. OLE color: 12214801.

HSL color Cylindrical-coordinate representation of color #1162BA: hue angle of 211.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1162BA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1798186-
CMYK0.910.4700.27
HSL211.24º83.25%39.8%-
HSV(B)211.24º90.86%72.94%-
XYZ13.4612.448.14-
YUV83.81185.6680.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=5.65%
G=32.56%
B=61.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17981860.910.4700.27211.2483.2539.8
Hex1162BA5B2F01Bd35328
Octal211422721335703332312350
Binary100011100010101110101011011101111011011110100111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1162BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1162BA; }

 p { color: rgb(17,98,186); }

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

<style>
 a { background-color: #1162BA; }

 a { background-color: rgb(17,98,186); }

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

<style>
 span { border-color: #1162BA; }

 span { border-color: rgb(17,98,186); }

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