Color Hex Logo

#11003b Color Hex

#11003B
(17,0,59)
0 Favorites   0 Comments

Color spaces of #11003b

RGB 17059
HSL0.711.000.12
HSV257°100°23°
CMYK 0.711.000.00   0.77
XYZ1.02060.43494.1678
Yxy0.43490.18150.0773
Hunter Lab6.594716.0841-32.8546
CIE-Lab3.928424.4102-33.0436

#11003b color RGB value is (17,0,59).

#11003b hex color red value is 17, green value is 0 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #11003b hue: 0.71 , saturation: 1.00 and the lightness value of 11003b is 0.12.

The process color (four color CMYK) of #11003b color hex is 0.71, 1.00, 0.00, 0.77. Web safe color of #11003b is #000033. Color #11003b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000000 00111011
Octal 21 0 73
Decimal 17 0 59
Hex 11 0 3B

RGB Percentages of Color #11003b

%22.37
%0.00
%77.63

CMYK Percentages of Color #11003b

%71
%100
%0
%77

Triadic Colors of #11003b

#11003b #3b1100 #003b11

Analogous Colors of #11003b

#11003b #2f003b #000d3b

Monochromatic Colors of #11003b

#11003b

Complementary Color

#11003b #2a3b00

#11003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11003b Color CSS Codes

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

#11003b Text Font Color

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

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


#11003b Background Color

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

This div background color is #11003b


#11003b Border Color

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

This div border color is #11003b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,0,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 #11003b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11003b


Comments

No comments written yet.

Please login to write comment.