#115FAA

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

Shades of Denim #115FAA

Tints of Denim #115FAA

Color information

#115FAA (or 0x115FAA) is unknown color: approx Denim. HEX triplet: 11, 5F and AA. RGB value is (17,95,170). Sum of RGB (Red+Green+Blue) = 17+95+170=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #115FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FAA is #EEA055. Grayscale: #4F4F4F. Windows color (decimal): -15638614 or 11165457. OLE color: 11165457.

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

Color convert

RGB1795170-
CMYK0.90.4400.33
HSL209.41º81.82%36.67%-
HSV(B)209.41º90%66.67%-
XYZ11.5811.2139.58-
YUV80.23178.6682.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=6.03%
G=33.69%
B=60.28%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17951700.90.4400.33209.4181.8236.67
Hex115FAA5A2C021d15225
Octal211372521325404132112245
Binary1000110111111010101010110101011000100001110100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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