Color Hex Logo

#18519b Color Hex

#18519B
(24,81,155)
0 Favorites   0 Comments

Color spaces of #18519b

RGB 2481155
HSL0.590.730.35
HSV214°85°61°
CMYK 0.850.480.00   0.39
XYZ9.23558.445632.1537
Yxy8.44560.18530.1695
Hunter Lab29.06135.8689-45.2561
CIE-Lab34.894210.4959-45.4359

#18519b color RGB value is (24,81,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010001 10011011
Octal 30 121 233
Decimal 24 81 155
Hex 18 51 9B

RGB Percentages of Color #18519b

%9.23
%31.15
%59.62

CMYK Percentages of Color #18519b

%85
%48
%0
%39

Triadic Colors of #18519b

#18519b #9b1851 #519b18

Analogous Colors of #18519b

#18519b #21189b #18939b

Monochromatic Colors of #18519b

#18519b

Complementary Color

#18519b #9b6218

#18519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18519b Color CSS Codes

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

#18519b Text Font Color

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

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


#18519b Background Color

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

This div background color is #18519b


#18519b Border Color

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

This div border color is #18519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18519b


Comments

No comments written yet.

Please login to write comment.