Color Hex Logo

#18417b Color Hex

#18417B
(24,65,123)
0 Favorites   0 Comments

Color spaces of #18417b

RGB 2465123
HSL0.600.670.29
HSV215°80°48°
CMYK 0.800.470.00   0.52
XYZ5.84215.404819.4742
Yxy5.40480.19020.1759
Hunter Lab23.24824.1713-33.3913
CIE-Lab27.85828.2800-37.0666

#18417b color RGB value is (24,65,123).

#18417b hex color red value is 24, green value is 65 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #18417b hue: 0.60 , saturation: 0.67 and the lightness value of 18417b is 0.29.

The process color (four color CMYK) of #18417b color hex is 0.80, 0.47, 0.00, 0.52. Web safe color of #18417b is #003366. Color #18417b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000001 01111011
Octal 30 101 173
Decimal 24 65 123
Hex 18 41 7B

RGB Percentages of Color #18417b

%11.32
%30.66
%58.02

CMYK Percentages of Color #18417b

%80
%47
%0
%52

Triadic Colors of #18417b

#18417b #7b1841 #417b18

Analogous Colors of #18417b

#18417b #20187b #18737b

Monochromatic Colors of #18417b

#18417b

Complementary Color

#18417b #7b5218

#18417b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18417b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18417b Color CSS Codes

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

#18417b Text Font Color

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

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


#18417b Background Color

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

This div background color is #18417b


#18417b Border Color

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

This div border color is #18417b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18417b


Comments

No comments written yet.

Please login to write comment.