Color Hex Logo

#0d7493 Color Hex

#0D7493
(13,116,147)
0 Favorites   0 Comments

Color spaces of #0d7493

RGB 13116147
HSL0.540.840.31
HSV194°91°58°
CMYK 0.910.210.00   0.42
XYZ11.677814.682929.8224
Yxy14.68290.20790.2613
Hunter Lab38.3183-12.6577-19.3215
CIE-Lab45.1968-15.2118-24.3729

#0d7493 color RGB value is (13,116,147).

#0d7493 hex color red value is 13, green value is 116 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #0d7493 hue: 0.54 , saturation: 0.84 and the lightness value of 0d7493 is 0.31.

The process color (four color CMYK) of #0d7493 color hex is 0.91, 0.21, 0.00, 0.42. Web safe color of #0d7493 is #006699. Color #0d7493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110100 10010011
Octal 15 164 223
Decimal 13 116 147
Hex D 74 93

RGB Percentages of Color #0d7493

%4.71
%42.03
%53.26

CMYK Percentages of Color #0d7493

%91
%21
%0
%42

Triadic Colors of #0d7493

#0d7493 #930d74 #74930d

Analogous Colors of #0d7493

#0d7493 #0d3193 #0d936f

Monochromatic Colors of #0d7493

#0d7493

Complementary Color

#0d7493 #932c0d

#0d7493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d7493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d7493 Color CSS Codes

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

#0d7493 Text Font Color

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

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


#0d7493 Background Color

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

This div background color is #0d7493


#0d7493 Border Color

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

This div border color is #0d7493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d7493


Comments

No comments written yet.

Please login to write comment.