#1169BA

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

Shades of Denim #1169BA

Tints of Denim #1169BA

Color information

#1169BA (or 0x1169BA) is unknown color: approx Denim. HEX triplet: 11, 69 and BA. RGB value is (17,105,186). Sum of RGB (Red+Green+Blue) = 17+105+186=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #1169BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1169BA is #EE9645. Grayscale: #575757. Windows color (decimal): -15636038 or 12216593. OLE color: 12216593.

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

Color convert

RGB17105186-
CMYK0.910.4400.27
HSL208.76º83.25%39.8%-
HSV(B)208.76º90.86%72.94%-
XYZ14.1513.7748.37-
YUV87.92183.3577.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.52%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=5.52%
G=34.09%
B=60.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171051860.910.4400.27208.7683.2539.8
Hex1169BA5B2C01Bd15328
Octal211512721335403332112350
Binary100011101001101110101011011101100011011110100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1169BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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