Color Hex Logo

#0d719c Color Hex

#0D719C
(13,113,156)
0 Favorites   0 Comments

Color spaces of #0d719c

RGB 13113156
HSL0.550.850.33
HSV198°92°61°
CMYK 0.920.280.00   0.39
XYZ12.071914.296133.5757
Yxy14.29610.20140.2385
Hunter Lab37.8102-9.1770-26.1828
CIE-Lab44.6546-10.1096-30.5427

#0d719c color RGB value is (13,113,156).

#0d719c hex color red value is 13, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #0d719c hue: 0.55 , saturation: 0.85 and the lightness value of 0d719c is 0.33.

The process color (four color CMYK) of #0d719c color hex is 0.92, 0.28, 0.00, 0.39. Web safe color of #0d719c is #006699. Color #0d719c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110001 10011100
Octal 15 161 234
Decimal 13 113 156
Hex D 71 9C

RGB Percentages of Color #0d719c

%4.61
%40.07
%55.32

CMYK Percentages of Color #0d719c

%92
%28
%0
%39

Triadic Colors of #0d719c

#0d719c #9c0d71 #719c0d

Analogous Colors of #0d719c

#0d719c #0d2a9c #0d9c80

Monochromatic Colors of #0d719c

#0d719c

Complementary Color

#0d719c #9c380d

#0d719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d719c Color CSS Codes

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

#0d719c Text Font Color

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

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


#0d719c Background Color

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

This div background color is #0d719c


#0d719c Border Color

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

This div border color is #0d719c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d719c


Comments

No comments written yet.

Please login to write comment.