Color Hex Logo

#1125bb Color Hex

#1125BB
(17,37,187)
0 Favorites   0 Comments

Color spaces of #1125bb

RGB 1737187
HSL0.650.830.40
HSV233°91°73°
CMYK 0.910.800.00   0.27
XYZ9.86245.030247.4648
Yxy5.03020.15820.0807
Hunter Lab22.428139.2433-109.7763
CIE-Lab26.820650.3833-77.8183

#1125bb color RGB value is (17,37,187).

#1125bb hex color red value is 17, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1125bb hue: 0.65 , saturation: 0.83 and the lightness value of 1125bb is 0.40.

The process color (four color CMYK) of #1125bb color hex is 0.91, 0.80, 0.00, 0.27. Web safe color of #1125bb is #0033cc. Color #1125bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 10111011
Octal 21 45 273
Decimal 17 37 187
Hex 11 25 BB

RGB Percentages of Color #1125bb

%7.05
%15.35
%77.59

CMYK Percentages of Color #1125bb

%91
%80
%0
%27

Triadic Colors of #1125bb

#1125bb #bb1125 #25bb11

Analogous Colors of #1125bb

#1125bb #5211bb #117abb

Monochromatic Colors of #1125bb

#1125bb

Complementary Color

#1125bb #bba711

#1125bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1125bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1125bb Color CSS Codes

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

#1125bb Text Font Color

<p style="color:#1125bb">Text here</p>

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


#1125bb Background Color

<div style="background-color:#1125bb">
Div content here</div>

This div background color is #1125bb


#1125bb Border Color

<div style="border:3px solid #1125bb">
Div here</div>

This div border color is #1125bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,37,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1125bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1125bb;
  -webkit-box-shadow: 1px 1px 3px 2px #1125bb;
  box-shadow:         1px 1px 3px 2px #1125bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1125bb


Comments

No comments written yet.

Please login to write comment.