Color Hex Logo

#0d404c Color Hex

#0D404C
(13,64,76)
0 Favorites   0 Comments

Color spaces of #0d404c

RGB 136476
HSL0.530.710.17
HSV191°83°30°
CMYK 0.830.160.00   0.70
XYZ3.30394.27427.4883
Yxy4.27420.21930.2837
Hunter Lab20.6741-7.6540-7.0033
CIE-Lab24.5580-11.6391-12.0140

#0d404c color RGB value is (13,64,76).

#0d404c hex color red value is 13, green value is 64 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #0d404c hue: 0.53 , saturation: 0.71 and the lightness value of 0d404c is 0.17.

The process color (four color CMYK) of #0d404c color hex is 0.83, 0.16, 0.00, 0.70. Web safe color of #0d404c is #003333. Color #0d404c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000000 01001100
Octal 15 100 114
Decimal 13 64 76
Hex D 40 4C

RGB Percentages of Color #0d404c

%8.50
%41.83
%49.67

CMYK Percentages of Color #0d404c

%83
%16
%0
%70

Triadic Colors of #0d404c

#0d404c #4c0d40 #404c0d

Analogous Colors of #0d404c

#0d404c #0d214c #0d4c39

Monochromatic Colors of #0d404c

#0d404c

Complementary Color

#0d404c #4c190d

#0d404c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d404c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d404c Color CSS Codes

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

#0d404c Text Font Color

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

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


#0d404c Background Color

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

This div background color is #0d404c


#0d404c Border Color

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

This div border color is #0d404c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d404c


Comments

No comments written yet.

Please login to write comment.