Color Hex Logo

#09133e Color Hex

#09133E
(9,19,62)
0 Favorites   0 Comments

Color spaces of #09133e

RGB 91962
HSL0.640.750.14
HSV229°85°24°
CMYK 0.850.690.00   0.76
XYZ1.21500.87164.6616
Yxy0.87160.18000.1292
Hunter Lab9.33606.8924-23.0693
CIE-Lab7.873114.0081-28.8057

#09133e color RGB value is (9,19,62).

#09133e hex color red value is 9, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #09133e hue: 0.64 , saturation: 0.75 and the lightness value of 09133e is 0.14.

The process color (four color CMYK) of #09133e color hex is 0.85, 0.69, 0.00, 0.76. Web safe color of #09133e is #000033. Color #09133e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010011 00111110
Octal 11 23 76
Decimal 9 19 62
Hex 9 13 3E

RGB Percentages of Color #09133e

%10.00
%21.11
%68.89

CMYK Percentages of Color #09133e

%85
%69
%0
%76

Triadic Colors of #09133e

#09133e #3e0913 #133e09

Analogous Colors of #09133e

#09133e #1a093e #092e3e

Monochromatic Colors of #09133e

#09133e

Complementary Color

#09133e #3e3409

#09133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09133e Color CSS Codes

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

#09133e Text Font Color

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

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


#09133e Background Color

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

This div background color is #09133e


#09133e Border Color

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

This div border color is #09133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09133e


Comments

No comments written yet.

Please login to write comment.