Color Hex Logo

#1130bd Color Hex

#1130BD
(17,48,189)
0 Favorites   0 Comments

Color spaces of #1130bd

RGB 1748189
HSL0.640.830.40
HSV229°91°74°
CMYK 0.910.750.00   0.26
XYZ10.47345.907248.7323
Yxy5.90720.16080.0907
Hunter Lab24.304734.3860-101.8663
CIE-Lab29.177144.9812-75.0934

#1130bd color RGB value is (17,48,189).

#1130bd hex color red value is 17, green value is 48 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1130bd hue: 0.64 , saturation: 0.83 and the lightness value of 1130bd is 0.40.

The process color (four color CMYK) of #1130bd color hex is 0.91, 0.75, 0.00, 0.26. Web safe color of #1130bd is #0033cc. Color #1130bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 10111101
Octal 21 60 275
Decimal 17 48 189
Hex 11 30 BD

RGB Percentages of Color #1130bd

%6.69
%18.90
%74.41

CMYK Percentages of Color #1130bd

%91
%75
%0
%26

Triadic Colors of #1130bd

#1130bd #bd1130 #30bd11

Analogous Colors of #1130bd

#1130bd #4811bd #1186bd

Monochromatic Colors of #1130bd

#1130bd

Complementary Color

#1130bd #bd9e11

#1130bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1130bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1130bd Color CSS Codes

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

#1130bd Text Font Color

<p style="color:#1130bd">Text here</p>

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


#1130bd Background Color

<div style="background-color:#1130bd">
Div content here</div>

This div background color is #1130bd


#1130bd Border Color

<div style="border:3px solid #1130bd">
Div here</div>

This div border color is #1130bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1130bd


Comments

No comments written yet.

Please login to write comment.