Color Hex Logo

#092775 Color Hex

#092775
(9,39,117)
0 Favorites   0 Comments

Color spaces of #092775

RGB 939117
HSL0.620.860.25
HSV223°92°46°
CMYK 0.920.670.00   0.54
XYZ4.04912.793517.1554
Yxy2.79350.16870.1164
Hunter Lab16.713813.9946-49.1570
CIE-Lab19.197222.9146-47.3368

#092775 color RGB value is (9,39,117).

#092775 hex color red value is 9, green value is 39 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #092775 hue: 0.62 , saturation: 0.86 and the lightness value of 092775 is 0.25.

The process color (four color CMYK) of #092775 color hex is 0.92, 0.67, 0.00, 0.54. Web safe color of #092775 is #003366. Color #092775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100111 01110101
Octal 11 47 165
Decimal 9 39 117
Hex 9 27 75

RGB Percentages of Color #092775

%5.45
%23.64
%70.91

CMYK Percentages of Color #092775

%92
%67
%0
%54

Triadic Colors of #092775

#092775 #750927 #277509

Analogous Colors of #092775

#092775 #210975 #095d75

Monochromatic Colors of #092775

#092775

Complementary Color

#092775 #755709

#092775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092775 Color CSS Codes

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

#092775 Text Font Color

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

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


#092775 Background Color

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

This div background color is #092775


#092775 Border Color

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

This div border color is #092775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092775


Comments

No comments written yet.

Please login to write comment.