Color Hex Logo

#183dbd Color Hex

#183DBD
(24,61,189)
0 Favorites   0 Comments

Color spaces of #183dbd

RGB 2461189
HSL0.630.770.42
HSV227°87°74°
CMYK 0.870.680.00   0.26
XYZ11.23077.205848.9430
Yxy7.20580.16670.1069
Hunter Lab26.843627.7036-89.3108
CIE-Lab32.270937.2896-69.9795

#183dbd color RGB value is (24,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00111101 10111101
Octal 30 75 275
Decimal 24 61 189
Hex 18 3D BD

RGB Percentages of Color #183dbd

%8.76
%22.26
%68.98

CMYK Percentages of Color #183dbd

%87
%68
%0
%26

Triadic Colors of #183dbd

#183dbd #bd183d #3dbd18

Analogous Colors of #183dbd

#183dbd #4518bd #1890bd

Monochromatic Colors of #183dbd

#183dbd

Complementary Color

#183dbd #bd9818

#183dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#183dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#183dbd Color CSS Codes

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

#183dbd Text Font Color

<p style="color:#183dbd">Text here</p>

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


#183dbd Background Color

<div style="background-color:#183dbd">
Div content here</div>

This div background color is #183dbd


#183dbd Border Color

<div style="border:3px solid #183dbd">
Div here</div>

This div border color is #183dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #183dbd


Comments

No comments written yet.

Please login to write comment.