Color Hex Logo

#18236b Color Hex

#18236B
(24,35,107)
0 Favorites   0 Comments

Color spaces of #18236b

RGB 2435107
HSL0.640.630.26
HSV232°78°42°
CMYK 0.780.670.00   0.58
XYZ3.63162.457814.1929
Yxy2.45780.17910.1212
Hunter Lab15.677413.9134-42.7017
CIE-Lab17.726723.0320-43.2573

#18236b color RGB value is (24,35,107).

#18236b hex color red value is 24, green value is 35 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #18236b hue: 0.64 , saturation: 0.63 and the lightness value of 18236b is 0.26.

The process color (four color CMYK) of #18236b color hex is 0.78, 0.67, 0.00, 0.58. Web safe color of #18236b is #003366. Color #18236b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00100011 01101011
Octal 30 43 153
Decimal 24 35 107
Hex 18 23 6B

RGB Percentages of Color #18236b

%14.46
%21.08
%64.46

CMYK Percentages of Color #18236b

%78
%67
%0
%58

Triadic Colors of #18236b

#18236b #6b1823 #236b18

Analogous Colors of #18236b

#18236b #36186b #184d6b

Monochromatic Colors of #18236b

#18236b

Complementary Color

#18236b #6b6018

#18236b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18236b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18236b Color CSS Codes

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

#18236b Text Font Color

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

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


#18236b Background Color

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

This div background color is #18236b


#18236b Border Color

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

This div border color is #18236b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18236b


Comments

No comments written yet.

Please login to write comment.