Color Hex Logo

#1831bd Color Hex

#1831BD
(24,49,189)
0 Favorites   0 Comments

Color spaces of #1831bd

RGB 2449189
HSL0.640.770.42
HSV231°87°74°
CMYK 0.870.740.00   0.26
XYZ10.66036.064948.7529
Yxy6.06490.16280.0926
Hunter Lab24.627034.1700-100.1346
CIE-Lab29.575644.6810-74.4279

#1831bd color RGB value is (24,49,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110001 10111101
Octal 30 61 275
Decimal 24 49 189
Hex 18 31 BD

RGB Percentages of Color #1831bd

%9.16
%18.70
%72.14

CMYK Percentages of Color #1831bd

%87
%74
%0
%26

Triadic Colors of #1831bd

#1831bd #bd1831 #31bd18

Analogous Colors of #1831bd

#1831bd #5118bd #1884bd

Monochromatic Colors of #1831bd

#1831bd

Complementary Color

#1831bd #bda418

#1831bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1831bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1831bd Color CSS Codes

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

#1831bd Text Font Color

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

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


#1831bd Background Color

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

This div background color is #1831bd


#1831bd Border Color

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

This div border color is #1831bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1831bd


Comments

No comments written yet.

Please login to write comment.