#1155BA

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

Shades of Denim #1155BA

Tints of Denim #1155BA

Color information

#1155BA (or 0x1155BA) is unknown color: approx Denim. HEX triplet: 11, 55 and BA. RGB value is (17,85,186). Sum of RGB (Red+Green+Blue) = 17+85+186=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #1155BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155BA is #EEAA45. Grayscale: #4B4B4B. Windows color (decimal): -15641158 or 12211473. OLE color: 12211473.

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

Color convert

RGB1785186-
CMYK0.910.5400.27
HSL215.86º83.25%39.8%-
HSV(B)215.86º90.86%72.94%-
XYZ12.3410.1647.77-
YUV76.18189.9785.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.90%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 186 (73.05% from 255) = 64.58%
R=5.90%
G=29.51%
B=64.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17851860.910.5400.27215.8683.2539.8
Hex1155BA5B3601Bd85328
Octal211252721336603333012350
Binary100011010101101110101011011110110011011110110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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