Color Hex Logo

#251a5f Color Hex

#251A5F
(37,26,95)
0 Favorites   0 Comments

Color spaces of #251a5f

RGB 372695
HSL0.690.570.24
HSV250°73°37°
CMYK 0.610.730.00   0.63
XYZ3.19791.958311.0359
Yxy1.95830.19750.1209
Hunter Lab13.993916.3015-36.9616
CIE-Lab15.266926.6446-39.3410

#251a5f color RGB value is (37,26,95).

#251a5f hex color red value is 37, green value is 26 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #251a5f hue: 0.69 , saturation: 0.57 and the lightness value of 251a5f is 0.24.

The process color (four color CMYK) of #251a5f color hex is 0.61, 0.73, 0.00, 0.63. Web safe color of #251a5f is #333366. Color #251a5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011010 01011111
Octal 45 32 137
Decimal 37 26 95
Hex 25 1A 5F

RGB Percentages of Color #251a5f

%23.42
%16.46
%60.13

CMYK Percentages of Color #251a5f

%61
%73
%0
%63

Triadic Colors of #251a5f

#251a5f #5f251a #1a5f25

Analogous Colors of #251a5f

#251a5f #481a5f #1a325f

Monochromatic Colors of #251a5f

#251a5f

Complementary Color

#251a5f #545f1a

#251a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#251a5f Color CSS Codes

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

#251a5f Text Font Color

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

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


#251a5f Background Color

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

This div background color is #251a5f


#251a5f Border Color

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

This div border color is #251a5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,26,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #251a5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #251a5f;
  -webkit-box-shadow: 1px 1px 3px 2px #251a5f;
  box-shadow:         1px 1px 3px 2px #251a5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,26,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251a5f


Comments

No comments written yet.

Please login to write comment.