Color Hex Logo

#18649b Color Hex

#18649B
(24,100,155)
0 Favorites   0 Comments

Color spaces of #18649b

RGB 24100155
HSL0.570.730.35
HSV205°85°61°
CMYK 0.850.350.00   0.39
XYZ10.850311.675132.6920
Yxy11.67510.19650.2114
Hunter Lab34.1688-3.1129-32.8092
CIE-Lab40.6950-1.8233-36.1736

#18649b color RGB value is (24,100,155).

#18649b hex color red value is 24, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #18649b hue: 0.57 , saturation: 0.73 and the lightness value of 18649b is 0.35.

The process color (four color CMYK) of #18649b color hex is 0.85, 0.35, 0.00, 0.39. Web safe color of #18649b is #006699. Color #18649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01100100 10011011
Octal 30 144 233
Decimal 24 100 155
Hex 18 64 9B

RGB Percentages of Color #18649b

%8.60
%35.84
%55.56

CMYK Percentages of Color #18649b

%85
%35
%0
%39

Triadic Colors of #18649b

#18649b #9b1864 #649b18

Analogous Colors of #18649b

#18649b #18229b #189b91

Monochromatic Colors of #18649b

#18649b

Complementary Color

#18649b #9b4f18

#18649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18649b Color CSS Codes

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

#18649b Text Font Color

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

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


#18649b Background Color

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

This div background color is #18649b


#18649b Border Color

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

This div border color is #18649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18649b


Comments

No comments written yet.

Please login to write comment.