Color Hex Logo

#09265e Color Hex

#09265E
(9,38,94)
0 Favorites   0 Comments

Color spaces of #09265e

RGB 93894
HSL0.610.830.20
HSV220°90°37°
CMYK 0.900.600.00   0.63
XYZ2.82622.252510.8755
Yxy2.25250.17710.1412
Hunter Lab15.00837.3485-32.4575
CIE-Lab16.760213.6947-36.3123

#09265e color RGB value is (9,38,94).

#09265e hex color red value is 9, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #09265e hue: 0.61 , saturation: 0.83 and the lightness value of 09265e is 0.20.

The process color (four color CMYK) of #09265e color hex is 0.90, 0.60, 0.00, 0.63. Web safe color of #09265e is #003366. Color #09265e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100110 01011110
Octal 11 46 136
Decimal 9 38 94
Hex 9 26 5E

RGB Percentages of Color #09265e

%6.38
%26.95
%66.67

CMYK Percentages of Color #09265e

%90
%60
%0
%63

Triadic Colors of #09265e

#09265e #5e0926 #265e09

Analogous Colors of #09265e

#09265e #16095e #09515e

Monochromatic Colors of #09265e

#09265e

Complementary Color

#09265e #5e4109

#09265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09265e Color CSS Codes

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

#09265e Text Font Color

<p style="color:#09265e">Text here</p>

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


#09265e Background Color

<div style="background-color:#09265e">
Div content here</div>

This div background color is #09265e


#09265e Border Color

<div style="border:3px solid #09265e">
Div here</div>

This div border color is #09265e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,38,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09265e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09265e;
  -webkit-box-shadow: 1px 1px 3px 2px #09265e;
  box-shadow:         1px 1px 3px 2px #09265e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09265e


Comments

No comments written yet.

Please login to write comment.