Color Hex Logo

#0d047c Color Hex

#0D047C
(13,4,124)
0 Favorites   0 Comments

Color spaces of #0d047c

RGB 134124
HSL0.680.940.25
HSV245°97°49°
CMYK 0.900.970.00   0.51
XYZ3.84751.627619.1802
Yxy1.62760.15610.0660
Hunter Lab12.757731.5063-80.2071
CIE-Lab13.397344.9664-61.4293

#0d047c color RGB value is (13,4,124).

#0d047c hex color red value is 13, green value is 4 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #0d047c hue: 0.68 , saturation: 0.94 and the lightness value of 0d047c is 0.25.

The process color (four color CMYK) of #0d047c color hex is 0.90, 0.97, 0.00, 0.51. Web safe color of #0d047c is #000066. Color #0d047c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000100 01111100
Octal 15 4 174
Decimal 13 4 124
Hex D 4 7C

RGB Percentages of Color #0d047c

%9.22
%2.84
%87.94

CMYK Percentages of Color #0d047c

%90
%97
%0
%51

Triadic Colors of #0d047c

#0d047c #7c0d04 #047c0d

Analogous Colors of #0d047c

#0d047c #49047c #04377c

Monochromatic Colors of #0d047c

#0d047c

Complementary Color

#0d047c #737c04

#0d047c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d047c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d047c Color CSS Codes

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

#0d047c Text Font Color

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

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


#0d047c Background Color

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

This div background color is #0d047c


#0d047c Border Color

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

This div border color is #0d047c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d047c


Comments

No comments written yet.

Please login to write comment.