#1163BA

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

Shades of Denim #1163BA

Tints of Denim #1163BA

Color information

#1163BA (or 0x1163BA) is unknown color: approx Denim. HEX triplet: 11, 63 and BA. RGB value is (17,99,186). Sum of RGB (Red+Green+Blue) = 17+99+186=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #1163BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163BA is #EE9C45. Grayscale: #535353. Windows color (decimal): -15637574 or 12215057. OLE color: 12215057.

HSL color Cylindrical-coordinate representation of color #1163BA: hue angle of 210.89º 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 #1163BA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1799186-
CMYK0.910.4700.27
HSL210.89º83.25%39.8%-
HSV(B)210.89º90.86%72.94%-
XYZ13.5612.5948.17-
YUV84.4185.3379.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.63%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=5.63%
G=32.78%
B=61.59%

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
Decimal17991860.910.4700.27210.8983.2539.8
Hex1163BA5B2F01Bd35328
Octal211432721335703332312350
Binary100011100011101110101011011101111011011110100111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1163BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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