#115CBD

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

Shades of Denim #115CBD

Tints of Denim #115CBD

Color information

#115CBD (or 0x115CBD) is unknown color: approx Denim. HEX triplet: 11, 5C and BD. RGB value is (17,92,189). Sum of RGB (Red+Green+Blue) = 17+92+189=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #115CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CBD is #EEA342. Grayscale: #505050. Windows color (decimal): -15639363 or 12409873. OLE color: 12409873.

HSL color Cylindrical-coordinate representation of color #115CBD: hue angle of 213.84º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115CBD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1792189-
CMYK0.910.5100.26
HSL213.84º83.5%40.39%-
HSV(B)213.84º91.01%74.12%-
XYZ13.2411.4549.66-
YUV80.63189.1582.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.70%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 189 (74.22% from 255) = 63.42%
R=5.70%
G=30.87%
B=63.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17921890.910.5100.26213.8483.540.39
Hex115CBD5B3301Ad65328
Octal211342751336303232612350
Binary100011011100101111011011011110011011010110101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,92,189); }

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

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

 a { background-color: rgb(17,92,189); }

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

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

 span { border-color: rgb(17,92,189); }

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