Color Hex Logo

#11264b Color Hex

#11264B
(17,38,75)
0 Favorites   0 Comments

Color spaces of #11264b

RGB 173875
HSL0.610.630.18
HSV218°77°29°
CMYK 0.770.490.00   0.71
XYZ2.19432.01346.9296
Yxy2.01340.19700.1808
Hunter Lab14.18942.7723-19.0225
CIE-Lab15.55746.3480-25.4415

#11264b color RGB value is (17,38,75).

#11264b hex color red value is 17, green value is 38 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #11264b hue: 0.61 , saturation: 0.63 and the lightness value of 11264b is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 01001011
Octal 21 46 113
Decimal 17 38 75
Hex 11 26 4B

RGB Percentages of Color #11264b

%13.08
%29.23
%57.69

CMYK Percentages of Color #11264b

%77
%49
%0
%71

Triadic Colors of #11264b

#11264b #4b1126 #264b11

Analogous Colors of #11264b

#11264b #19114b #11434b

Monochromatic Colors of #11264b

#11264b

Complementary Color

#11264b #4b3611

#11264b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11264b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11264b Color CSS Codes

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

#11264b Text Font Color

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

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


#11264b Background Color

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

This div background color is #11264b


#11264b Border Color

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

This div border color is #11264b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11264b


Comments

No comments written yet.

Please login to write comment.