Color Hex Logo

#11333b Color Hex

#11333B
(17,51,59)
0 Favorites   0 Comments

Color spaces of #11333b

RGB 175159
HSL0.530.550.15
HSV191°71°23°
CMYK 0.710.140.00   0.77
XYZ2.20442.80264.5624
Yxy2.80260.23040.2929
Hunter Lab16.7410-5.7924-4.4396
CIE-Lab19.2353-9.2870-8.7158

#11333b color RGB value is (17,51,59).

#11333b hex color red value is 17, green value is 51 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #11333b hue: 0.53 , saturation: 0.55 and the lightness value of 11333b is 0.15.

The process color (four color CMYK) of #11333b color hex is 0.71, 0.14, 0.00, 0.77. Web safe color of #11333b is #003333. Color #11333b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 00111011
Octal 21 63 73
Decimal 17 51 59
Hex 11 33 3B

RGB Percentages of Color #11333b

%13.39
%40.16
%46.46

CMYK Percentages of Color #11333b

%71
%14
%0
%77

Triadic Colors of #11333b

#11333b #3b1133 #333b11

Analogous Colors of #11333b

#11333b #111e3b #113b2e

Monochromatic Colors of #11333b

#11333b

Complementary Color

#11333b #3b1911

#11333b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11333b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11333b Color CSS Codes

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

#11333b Text Font Color

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

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


#11333b Background Color

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

This div background color is #11333b


#11333b Border Color

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

This div border color is #11333b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11333b


Comments

No comments written yet.

Please login to write comment.