#1155bb

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

Shades of Denim #1155BB

Tints of Denim #1155BB

Color information

#1155BB (or 0x1155BB) is unknown color: approx Denim. HEX triplet: 11, 55 and BB. RGB value is (17,85,187). Sum of RGB (Red+Green+Blue) = 17+85+187=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #1155BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155BB is #EEAA44. Grayscale: #4B4B4B. Windows color (decimal): -15641157 or 12277009. OLE color: 12277009.

HSL color Cylindrical-coordinate representation of color #1155BB: hue angle of 216º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1155BB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1785187-
CMYK0.910.5500.27
HSL216º83.33%40%-
HSV(B)216º90.91%73.33%-
XYZ12.4510.248.33-
YUV76.3190.4785.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=5.88%
G=29.41%
B=64.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17851870.910.5500.2721683.3340
Hex1155BB5B3701Bd85328
Octal211252731336703333012350
Binary100011010101101110111011011110111011011110110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1155bb; }

 p { color: rgb(17,85,187); }

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

<style>
 a { background-color: #1155bb; }

 a { background-color: rgb(17,85,187); }

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

<style>
 span { border-color: #1155bb; }

 span { border-color: rgb(17,85,187); }

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