Color Hex Logo

#18397b Color Hex

#18397B
(24,57,123)
0 Favorites   0 Comments

Color spaces of #18397b

RGB 2457123
HSL0.610.670.29
HSV220°80°48°
CMYK 0.800.540.00   0.52
XYZ5.41504.550519.3318
Yxy4.55050.18480.1553
Hunter Lab21.33197.9805-38.7986
CIE-Lab25.413713.8859-41.0059

#18397b color RGB value is (24,57,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00111001 01111011
Octal 30 71 173
Decimal 24 57 123
Hex 18 39 7B

RGB Percentages of Color #18397b

%11.76
%27.94
%60.29

CMYK Percentages of Color #18397b

%80
%54
%0
%52

Triadic Colors of #18397b

#18397b #7b1839 #397b18

Analogous Colors of #18397b

#18397b #28187b #186b7b

Monochromatic Colors of #18397b

#18397b

Complementary Color

#18397b #7b5a18

#18397b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18397b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18397b Color CSS Codes

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

#18397b Text Font Color

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

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


#18397b Background Color

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

This div background color is #18397b


#18397b Border Color

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

This div border color is #18397b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18397b


Comments

No comments written yet.

Please login to write comment.