Color Hex Logo

#0d469c Color Hex

#0D469C
(13,70,156)
0 Favorites   0 Comments

Color spaces of #0d469c

RGB 1370156
HSL0.600.850.33
HSV216°92°61°
CMYK 0.920.550.00   0.39
XYZ8.35696.866232.3373
Yxy6.86620.17570.1444
Hunter Lab26.203411.0719-54.8266
CIE-Lab31.500317.5910-51.5403

#0d469c color RGB value is (13,70,156).

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

The process color (four color CMYK) of #0d469c color hex is 0.92, 0.55, 0.00, 0.39. Web safe color of #0d469c is #003399. Color #0d469c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000110 10011100
Octal 15 106 234
Decimal 13 70 156
Hex D 46 9C

RGB Percentages of Color #0d469c

%5.44
%29.29
%65.27

CMYK Percentages of Color #0d469c

%92
%55
%0
%39

Triadic Colors of #0d469c

#0d469c #9c0d46 #469c0d

Analogous Colors of #0d469c

#0d469c #1b0d9c #0d8e9c

Monochromatic Colors of #0d469c

#0d469c

Complementary Color

#0d469c #9c630d

#0d469c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d469c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d469c Color CSS Codes

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

#0d469c Text Font Color

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

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


#0d469c Background Color

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

This div background color is #0d469c


#0d469c Border Color

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

This div border color is #0d469c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,70,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 #0d469c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d469c


Comments

No comments written yet.

Please login to write comment.