Color Hex Logo

#18327f Color Hex

#18327F
(24,50,127)
0 Favorites   0 Comments

Color spaces of #18327f

RGB 2450127
HSL0.620.680.30
HSV225°81°50°
CMYK 0.810.610.00   0.50
XYZ5.34814.007720.5704
Yxy4.00770.17870.1339
Hunter Lab20.019212.6522-46.9089
CIE-Lab23.696920.4905-46.3172

#18327f color RGB value is (24,50,127).

#18327f hex color red value is 24, green value is 50 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #18327f hue: 0.62 , saturation: 0.68 and the lightness value of 18327f is 0.30.

The process color (four color CMYK) of #18327f color hex is 0.81, 0.61, 0.00, 0.50. Web safe color of #18327f is #003366. Color #18327f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110010 01111111
Octal 30 62 177
Decimal 24 50 127
Hex 18 32 7F

RGB Percentages of Color #18327f

%11.94
%24.88
%63.18

CMYK Percentages of Color #18327f

%81
%61
%0
%50

Triadic Colors of #18327f

#18327f #7f1832 #327f18

Analogous Colors of #18327f

#18327f #31187f #18667f

Monochromatic Colors of #18327f

#18327f

Complementary Color

#18327f #7f6518

#18327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18327f Color CSS Codes

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

#18327f Text Font Color

<p style="color:#18327f">Text here</p>

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


#18327f Background Color

<div style="background-color:#18327f">
Div content here</div>

This div background color is #18327f


#18327f Border Color

<div style="border:3px solid #18327f">
Div here</div>

This div border color is #18327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18327f


Comments

No comments written yet.

Please login to write comment.