#1150B2

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

Shades of Denim #1150B2

Tints of Denim #1150B2

Color information

#1150B2 (or 0x1150B2) is unknown color: approx Denim. HEX triplet: 11, 50 and B2. RGB value is (17,80,178). Sum of RGB (Red+Green+Blue) = 17+80+178=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 178 (69.92% from 255 or 64.73% from 275); Max value from RGB is 178 - color contains mainly: blue. Hex color #1150B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1150B2 is #EEAF4D. Grayscale: #474747. Windows color (decimal): -15642446 or 11685905. OLE color: 11685905.

HSL color Cylindrical-coordinate representation of color #1150B2: hue angle of 216.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1150B2 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1780178-
CMYK0.900.5500.30
HSL216.52º82.56%38.24%-
HSV(B)216.52º90.45%69.8%-
XYZ11.149.0743.28-
YUV72.33187.6388.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 178 (69.92% from 255) = 64.73%
R=6.18%
G=29.09%
B=64.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17801780.900.5500.30216.5282.5638.24
Hex1150B25A3701Ed95326
Octal211202621326703633112346
Binary100011010000101100101011010110111011110110110011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1150B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1150B2; }

 p { color: rgb(17,80,178); }

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

<style>
 a { background-color: #1150B2; }

 a { background-color: rgb(17,80,178); }

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

<style>
 span { border-color: #1150B2; }

 span { border-color: rgb(17,80,178); }

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