Color Hex Logo

#0936ae Color Hex

#0936AE
(9,54,174)
0 Favorites   0 Comments

Color spaces of #0936ae

RGB 954174
HSL0.620.900.36
HSV224°95°68°
CMYK 0.950.690.00   0.32
XYZ9.07185.752440.6766
Yxy5.75240.16350.1036
Hunter Lab23.984225.5438-83.7656
CIE-Lab28.779035.4882-66.8376

#0936ae color RGB value is (9,54,174).

#0936ae hex color red value is 9, green value is 54 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0936ae hue: 0.62 , saturation: 0.90 and the lightness value of 0936ae is 0.36.

The process color (four color CMYK) of #0936ae color hex is 0.95, 0.69, 0.00, 0.32. Web safe color of #0936ae is #003399. Color #0936ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 10101110
Octal 11 66 256
Decimal 9 54 174
Hex 9 36 AE

RGB Percentages of Color #0936ae

%3.80
%22.78
%73.42

CMYK Percentages of Color #0936ae

%95
%69
%0
%32

Triadic Colors of #0936ae

#0936ae #ae0936 #36ae09

Analogous Colors of #0936ae

#0936ae #2f09ae #0989ae

Monochromatic Colors of #0936ae

#0936ae

Complementary Color

#0936ae #ae8109

#0936ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0936ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0936ae Color CSS Codes

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

#0936ae Text Font Color

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

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


#0936ae Background Color

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

This div background color is #0936ae


#0936ae Border Color

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

This div border color is #0936ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0936ae


Comments

No comments written yet.

Please login to write comment.