Color Hex Logo

#1815bd Color Hex

#1815BD
(24,21,189)
0 Favorites   0 Comments

Color spaces of #1815bd

RGB 2421189
HSL0.670.800.41
HSV241°89°74°
CMYK 0.870.890.00   0.26
XYZ9.83024.404648.4762
Yxy4.40460.15680.0702
Hunter Lab20.987146.8804-122.2573
CIE-Lab24.966358.1201-82.0850

#1815bd color RGB value is (24,21,189).

#1815bd hex color red value is 24, green value is 21 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1815bd hue: 0.67 , saturation: 0.80 and the lightness value of 1815bd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010101 10111101
Octal 30 25 275
Decimal 24 21 189
Hex 18 15 BD

RGB Percentages of Color #1815bd

%10.26
%8.97
%80.77

CMYK Percentages of Color #1815bd

%87
%89
%0
%26

Triadic Colors of #1815bd

#1815bd #bd1815 #15bd18

Analogous Colors of #1815bd

#1815bd #6c15bd #1566bd

Monochromatic Colors of #1815bd

#1815bd

Complementary Color

#1815bd #babd15

#1815bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1815bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1815bd Color CSS Codes

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

#1815bd Text Font Color

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

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


#1815bd Background Color

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

This div background color is #1815bd


#1815bd Border Color

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

This div border color is #1815bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1815bd


Comments

No comments written yet.

Please login to write comment.