Color Hex Logo

#092959 Color Hex

#092959
(9,41,89)
0 Favorites   0 Comments

Color spaces of #092959

RGB 94189
HSL0.600.820.19
HSV216°90°35°
CMYK 0.900.540.00   0.65
XYZ2.70882.36529.7650
Yxy2.36520.18250.1594
Hunter Lab15.37924.5263-26.8806
CIE-Lab17.29779.2027-32.1131

#092959 color RGB value is (9,41,89).

#092959 hex color red value is 9, green value is 41 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #092959 hue: 0.60 , saturation: 0.82 and the lightness value of 092959 is 0.19.

The process color (four color CMYK) of #092959 color hex is 0.90, 0.54, 0.00, 0.65. Web safe color of #092959 is #003366. Color #092959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101001 01011001
Octal 11 51 131
Decimal 9 41 89
Hex 9 29 59

RGB Percentages of Color #092959

%6.47
%29.50
%64.03

CMYK Percentages of Color #092959

%90
%54
%0
%65

Triadic Colors of #092959

#092959 #590929 #295909

Analogous Colors of #092959

#092959 #110959 #095159

Monochromatic Colors of #092959

#092959

Complementary Color

#092959 #593909

#092959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092959 Color CSS Codes

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

#092959 Text Font Color

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

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


#092959 Background Color

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

This div background color is #092959


#092959 Border Color

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

This div border color is #092959


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,41,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #092959; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #092959;
  -webkit-box-shadow: 1px 1px 3px 2px #092959;
  box-shadow:         1px 1px 3px 2px #092959; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092959


Comments

No comments written yet.

Please login to write comment.