#115AB1

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

Shades of Denim #115AB1

Tints of Denim #115AB1

Color information

#115AB1 (or 0x115AB1) is unknown color: approx Denim. HEX triplet: 11, 5A and B1. RGB value is (17,90,177). Sum of RGB (Red+Green+Blue) = 17+90+177=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #115AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AB1 is #EEA54E. Grayscale: #4D4D4D. Windows color (decimal): -15639887 or 11622929. OLE color: 11622929.

HSL color Cylindrical-coordinate representation of color #115AB1: hue angle of 212.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115AB1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1790177-
CMYK0.900.4900.31
HSL212.62º82.47%38.04%-
HSV(B)212.62º90.4%69.41%-
XYZ11.8210.6143.02-
YUV78.09183.8284.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.99%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=5.99%
G=31.69%
B=62.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17901770.900.4900.31212.6282.4738.04
Hex115AB15A3101Fd55226
Octal211322611326103732512246
Binary100011011010101100011011010110001011111110101011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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