Color Hex Logo

#1849bd Color Hex

#1849BD
(24,73,189)
0 Favorites   0 Comments

Color spaces of #1849bd

RGB 2473189
HSL0.620.770.42
HSV222°87°74°
CMYK 0.870.610.00   0.26
XYZ11.94458.633449.1810
Yxy8.63340.17120.1238
Hunter Lab29.382621.1434-78.6724
CIE-Lab35.268729.4599-65.0589

#1849bd color RGB value is (24,73,189).

#1849bd hex color red value is 24, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1849bd hue: 0.62 , saturation: 0.77 and the lightness value of 1849bd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001001 10111101
Octal 30 111 275
Decimal 24 73 189
Hex 18 49 BD

RGB Percentages of Color #1849bd

%8.39
%25.52
%66.08

CMYK Percentages of Color #1849bd

%87
%61
%0
%26

Triadic Colors of #1849bd

#1849bd #bd1849 #49bd18

Analogous Colors of #1849bd

#1849bd #3a18bd #189cbd

Monochromatic Colors of #1849bd

#1849bd

Complementary Color

#1849bd #bd8c18

#1849bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1849bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1849bd Color CSS Codes

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

#1849bd Text Font Color

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

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


#1849bd Background Color

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

This div background color is #1849bd


#1849bd Border Color

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

This div border color is #1849bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1849bd


Comments

No comments written yet.

Please login to write comment.