#1155BE

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

Shades of Denim #1155BE

Tints of Denim #1155BE

Color information

#1155BE (or 0x1155BE) is unknown color: approx Denim. HEX triplet: 11, 55 and BE. RGB value is (17,85,190). Sum of RGB (Red+Green+Blue) = 17+85+190=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #1155BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155BE is #EEAA41. Grayscale: #4C4C4C. Windows color (decimal): -15641154 or 12473617. OLE color: 12473617.

HSL color Cylindrical-coordinate representation of color #1155BE: hue angle of 216.42º 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 #1155BE is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1785190-
CMYK0.910.5500.25
HSL216.42º83.57%40.59%-
HSV(B)216.42º91.05%74.51%-
XYZ12.7710.3350.04-
YUV76.64191.9785.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.82%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 190 (74.61% from 255) = 65.07%
R=5.82%
G=29.11%
B=65.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17851900.910.5500.25216.4283.5740.59
Hex1155BE5B37019d85429
Octal211252761336703133012451
Binary100011010101101111101011011110111011001110110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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