Color Hex Logo

#18336d Color Hex

#18336D
(24,51,109)
0 Favorites   0 Comments

Color spaces of #18336d

RGB 2451109
HSL0.610.640.26
HSV221°78°43°
CMYK 0.780.530.00   0.57
XYZ4.32083.666014.9479
Yxy3.66600.18840.1598
Hunter Lab19.14686.7746-32.8849
CIE-Lab22.535012.3489-36.7343

#18336d color RGB value is (24,51,109).

#18336d hex color red value is 24, green value is 51 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #18336d hue: 0.61 , saturation: 0.64 and the lightness value of 18336d is 0.26.

The process color (four color CMYK) of #18336d color hex is 0.78, 0.53, 0.00, 0.57. Web safe color of #18336d is #003366. Color #18336d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110011 01101101
Octal 30 63 155
Decimal 24 51 109
Hex 18 33 6D

RGB Percentages of Color #18336d

%13.04
%27.72
%59.24

CMYK Percentages of Color #18336d

%78
%53
%0
%57

Triadic Colors of #18336d

#18336d #6d1833 #336d18

Analogous Colors of #18336d

#18336d #27186d #185e6d

Monochromatic Colors of #18336d

#18336d

Complementary Color

#18336d #6d5218

#18336d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18336d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18336d Color CSS Codes

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

#18336d Text Font Color

<p style="color:#18336d">Text here</p>

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


#18336d Background Color

<div style="background-color:#18336d">
Div content here</div>

This div background color is #18336d


#18336d Border Color

<div style="border:3px solid #18336d">
Div here</div>

This div border color is #18336d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,51,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18336d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18336d;
  -webkit-box-shadow: 1px 1px 3px 2px #18336d;
  box-shadow:         1px 1px 3px 2px #18336d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18336d

#18336d Color Palettes


Comments

No comments written yet.

Please login to write comment.