Color Hex Logo

#0d39ae Color Hex

#0D39AE
(13,57,174)
0 Favorites   0 Comments

Color spaces of #0d39ae

RGB 1357174
HSL0.620.860.37
HSV224°93°68°
CMYK 0.930.670.00   0.32
XYZ9.26916.067840.7271
Yxy6.06780.16530.1082
Hunter Lab24.632924.0601-80.7848
CIE-Lab29.582933.6679-65.5112

#0d39ae color RGB value is (13,57,174).

#0d39ae hex color red value is 13, green value is 57 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0d39ae hue: 0.62 , saturation: 0.86 and the lightness value of 0d39ae is 0.37.

The process color (four color CMYK) of #0d39ae color hex is 0.93, 0.67, 0.00, 0.32. Web safe color of #0d39ae is #003399. Color #0d39ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00111001 10101110
Octal 15 71 256
Decimal 13 57 174
Hex D 39 AE

RGB Percentages of Color #0d39ae

%5.33
%23.36
%71.31

CMYK Percentages of Color #0d39ae

%93
%67
%0
%32

Triadic Colors of #0d39ae

#0d39ae #ae0d39 #39ae0d

Analogous Colors of #0d39ae

#0d39ae #320dae #0d8aae

Monochromatic Colors of #0d39ae

#0d39ae

Complementary Color

#0d39ae #ae820d

#0d39ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d39ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d39ae Color CSS Codes

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

#0d39ae Text Font Color

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

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


#0d39ae Background Color

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

This div background color is #0d39ae


#0d39ae Border Color

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

This div border color is #0d39ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,57,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d39ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d39ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0d39ae;
  box-shadow:         1px 1px 3px 2px #0d39ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,57,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 #0d39ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d39ae


Comments

No comments written yet.

Please login to write comment.