Color Hex Logo

#1291bd Color Hex

#1291BD
(18,145,189)
0 Favorites   0 Comments

Color spaces of #1291bd

RGB 18145189
HSL0.540.830.41
HSV195°90°74°
CMYK 0.900.230.00   0.26
XYZ19.560224.053551.7560
Yxy24.05350.20510.2522
Hunter Lab49.0444-14.6371-28.2370
CIE-Lab56.1413-15.7549-31.7043

#1291bd color RGB value is (18,145,189).

#1291bd hex color red value is 18, green value is 145 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1291bd hue: 0.54 , saturation: 0.83 and the lightness value of 1291bd is 0.41.

The process color (four color CMYK) of #1291bd color hex is 0.90, 0.23, 0.00, 0.26. Web safe color of #1291bd is #0099cc. Color #1291bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010001 10111101
Octal 22 221 275
Decimal 18 145 189
Hex 12 91 BD

RGB Percentages of Color #1291bd

%5.11
%41.19
%53.69

CMYK Percentages of Color #1291bd

%90
%23
%0
%26

Triadic Colors of #1291bd

#1291bd #bd1291 #91bd12

Analogous Colors of #1291bd

#1291bd #123bbd #12bd94

Monochromatic Colors of #1291bd

#1291bd

Complementary Color

#1291bd #bd3e12

#1291bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1291bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1291bd Color CSS Codes

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

#1291bd Text Font Color

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

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


#1291bd Background Color

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

This div background color is #1291bd


#1291bd Border Color

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

This div border color is #1291bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,145,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 #1291bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1291bd


Comments

No comments written yet.

Please login to write comment.