Color Hex Logo

#11375b Color Hex

#11375B
(17,55,91)
0 Favorites   0 Comments

Color spaces of #11375b

RGB 175591
HSL0.580.690.21
HSV209°81°36°
CMYK 0.810.400.00   0.64
XYZ3.48573.606910.4100
Yxy3.60690.19920.2061
Hunter Lab18.9918-0.4744-19.2043
CIE-Lab22.32680.9177-25.3714

#11375b color RGB value is (17,55,91).

#11375b hex color red value is 17, green value is 55 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #11375b hue: 0.58 , saturation: 0.69 and the lightness value of 11375b is 0.21.

The process color (four color CMYK) of #11375b color hex is 0.81, 0.40, 0.00, 0.64. Web safe color of #11375b is #003366. Color #11375b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 01011011
Octal 21 67 133
Decimal 17 55 91
Hex 11 37 5B

RGB Percentages of Color #11375b

%10.43
%33.74
%55.83

CMYK Percentages of Color #11375b

%81
%40
%0
%64

Triadic Colors of #11375b

#11375b #5b1137 #375b11

Analogous Colors of #11375b

#11375b #11125b #115b5a

Monochromatic Colors of #11375b

#11375b

Complementary Color

#11375b #5b3511

#11375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11375b Color CSS Codes

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

#11375b Text Font Color

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

This sample text font color is #11375b
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.


#11375b Background Color

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

This div background color is #11375b


#11375b Border Color

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

This div border color is #11375b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,55,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11375b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11375b;
  -webkit-box-shadow: 1px 1px 3px 2px #11375b;
  box-shadow:         1px 1px 3px 2px #11375b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11375b


Comments

No comments written yet.

Please login to write comment.