Color Hex Logo

#0d098d Color Hex

#0D098D
(13,9,141)
0 Favorites   0 Comments

Color spaces of #0d098d

RGB 139141
HSL0.670.880.29
HSV242°94°55°
CMYK 0.910.940.00   0.45
XYZ5.07142.204025.3574
Yxy2.20400.15540.0675
Hunter Lab14.845934.9959-90.8778
CIE-Lab16.523348.0479-66.9743

#0d098d color RGB value is (13,9,141).

#0d098d hex color red value is 13, green value is 9 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0d098d hue: 0.67 , saturation: 0.88 and the lightness value of 0d098d is 0.29.

The process color (four color CMYK) of #0d098d color hex is 0.91, 0.94, 0.00, 0.45. Web safe color of #0d098d is #000099. Color #0d098d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001001 10001101
Octal 15 11 215
Decimal 13 9 141
Hex D 9 8D

RGB Percentages of Color #0d098d

%7.98
%5.52
%86.50

CMYK Percentages of Color #0d098d

%91
%94
%0
%45

Triadic Colors of #0d098d

#0d098d #8d0d09 #098d0d

Analogous Colors of #0d098d

#0d098d #4f098d #09478d

Monochromatic Colors of #0d098d

#0d098d

Complementary Color

#0d098d #898d09

#0d098d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d098d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d098d Color CSS Codes

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

#0d098d Text Font Color

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

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


#0d098d Background Color

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

This div background color is #0d098d


#0d098d Border Color

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

This div border color is #0d098d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d098d


Comments

No comments written yet.

Please login to write comment.