Color Hex Logo

#09257f Color Hex

#09257F
(9,37,127)
0 Favorites   0 Comments

Color spaces of #09257f

RGB 937127
HSL0.630.870.27
HSV226°93°50°
CMYK 0.930.710.00   0.50
XYZ4.60502.913520.3983
Yxy2.91350.16500.1044
Hunter Lab17.069018.2864-58.9063
CIE-Lab19.694128.4239-52.8976

#09257f color RGB value is (9,37,127).

#09257f hex color red value is 9, green value is 37 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #09257f hue: 0.63 , saturation: 0.87 and the lightness value of 09257f is 0.27.

The process color (four color CMYK) of #09257f color hex is 0.93, 0.71, 0.00, 0.50. Web safe color of #09257f is #003366. Color #09257f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100101 01111111
Octal 11 45 177
Decimal 9 37 127
Hex 9 25 7F

RGB Percentages of Color #09257f

%5.20
%21.39
%73.41

CMYK Percentages of Color #09257f

%93
%71
%0
%50

Triadic Colors of #09257f

#09257f #7f0925 #257f09

Analogous Colors of #09257f

#09257f #28097f #09607f

Monochromatic Colors of #09257f

#09257f

Complementary Color

#09257f #7f6309

#09257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09257f Color CSS Codes

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

#09257f Text Font Color

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

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


#09257f Background Color

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

This div background color is #09257f


#09257f Border Color

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

This div border color is #09257f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,37,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09257f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09257f;
  -webkit-box-shadow: 1px 1px 3px 2px #09257f;
  box-shadow:         1px 1px 3px 2px #09257f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09257f


Comments

No comments written yet.

Please login to write comment.