Color Hex Logo

#18133b Color Hex

#18133B
(24,19,59)
0 Favorites   0 Comments

Color spaces of #18133b

RGB 241959
HSL0.690.510.15
HSV248°68°23°
CMYK 0.590.680.00   0.77
XYZ1.39900.97574.2523
Yxy0.97570.21110.1472
Hunter Lab9.87787.9951-18.6095
CIE-Lab8.787315.6938-25.1186

#18133b color RGB value is (24,19,59).

#18133b hex color red value is 24, green value is 19 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #18133b hue: 0.69 , saturation: 0.51 and the lightness value of 18133b is 0.15.

The process color (four color CMYK) of #18133b color hex is 0.59, 0.68, 0.00, 0.77. Web safe color of #18133b is #000033. Color #18133b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010011 00111011
Octal 30 23 73
Decimal 24 19 59
Hex 18 13 3B

RGB Percentages of Color #18133b

%23.53
%18.63
%57.84

CMYK Percentages of Color #18133b

%59
%68
%0
%77

Triadic Colors of #18133b

#18133b #3b1813 #133b18

Analogous Colors of #18133b

#18133b #2c133b #13223b

Monochromatic Colors of #18133b

#18133b

Complementary Color

#18133b #363b13

#18133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18133b Color CSS Codes

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

#18133b Text Font Color

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

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


#18133b Background Color

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

This div background color is #18133b


#18133b Border Color

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

This div border color is #18133b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18133b


Comments

No comments written yet.

Please login to write comment.