#115BB1

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

Shades of Denim #115BB1

Tints of Denim #115BB1

Color information

#115BB1 (or 0x115BB1) is unknown color: approx Denim. HEX triplet: 11, 5B and B1. RGB value is (17,91,177). Sum of RGB (Red+Green+Blue) = 17+91+177=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #115BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BB1 is #EEA44E. Grayscale: #4E4E4E. Windows color (decimal): -15639631 or 11623185. OLE color: 11623185.

HSL color Cylindrical-coordinate representation of color #115BB1: hue angle of 212.25º 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 #115BB1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1791177-
CMYK0.900.4900.31
HSL212.25º82.47%38.04%-
HSV(B)212.25º90.4%69.41%-
XYZ11.9110.7843.05-
YUV78.68183.4884.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.96%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=5.96%
G=31.93%
B=62.11%

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
Decimal17911770.900.4900.31212.2582.4738.04
Hex115BB15A3101Fd45226
Octal211332611326103732412246
Binary100011011011101100011011010110001011111110101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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