Hex #111155 Color

#111155
equivalent to

RGB

(17, 17, 85)

Details of #111155

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
17
2.0713
0.67
0.80
10.3787
1.1759
240°
10.8441
17
1.1759
0.67
0.80
25.9586
0.1732
80°
15.1177
85
8.7121
0.20
0.00   0.67
-40.7018
0.0983
33°
-40.0252

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001
21
17
11
Green
10001
21
17
11
Blue
1010101
125
85
55

RGB in % of #111155

%14.29
%14.29
%71.43

CMYK in % of #111155

%80
%80
%0
%67

Triads of color #111155

#111155 #115511 #551155

Similar Colors to #111155

#111155 #113355 #331155

Preview Color #111155 on black ground

#111155 is very interesting for text.

Preview Color #111155 on white ground

#111155 is very interesting for text.

CSS Codes #111155 color

.mybgcolor {background-color:#111155; }
.myforecolor {color:#111155; }
.mybordercolor {border:3px solid #111155; }

Text Font Color #111155

<p style="color:#111155">Text here</p>

This sample text font color is #111155
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #111155

<div style="background-color:#111155">
Div content here</div>

This div background color is #111155


Border Color #111155

<div style="border:3px solid #111155">
Div here</div>

The color of this border is #111155


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #111155; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #111155;
-webkit-box-shadow: 1px 1px 3px 2px #111155;
box-shadow:         1px 1px 3px 2px #111155; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #111155">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #111155;
  -webkit-box-shadow: 1px 1px 3px 2px #111155;
  box-shadow:         1px 1px 3px 2px #111155;">
Div content here</div>

The shadow of div box using color #111155