Color Hex Logo

#09256d Color Hex

#09256D
(9,37,109)
0 Favorites   0 Comments

Color spaces of #09256d

RGB 937109
HSL0.620.850.23
HSV223°92°43°
CMYK 0.920.660.00   0.57
XYZ3.53452.485314.7614
Yxy2.48530.17010.1196
Hunter Lab15.764812.4315-44.4808
CIE-Lab17.852020.9773-44.3775

#09256d color RGB value is (9,37,109).

#09256d hex color red value is 9, green value is 37 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #09256d hue: 0.62 , saturation: 0.85 and the lightness value of 09256d is 0.23.

The process color (four color CMYK) of #09256d color hex is 0.92, 0.66, 0.00, 0.57. Web safe color of #09256d is #003366. Color #09256d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100101 01101101
Octal 11 45 155
Decimal 9 37 109
Hex 9 25 6D

RGB Percentages of Color #09256d

%5.81
%23.87
%70.32

CMYK Percentages of Color #09256d

%92
%66
%0
%57

Triadic Colors of #09256d

#09256d #6d0925 #256d09

Analogous Colors of #09256d

#09256d #1f096d #09576d

Monochromatic Colors of #09256d

#09256d

Complementary Color

#09256d #6d5109

#09256d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09256d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09256d Color CSS Codes

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

#09256d Text Font Color

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

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


#09256d Background Color

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

This div background color is #09256d


#09256d Border Color

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

This div border color is #09256d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09256d


Comments

No comments written yet.

Please login to write comment.