Color Hex Logo

#18375a Color Hex

#18375A
(24,55,90)
0 Favorites   0 Comments

Color spaces of #18375a

RGB 245590
HSL0.590.580.22
HSV212°73°35°
CMYK 0.730.390.00   0.65
XYZ3.58833.664810.1911
Yxy3.66480.20570.2101
Hunter Lab19.1437-0.0433-18.1624
CIE-Lab22.53081.6526-24.3741

#18375a color RGB value is (24,55,90).

#18375a hex color red value is 24, green value is 55 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #18375a hue: 0.59 , saturation: 0.58 and the lightness value of 18375a is 0.22.

The process color (four color CMYK) of #18375a color hex is 0.73, 0.39, 0.00, 0.65. Web safe color of #18375a is #003366. Color #18375a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110111 01011010
Octal 30 67 132
Decimal 24 55 90
Hex 18 37 5A

RGB Percentages of Color #18375a

%14.20
%32.54
%53.25

CMYK Percentages of Color #18375a

%73
%39
%0
%65

Triadic Colors of #18375a

#18375a #5a1837 #375a18

Analogous Colors of #18375a

#18375a #1a185a #18585a

Monochromatic Colors of #18375a

#18375a

Complementary Color

#18375a #5a3b18

#18375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#18375a Color CSS Codes

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

#18375a Text Font Color

<p style="color:#18375a">Text here</p>

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


#18375a Background Color

<div style="background-color:#18375a">
Div content here</div>

This div background color is #18375a


#18375a Border Color

<div style="border:3px solid #18375a">
Div here</div>

This div border color is #18375a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,55,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18375a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18375a;
  -webkit-box-shadow: 1px 1px 3px 2px #18375a;
  box-shadow:         1px 1px 3px 2px #18375a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18375a


Comments

No comments written yet.

Please login to write comment.