Color Hex Logo

#0d489a Color Hex

#0D489A
(13,72,154)
0 Favorites   0 Comments

Color spaces of #0d489a

RGB 1372154
HSL0.600.840.33
HSV215°92°60°
CMYK 0.920.530.00   0.40
XYZ8.31617.053431.4950
Yxy7.05340.17740.1505
Hunter Lab26.55829.4162-51.7203
CIE-Lab31.928215.3845-49.6340

#0d489a color RGB value is (13,72,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01001000 10011010
Octal 15 110 232
Decimal 13 72 154
Hex D 48 9A

RGB Percentages of Color #0d489a

%5.44
%30.13
%64.44

CMYK Percentages of Color #0d489a

%92
%53
%0
%40

Triadic Colors of #0d489a

#0d489a #9a0d48 #489a0d

Analogous Colors of #0d489a

#0d489a #180d9a #0d8f9a

Monochromatic Colors of #0d489a

#0d489a

Complementary Color

#0d489a #9a5f0d

#0d489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d489a Color CSS Codes

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

#0d489a Text Font Color

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

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


#0d489a Background Color

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

This div background color is #0d489a


#0d489a Border Color

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

This div border color is #0d489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d489a


Comments

No comments written yet.

Please login to write comment.