Color Hex Logo

#0d036e Color Hex

#0D036E
(13,3,110)
0 Favorites   0 Comments

Color spaces of #0d036e

RGB 133110
HSL0.680.950.22
HSV246°97°43°
CMYK 0.880.970.00   0.57
XYZ3.01301.276514.8394
Yxy1.27650.15750.0667
Hunter Lab11.298227.8303-69.9643
CIE-Lab11.110141.3887-56.1821

#0d036e color RGB value is (13,3,110).

#0d036e hex color red value is 13, green value is 3 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #0d036e hue: 0.68 , saturation: 0.95 and the lightness value of 0d036e is 0.22.

The process color (four color CMYK) of #0d036e color hex is 0.88, 0.97, 0.00, 0.57. Web safe color of #0d036e is #000066. Color #0d036e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000011 01101110
Octal 15 3 156
Decimal 13 3 110
Hex D 3 6E

RGB Percentages of Color #0d036e

%10.32
%2.38
%87.30

CMYK Percentages of Color #0d036e

%88
%97
%0
%57

Triadic Colors of #0d036e

#0d036e #6e0d03 #036e0d

Analogous Colors of #0d036e

#0d036e #42036e #032f6e

Monochromatic Colors of #0d036e

#0d036e

Complementary Color

#0d036e #646e03

#0d036e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d036e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d036e Color CSS Codes

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

#0d036e Text Font Color

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

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


#0d036e Background Color

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

This div background color is #0d036e


#0d036e Border Color

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

This div border color is #0d036e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,3,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d036e


Comments

No comments written yet.

Please login to write comment.