#115FB6

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

Shades of Denim #115FB6

Tints of Denim #115FB6

Color information

#115FB6 (or 0x115FB6) is unknown color: approx Denim. HEX triplet: 11, 5F and B6. RGB value is (17,95,182). Sum of RGB (Red+Green+Blue) = 17+95+182=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #115FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FB6 is #EEA049. Grayscale: #515151. Windows color (decimal): -15638602 or 11951889. OLE color: 11951889.

HSL color Cylindrical-coordinate representation of color #115FB6: hue angle of 211.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115FB6 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1795182-
CMYK0.910.4800.29
HSL211.64º82.91%39.02%-
HSV(B)211.64º90.66%71.37%-
XYZ12.7711.6845.84-
YUV81.6184.6681.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 182 (71.48% from 255) = 61.90%
R=5.78%
G=32.31%
B=61.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17951820.910.4800.29211.6482.9139.02
Hex115FB65B3001Dd45327
Octal211372661336003532412347
Binary100011011111101101101011011110000011101110101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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