Color Hex Logo

#093668 Color Hex

#093668
(9,54,104)
0 Favorites   0 Comments

Color spaces of #093668

RGB 954104
HSL0.590.840.22
HSV212°91°41°
CMYK 0.910.480.00   0.59
XYZ3.93053.695913.6029
Yxy3.69590.18510.1741
Hunter Lab19.22472.8511-28.4947
CIE-Lab22.63956.3550-33.3619

#093668 color RGB value is (9,54,104).

#093668 hex color red value is 9, green value is 54 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #093668 hue: 0.59 , saturation: 0.84 and the lightness value of 093668 is 0.22.

The process color (four color CMYK) of #093668 color hex is 0.91, 0.48, 0.00, 0.59. Web safe color of #093668 is #003366. Color #093668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 01101000
Octal 11 66 150
Decimal 9 54 104
Hex 9 36 68

RGB Percentages of Color #093668

%5.39
%32.34
%62.28

CMYK Percentages of Color #093668

%91
%48
%0
%59

Triadic Colors of #093668

#093668 #680936 #366809

Analogous Colors of #093668

#093668 #0b0968 #096668

Monochromatic Colors of #093668

#093668

Complementary Color

#093668 #683b09

#093668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093668 Color CSS Codes

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

#093668 Text Font Color

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

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


#093668 Background Color

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

This div background color is #093668


#093668 Border Color

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

This div border color is #093668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093668


Comments

No comments written yet.

Please login to write comment.