Color Hex Logo

#0d139a Color Hex

#0D139A
(13,19,154)
0 Favorites   0 Comments

Color spaces of #0d139a

RGB 1319154
HSL0.660.840.33
HSV237°92°60°
CMYK 0.920.880.00   0.40
XYZ6.23162.884430.8002
Yxy2.88440.15610.0723
Hunter Lab16.983535.7741-95.6360
CIE-Lab19.574948.2755-69.9529

#0d139a color RGB value is (13,19,154).

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

The process color (four color CMYK) of #0d139a color hex is 0.92, 0.88, 0.00, 0.40. Web safe color of #0d139a is #000099. Color #0d139a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010011 10011010
Octal 15 23 232
Decimal 13 19 154
Hex D 13 9A

RGB Percentages of Color #0d139a

%6.99
%10.22
%82.80

CMYK Percentages of Color #0d139a

%92
%88
%0
%40

Triadic Colors of #0d139a

#0d139a #9a0d13 #139a0d

Analogous Colors of #0d139a

#0d139a #4e0d9a #0d5a9a

Monochromatic Colors of #0d139a

#0d139a

Complementary Color

#0d139a #9a940d

#0d139a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d139a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d139a Color CSS Codes

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

#0d139a Text Font Color

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

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


#0d139a Background Color

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

This div background color is #0d139a


#0d139a Border Color

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

This div border color is #0d139a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d139a


Comments

No comments written yet.

Please login to write comment.