Color Hex Logo

#091365 Color Hex

#091365
(9,19,101)
0 Favorites   0 Comments

Color spaces of #091365

RGB 919101
HSL0.650.840.22
HSV233°91°40°
CMYK 0.910.810.00   0.60
XYZ2.69451.463412.4524
Yxy1.46340.16220.0881
Hunter Lab12.097118.5890-52.5634
CIE-Lab12.373530.1585-48.1598

#091365 color RGB value is (9,19,101).

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

The process color (four color CMYK) of #091365 color hex is 0.91, 0.81, 0.00, 0.60. Web safe color of #091365 is #000066. Color #091365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010011 01100101
Octal 11 23 145
Decimal 9 19 101
Hex 9 13 65

RGB Percentages of Color #091365

%6.98
%14.73
%78.29

CMYK Percentages of Color #091365

%91
%81
%0
%60

Triadic Colors of #091365

#091365 #650913 #136509

Analogous Colors of #091365

#091365 #2d0965 #094165

Monochromatic Colors of #091365

#091365

Complementary Color

#091365 #655b09

#091365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091365 Color CSS Codes

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

#091365 Text Font Color

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

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


#091365 Background Color

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

This div background color is #091365


#091365 Border Color

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

This div border color is #091365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091365


Comments

No comments written yet.

Please login to write comment.