Color Hex Logo

#0d469a Color Hex

#0D469A
(13,70,154)
0 Favorites   0 Comments

Color spaces of #0d469a

RGB 1370154
HSL0.600.840.33
HSV216°92°60°
CMYK 0.920.550.00   0.40
XYZ8.18896.799031.4526
Yxy6.79900.17630.1464
Hunter Lab26.074910.4274-53.2656
CIE-Lab31.344916.7611-50.5802

#0d469a color RGB value is (13,70,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000110 10011010
Octal 15 106 232
Decimal 13 70 154
Hex D 46 9A

RGB Percentages of Color #0d469a

%5.49
%29.54
%64.98

CMYK Percentages of Color #0d469a

%92
%55
%0
%40

Triadic Colors of #0d469a

#0d469a #9a0d46 #469a0d

Analogous Colors of #0d469a

#0d469a #1a0d9a #0d8d9a

Monochromatic Colors of #0d469a

#0d469a

Complementary Color

#0d469a #9a610d

#0d469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d469a Color CSS Codes

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

#0d469a Text Font Color

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

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


#0d469a Background Color

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

This div background color is #0d469a


#0d469a Border Color

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

This div border color is #0d469a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d469a


Comments

No comments written yet.

Please login to write comment.