#115DAA

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

Shades of Denim #115DAA

Tints of Denim #115DAA

Color information

#115DAA (or 0x115DAA) is unknown color: approx Denim. HEX triplet: 11, 5D and AA. RGB value is (17,93,170). Sum of RGB (Red+Green+Blue) = 17+93+170=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #115DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DAA is #EEA255. Grayscale: #4E4E4E. Windows color (decimal): -15639126 or 11164945. OLE color: 11164945.

HSL color Cylindrical-coordinate representation of color #115DAA: hue angle of 210.2º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115DAA is Cyan = 0.9, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1793170-
CMYK0.90.4500.33
HSL210.2º81.82%36.67%-
HSV(B)210.2º90%66.67%-
XYZ11.410.8539.52-
YUV79.05179.3283.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.07%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=6.07%
G=33.21%
B=60.71%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17931700.90.4500.33210.281.8236.67
Hex115DAA5A2D021d25225
Octal211352521325504132212245
Binary1000110111011010101010110101011010100001110100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115DAA; }

 p { color: rgb(17,93,170); }

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

<style>
 a { background-color: #115DAA; }

 a { background-color: rgb(17,93,170); }

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

<style>
 span { border-color: #115DAA; }

 span { border-color: rgb(17,93,170); }

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