Color Hex Logo

#093244 Color Hex

#093244
(9,50,68)
0 Favorites   0 Comments

Color spaces of #093244

RGB 95068
HSL0.550.770.15
HSV198°87°27°
CMYK 0.870.260.00   0.73
XYZ2.29662.75665.8799
Yxy2.75660.21010.2521
Hunter Lab16.6030-4.3644-9.3752
CIE-Lab19.0415-6.4906-15.1798

#093244 color RGB value is (9,50,68).

#093244 hex color red value is 9, green value is 50 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #093244 hue: 0.55 , saturation: 0.77 and the lightness value of 093244 is 0.15.

The process color (four color CMYK) of #093244 color hex is 0.87, 0.26, 0.00, 0.73. Web safe color of #093244 is #003333. Color #093244 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110010 01000100
Octal 11 62 104
Decimal 9 50 68
Hex 9 32 44

RGB Percentages of Color #093244

%7.09
%39.37
%53.54

CMYK Percentages of Color #093244

%87
%26
%0
%73

Triadic Colors of #093244

#093244 #440932 #324409

Analogous Colors of #093244

#093244 #091544 #094439

Monochromatic Colors of #093244

#093244

Complementary Color

#093244 #441b09

#093244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093244 Color CSS Codes

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

#093244 Text Font Color

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

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


#093244 Background Color

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

This div background color is #093244


#093244 Border Color

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

This div border color is #093244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093244


Comments

No comments written yet.

Please login to write comment.