Color Hex Logo

#18496b Color Hex

#18496B
(24,73,107)
0 Favorites   0 Comments

Color spaces of #18496b

RGB 2473107
HSL0.570.630.26
HSV205°78°42°
CMYK 0.780.320.00   0.58
XYZ5.41316.020814.7868
Yxy6.02080.20640.2296
Hunter Lab24.5373-3.5620-18.5535
CIE-Lab29.4649-3.5985-24.4142

#18496b color RGB value is (24,73,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001001 01101011
Octal 30 111 153
Decimal 24 73 107
Hex 18 49 6B

RGB Percentages of Color #18496b

%11.76
%35.78
%52.45

CMYK Percentages of Color #18496b

%78
%32
%0
%58

Triadic Colors of #18496b

#18496b #6b1849 #496b18

Analogous Colors of #18496b

#18496b #18206b #186b63

Monochromatic Colors of #18496b

#18496b

Complementary Color

#18496b #6b3a18

#18496b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18496b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18496b Color CSS Codes

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

#18496b Text Font Color

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

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


#18496b Background Color

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

This div background color is #18496b


#18496b Border Color

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

This div border color is #18496b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,73,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 #18496b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18496b


Comments

No comments written yet.

Please login to write comment.