Color Hex Logo

#241f99 Color Hex

#241F99
(36,31,153)
0 Favorites   0 Comments

Color spaces of #241f99

RGB 3631153
HSL0.670.660.36
HSV242°80°60°
CMYK 0.760.800.00   0.40
XYZ6.96733.654930.4752
Yxy3.65490.16950.0889
Hunter Lab19.117831.5965-81.1303
CIE-Lab22.496143.3250-64.4529

#241f99 color RGB value is (36,31,153).

#241f99 hex color red value is 36, green value is 31 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #241f99 hue: 0.67 , saturation: 0.66 and the lightness value of 241f99 is 0.36.

The process color (four color CMYK) of #241f99 color hex is 0.76, 0.80, 0.00, 0.40. Web safe color of #241f99 is #333399. Color #241f99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011111 10011001
Octal 44 37 231
Decimal 36 31 153
Hex 24 1F 99

RGB Percentages of Color #241f99

%16.36
%14.09
%69.55

CMYK Percentages of Color #241f99

%76
%80
%0
%40

Triadic Colors of #241f99

#241f99 #99241f #1f9924

Analogous Colors of #241f99

#241f99 #611f99 #1f5799

Monochromatic Colors of #241f99

#241f99

Complementary Color

#241f99 #94991f

#241f99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241f99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241f99 Color CSS Codes

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

#241f99 Text Font Color

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

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


#241f99 Background Color

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

This div background color is #241f99


#241f99 Border Color

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

This div border color is #241f99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,31,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #241f99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #241f99;
  -webkit-box-shadow: 1px 1px 3px 2px #241f99;
  box-shadow:         1px 1px 3px 2px #241f99; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,31,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241f99


Comments

No comments written yet.

Please login to write comment.