#115BAA

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

Shades of Denim #115BAA

Tints of Denim #115BAA

Color information

#115BAA (or 0x115BAA) is unknown color: approx Denim. HEX triplet: 11, 5B and AA. RGB value is (17,91,170). Sum of RGB (Red+Green+Blue) = 17+91+170=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #115BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAA is #EEA455. Grayscale: #4D4D4D. Windows color (decimal): -15639638 or 11164433. OLE color: 11164433.

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

Color convert

RGB1791170-
CMYK0.90.4600.33
HSL210.98º81.82%36.67%-
HSV(B)210.98º90%66.67%-
XYZ11.2310.539.47-
YUV77.88179.9884.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.12%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=6.12%
G=32.73%
B=61.15%

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
Decimal17911700.90.4600.33210.9881.8236.67
Hex115BAA5A2E021d35225
Octal211332521325604132312245
Binary1000110110111010101010110101011100100001110100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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