#115CAA

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

Shades of Denim #115CAA

Tints of Denim #115CAA

Color information

#115CAA (or 0x115CAA) is unknown color: approx Denim. HEX triplet: 11, 5C and AA. RGB value is (17,92,170). Sum of RGB (Red+Green+Blue) = 17+92+170=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #115CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115CAA is #EEA355. Grayscale: #4E4E4E. Windows color (decimal): -15639382 or 11164689. OLE color: 11164689.

HSL color Cylindrical-coordinate representation of color #115CAA: hue angle of 210.59º 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 #115CAA is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1792170-
CMYK0.90.4600.33
HSL210.59º81.82%36.67%-
HSV(B)210.59º90%66.67%-
XYZ11.3110.6839.49-
YUV78.47179.6584.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=6.09%
G=32.97%
B=60.93%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17921700.90.4600.33210.5981.8236.67
Hex115CAA5A2E021d35225
Octal211342521325604132312245
Binary1000110111001010101010110101011100100001110100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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