#115DCC

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

Shades of Denim #115DCC

Tints of Denim #115DCC

Color information

#115DCC (or 0x115DCC) is unknown color: approx Denim. HEX triplet: 11, 5D and CC. RGB value is (17,93,204). Sum of RGB (Red+Green+Blue) = 17+93+204=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #115DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DCC is #EEA233. Grayscale: #525252. Windows color (decimal): -15639092 or 13393169. OLE color: 13393169.

HSL color Cylindrical-coordinate representation of color #115DCC: hue angle of 215.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115DCC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1793204-
CMYK0.920.5400.2
HSL215.61º84.62%43.33%-
HSV(B)215.61º91.67%80%-
XYZ15.0412.3158.71-
YUV82.93196.3280.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.41%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=5.41%
G=29.62%
B=64.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17932040.920.5400.2215.6184.6243.33
Hex115DCC5C36014d8552b
Octal211353141346602433012553
Binary100011011101110011001011100110110010100110110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,93,204); }

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

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

 a { background-color: rgb(17,93,204); }

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

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

 span { border-color: rgb(17,93,204); }

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