Color Hex Logo

#182992 Color Hex

#182992
(24,41,146)
0 Favorites   0 Comments

Color spaces of #182992

RGB 2441146
HSL0.640.720.33
HSV232°84°57°
CMYK 0.840.720.00   0.43
XYZ6.35793.855427.6032
Yxy3.85540.16810.1020
Hunter Lab19.635223.4370-69.6055
CIE-Lab23.187534.0567-59.0147

#182992 color RGB value is (24,41,146).

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

The process color (four color CMYK) of #182992 color hex is 0.84, 0.72, 0.00, 0.43. Web safe color of #182992 is #003399. Color #182992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101001 10010010
Octal 30 51 222
Decimal 24 41 146
Hex 18 29 92

RGB Percentages of Color #182992

%11.37
%19.43
%69.19

CMYK Percentages of Color #182992

%84
%72
%0
%43

Triadic Colors of #182992

#182992 #921829 #299218

Analogous Colors of #182992

#182992 #441892 #186692

Monochromatic Colors of #182992

#182992

Complementary Color

#182992 #928118

#182992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#182992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#182992 Color CSS Codes

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

#182992 Text Font Color

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

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


#182992 Background Color

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

This div background color is #182992


#182992 Border Color

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

This div border color is #182992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #182992


Comments

No comments written yet.

Please login to write comment.