Color Hex Logo

#18498b Color Hex

#18498B
(24,73,139)
0 Favorites   0 Comments

Color spaces of #18498b

RGB 2473139
HSL0.600.710.32
HSV214°83°55°
CMYK 0.830.470.00   0.45
XYZ7.41946.823425.3521
Yxy6.82340.18740.1723
Hunter Lab26.12164.9870-39.2582
CIE-Lab31.40149.3714-41.3138

#18498b color RGB value is (24,73,139).

#18498b hex color red value is 24, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #18498b hue: 0.60 , saturation: 0.71 and the lightness value of 18498b is 0.32.

The process color (four color CMYK) of #18498b color hex is 0.83, 0.47, 0.00, 0.45. Web safe color of #18498b is #003399. Color #18498b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001001 10001011
Octal 30 111 213
Decimal 24 73 139
Hex 18 49 8B

RGB Percentages of Color #18498b

%10.17
%30.93
%58.90

CMYK Percentages of Color #18498b

%83
%47
%0
%45

Triadic Colors of #18498b

#18498b #8b1849 #498b18

Analogous Colors of #18498b

#18498b #21188b #18838b

Monochromatic Colors of #18498b

#18498b

Complementary Color

#18498b #8b5a18

#18498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18498b Color CSS Codes

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

#18498b Text Font Color

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

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


#18498b Background Color

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

This div background color is #18498b


#18498b Border Color

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

This div border color is #18498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18498b


Comments

No comments written yet.

Please login to write comment.