Color Hex Logo

#251baf Color Hex

#251BAF
(37,27,175)
0 Favorites   0 Comments

Color spaces of #251baf

RGB 3727175
HSL0.680.730.40
HSV244°85°69°
CMYK 0.790.850.00   0.31
XYZ8.89274.272340.9134
Yxy4.27230.16440.0790
Hunter Lab20.669540.6247-102.8903
CIE-Lab24.552052.1944-74.4046

#251baf color RGB value is (37,27,175).

#251baf hex color red value is 37, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #251baf hue: 0.68 , saturation: 0.73 and the lightness value of 251baf is 0.40.

The process color (four color CMYK) of #251baf color hex is 0.79, 0.85, 0.00, 0.31. Web safe color of #251baf is #333399. Color #251baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011011 10101111
Octal 45 33 257
Decimal 37 27 175
Hex 25 1B AF

RGB Percentages of Color #251baf

%15.48
%11.30
%73.22

CMYK Percentages of Color #251baf

%79
%85
%0
%31

Triadic Colors of #251baf

#251baf #af251b #1baf25

Analogous Colors of #251baf

#251baf #6f1baf #1b5baf

Monochromatic Colors of #251baf

#251baf

Complementary Color

#251baf #a5af1b

#251baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#251baf Color CSS Codes

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

#251baf Text Font Color

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

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


#251baf Background Color

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

This div background color is #251baf


#251baf Border Color

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

This div border color is #251baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251baf


Comments

No comments written yet.

Please login to write comment.