Color Hex Logo

#092249 Color Hex

#092249
(9,34,73)
0 Favorites   0 Comments

Color spaces of #092249

RGB 93473
HSL0.600.780.16
HSV217°88°29°
CMYK 0.880.530.00   0.71
XYZ1.88731.68326.5287
Yxy1.68320.18690.1667
Hunter Lab12.97383.2622-20.7543
CIE-Lab13.72837.2563-27.0246

#092249 color RGB value is (9,34,73).

#092249 hex color red value is 9, green value is 34 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #092249 hue: 0.60 , saturation: 0.78 and the lightness value of 092249 is 0.16.

The process color (four color CMYK) of #092249 color hex is 0.88, 0.53, 0.00, 0.71. Web safe color of #092249 is #003333. Color #092249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100010 01001001
Octal 11 42 111
Decimal 9 34 73
Hex 9 22 49

RGB Percentages of Color #092249

%7.76
%29.31
%62.93

CMYK Percentages of Color #092249

%88
%53
%0
%71

Triadic Colors of #092249

#092249 #490922 #224909

Analogous Colors of #092249

#092249 #100949 #094249

Monochromatic Colors of #092249

#092249

Complementary Color

#092249 #493009

#092249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092249 Color CSS Codes

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

#092249 Text Font Color

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

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


#092249 Background Color

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

This div background color is #092249


#092249 Border Color

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

This div border color is #092249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092249


Comments

No comments written yet.

Please login to write comment.