Color Hex Logo

#1812db Color Hex

#1812DB
(24,18,219)
0 Favorites   0 Comments

Color spaces of #1812db

RGB 2418219
HSL0.670.850.46
HSV242°92°86°
CMYK 0.890.920.00   0.14
XYZ13.37925.741367.4208
Yxy5.74130.15460.0663
Hunter Lab23.961057.7380-150.0558
CIE-Lab28.750267.2075-93.3119

#1812db color RGB value is (24,18,219).

#1812db hex color red value is 24, green value is 18 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1812db hue: 0.67 , saturation: 0.85 and the lightness value of 1812db is 0.46.

The process color (four color CMYK) of #1812db color hex is 0.89, 0.92, 0.00, 0.14. Web safe color of #1812db is #0000cc. Color #1812db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010010 11011011
Octal 30 22 333
Decimal 24 18 219
Hex 18 12 DB

RGB Percentages of Color #1812db

%9.20
%6.90
%83.91

CMYK Percentages of Color #1812db

%89
%92
%0
%14

Triadic Colors of #1812db

#1812db #db1812 #12db18

Analogous Colors of #1812db

#1812db #7d12db #1271db

Monochromatic Colors of #1812db

#1812db

Complementary Color

#1812db #d5db12

#1812db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1812db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1812db Color CSS Codes

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

#1812db Text Font Color

<p style="color:#1812db">Text here</p>

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


#1812db Background Color

<div style="background-color:#1812db">
Div content here</div>

This div background color is #1812db


#1812db Border Color

<div style="border:3px solid #1812db">
Div here</div>

This div border color is #1812db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,18,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1812db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1812db;
  -webkit-box-shadow: 1px 1px 3px 2px #1812db;
  box-shadow:         1px 1px 3px 2px #1812db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,18,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1812db


Comments

No comments written yet.

Please login to write comment.