Color Hex Logo

#182970 Color Hex

#182970
(24,41,112)
1 Favorites   0 Comments

Color spaces of #182970

RGB 2441112
HSL0.630.650.27
HSV228°79°44°
CMYK 0.790.630.00   0.56
XYZ4.09432.949915.6828
Yxy2.94990.18020.1298
Hunter Lab17.175312.4947-42.1152
CIE-Lab19.842120.7819-43.0410

#182970 color RGB value is (24,41,112).

#182970 hex color red value is 24, green value is 41 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #182970 hue: 0.63 , saturation: 0.65 and the lightness value of 182970 is 0.27.

The process color (four color CMYK) of #182970 color hex is 0.79, 0.63, 0.00, 0.56. Web safe color of #182970 is #003366. Color #182970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101001 01110000
Octal 30 51 160
Decimal 24 41 112
Hex 18 29 70

RGB Percentages of Color #182970

%13.56
%23.16
%63.28

CMYK Percentages of Color #182970

%79
%63
%0
%56

Triadic Colors of #182970

#182970 #701829 #297018

Analogous Colors of #182970

#182970 #331870 #185570

Monochromatic Colors of #182970

#182970

Complementary Color

#182970 #705f18

#182970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#182970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#182970 Color CSS Codes

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

#182970 Text Font Color

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

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


#182970 Background Color

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

This div background color is #182970


#182970 Border Color

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

This div border color is #182970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #182970


Comments

No comments written yet.

Please login to write comment.