Color Hex Logo

#18325b Color Hex

#18325B
(24,50,91)
0 Favorites   0 Comments

Color spaces of #18325b

RGB 245091
HSL0.600.580.23
HSV217°74°36°
CMYK 0.740.450.00   0.64
XYZ3.40563.230710.3416
Yxy3.23070.20060.1903
Hunter Lab17.97412.3660-21.5312
CIE-Lab20.94515.5910-27.5529

#18325b color RGB value is (24,50,91).

#18325b hex color red value is 24, green value is 50 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #18325b hue: 0.60 , saturation: 0.58 and the lightness value of 18325b is 0.23.

The process color (four color CMYK) of #18325b color hex is 0.74, 0.45, 0.00, 0.64. Web safe color of #18325b is #003366. Color #18325b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110010 01011011
Octal 30 62 133
Decimal 24 50 91
Hex 18 32 5B

RGB Percentages of Color #18325b

%14.55
%30.30
%55.15

CMYK Percentages of Color #18325b

%74
%45
%0
%64

Triadic Colors of #18325b

#18325b #5b1832 #325b18

Analogous Colors of #18325b

#18325b #20185b #18545b

Monochromatic Colors of #18325b

#18325b

Complementary Color

#18325b #5b4118

#18325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18325b Color CSS Codes

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

#18325b Text Font Color

<p style="color:#18325b">Text here</p>

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


#18325b Background Color

<div style="background-color:#18325b">
Div content here</div>

This div background color is #18325b


#18325b Border Color

<div style="border:3px solid #18325b">
Div here</div>

This div border color is #18325b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,50,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18325b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18325b;
  -webkit-box-shadow: 1px 1px 3px 2px #18325b;
  box-shadow:         1px 1px 3px 2px #18325b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18325b


Comments

No comments written yet.

Please login to write comment.