#115ABA

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

Shades of Denim #115ABA

Tints of Denim #115ABA

Color information

#115ABA (or 0x115ABA) is unknown color: approx Denim. HEX triplet: 11, 5A and BA. RGB value is (17,90,186). Sum of RGB (Red+Green+Blue) = 17+90+186=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #115ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ABA is #EEA545. Grayscale: #4E4E4E. Windows color (decimal): -15639878 or 12212753. OLE color: 12212753.

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

Color convert

RGB1790186-
CMYK0.910.5200.27
HSL214.08º83.25%39.8%-
HSV(B)214.08º90.86%72.94%-
XYZ12.7510.9847.9-
YUV79.12188.3283.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 186 (73.05% from 255) = 63.48%
R=5.80%
G=30.72%
B=63.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17901860.910.5200.27214.0883.2539.8
Hex115ABA5B3401Bd65328
Octal211322721336403332612350
Binary100011011010101110101011011110100011011110101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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