Color Hex Logo

#11309b Color Hex

#11309B
(17,48,155)
0 Favorites   0 Comments

Color spaces of #11309b

RGB 1748155
HSL0.630.800.34
HSV227°89°61°
CMYK 0.890.690.00   0.39
XYZ7.20454.599631.5184
Yxy4.59960.16630.1062
Hunter Lab21.446722.4311-72.1209
CIE-Lab25.562232.4574-60.6426

#11309b color RGB value is (17,48,155).

#11309b hex color red value is 17, green value is 48 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #11309b hue: 0.63 , saturation: 0.80 and the lightness value of 11309b is 0.34.

The process color (four color CMYK) of #11309b color hex is 0.89, 0.69, 0.00, 0.39. Web safe color of #11309b is #003399. Color #11309b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 10011011
Octal 21 60 233
Decimal 17 48 155
Hex 11 30 9B

RGB Percentages of Color #11309b

%7.73
%21.82
%70.45

CMYK Percentages of Color #11309b

%89
%69
%0
%39

Triadic Colors of #11309b

#11309b #9b1130 #309b11

Analogous Colors of #11309b

#11309b #37119b #11759b

Monochromatic Colors of #11309b

#11309b

Complementary Color

#11309b #9b7c11

#11309b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11309b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11309b Color CSS Codes

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

#11309b Text Font Color

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

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


#11309b Background Color

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

This div background color is #11309b


#11309b Border Color

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

This div border color is #11309b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11309b


Comments

No comments written yet.

Please login to write comment.