Color Hex Logo

#182979 Color Hex

#182979
(24,41,121)
0 Favorites   0 Comments

Color spaces of #182979

RGB 2441121
HSL0.640.670.28
HSV229°80°47°
CMYK 0.800.660.00   0.53
XYZ4.62083.160518.4557
Yxy3.16050.17610.1205
Hunter Lab17.777815.2845-49.1064
CIE-Lab20.675524.4018-47.4508

#182979 color RGB value is (24,41,121).

#182979 hex color red value is 24, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #182979 hue: 0.64 , saturation: 0.67 and the lightness value of 182979 is 0.28.

The process color (four color CMYK) of #182979 color hex is 0.80, 0.66, 0.00, 0.53. Web safe color of #182979 is #003366. Color #182979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101001 01111001
Octal 30 51 171
Decimal 24 41 121
Hex 18 29 79

RGB Percentages of Color #182979

%12.90
%22.04
%65.05

CMYK Percentages of Color #182979

%80
%66
%0
%53

Triadic Colors of #182979

#182979 #791829 #297918

Analogous Colors of #182979

#182979 #381879 #185a79

Monochromatic Colors of #182979

#182979

Complementary Color

#182979 #796818

#182979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#182979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#182979 Color CSS Codes

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

#182979 Text Font Color

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

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


#182979 Background Color

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

This div background color is #182979


#182979 Border Color

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

This div border color is #182979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,41,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #182979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #182979;
  -webkit-box-shadow: 1px 1px 3px 2px #182979;
  box-shadow:         1px 1px 3px 2px #182979; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #182979


Comments

No comments written yet.

Please login to write comment.