#1151BF

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

Shades of Denim #1151BF

Tints of Denim #1151BF

Color information

#1151BF (or 0x1151BF) is unknown color: approx Denim. HEX triplet: 11, 51 and BF. RGB value is (17,81,191). Sum of RGB (Red+Green+Blue) = 17+81+191=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #1151BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1151BF is #EEAE40. Grayscale: #494949. Windows color (decimal): -15642177 or 12538129. OLE color: 12538129.

HSL color Cylindrical-coordinate representation of color #1151BF: hue angle of 217.93º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1151BF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1781191-
CMYK0.910.5800.25
HSL217.93º83.65%40.78%-
HSV(B)217.93º91.1%74.9%-
XYZ12.589.7750.51-
YUV74.4193.887.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 191 (75% from 255) = 66.09%
R=5.88%
G=28.03%
B=66.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17811910.910.5800.25217.9383.6540.78
Hex1151BF5B3A019da5429
Octal211212771337203133212451
Binary100011010001101111111011011111010011001110110101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1151BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1151BF; }

 p { color: rgb(17,81,191); }

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

<style>
 a { background-color: #1151BF; }

 a { background-color: rgb(17,81,191); }

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

<style>
 span { border-color: #1151BF; }

 span { border-color: rgb(17,81,191); }

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