#1163BE

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

Shades of Denim #1163BE

Tints of Denim #1163BE

Color information

#1163BE (or 0x1163BE) is unknown color: approx Denim. HEX triplet: 11, 63 and BE. RGB value is (17,99,190). Sum of RGB (Red+Green+Blue) = 17+99+190=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #1163BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163BE is #EE9C41. Grayscale: #545454. Windows color (decimal): -15637570 or 12477201. OLE color: 12477201.

HSL color Cylindrical-coordinate representation of color #1163BE: hue angle of 211.56º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1163BE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1799190-
CMYK0.910.4800.25
HSL211.56º83.57%40.59%-
HSV(B)211.56º91.05%74.51%-
XYZ13.9912.7650.44-
YUV84.86187.3379.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.56%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=5.56%
G=32.35%
B=62.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17991900.910.4800.25211.5683.5740.59
Hex1163BE5B30019d45429
Octal211432761336003132412451
Binary100011100011101111101011011110000011001110101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1163BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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