Color Hex Logo

#11265b Color Hex

#11265B
(17,38,91)
0 Favorites   0 Comments

Color spaces of #11265b

RGB 173891
HSL0.620.690.21
HSV223°81°36°
CMYK 0.810.580.00   0.64
XYZ2.81262.260710.1857
Yxy2.26070.18430.1482
Hunter Lab15.03567.0783-29.6403
CIE-Lab16.799913.2747-34.2389

#11265b color RGB value is (17,38,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 01011011
Octal 21 46 133
Decimal 17 38 91
Hex 11 26 5B

RGB Percentages of Color #11265b

%11.64
%26.03
%62.33

CMYK Percentages of Color #11265b

%81
%58
%0
%64

Triadic Colors of #11265b

#11265b #5b1126 #265b11

Analogous Colors of #11265b

#11265b #21115b #114b5b

Monochromatic Colors of #11265b

#11265b

Complementary Color

#11265b #5b4611

#11265b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11265b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11265b Color CSS Codes

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

#11265b Text Font Color

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

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


#11265b Background Color

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

This div background color is #11265b


#11265b Border Color

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

This div border color is #11265b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11265b


Comments

No comments written yet.

Please login to write comment.