Color Hex Logo

#1831db Color Hex

#1831DB
(24,49,219)
0 Favorites   0 Comments

Color spaces of #1831db

RGB 2449219
HSL0.650.800.48
HSV232°89°86°
CMYK 0.890.780.00   0.14
XYZ14.26127.505367.7149
Yxy7.50530.15940.0839
Hunter Lab27.395844.9776-127.3715
CIE-Lab32.930654.7826-86.3518

#1831db color RGB value is (24,49,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110001 11011011
Octal 30 61 333
Decimal 24 49 219
Hex 18 31 DB

RGB Percentages of Color #1831db

%8.22
%16.78
%75.00

CMYK Percentages of Color #1831db

%89
%78
%0
%14

Triadic Colors of #1831db

#1831db #db1831 #31db18

Analogous Colors of #1831db

#1831db #6118db #1893db

Monochromatic Colors of #1831db

#1831db

Complementary Color

#1831db #dbc218

#1831db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1831db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1831db Color CSS Codes

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

#1831db Text Font Color

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

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


#1831db Background Color

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

This div background color is #1831db


#1831db Border Color

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

This div border color is #1831db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1831db


Comments

No comments written yet.

Please login to write comment.