Color Hex Logo

#1819db Color Hex

#1819DB
(24,25,219)
0 Favorites   0 Comments

Color spaces of #1819db

RGB 2425219
HSL0.670.800.48
HSV240°89°86°
CMYK 0.890.890.00   0.14
XYZ13.51056.003967.4646
Yxy6.00390.15530.0690
Hunter Lab24.502955.5422-146.0933
CIE-Lab29.422365.1584-92.1900

#1819db color RGB value is (24,25,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00011001 11011011
Octal 30 31 333
Decimal 24 25 219
Hex 18 19 DB

RGB Percentages of Color #1819db

%8.96
%9.33
%81.72

CMYK Percentages of Color #1819db

%89
%89
%0
%14

Triadic Colors of #1819db

#1819db #db1819 #19db18

Analogous Colors of #1819db

#1819db #7918db #187bdb

Monochromatic Colors of #1819db

#1819db

Complementary Color

#1819db #dbda18

#1819db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1819db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1819db Color CSS Codes

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

#1819db Text Font Color

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

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


#1819db Background Color

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

This div background color is #1819db


#1819db Border Color

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

This div border color is #1819db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1819db


Comments

No comments written yet.

Please login to write comment.