Color Hex Logo

#0d0faa Color Hex

#0D0FAA
(13,15,170)
0 Favorites   0 Comments

Color spaces of #0d0faa

RGB 1315170
HSL0.660.860.36
HSV239°92°67°
CMYK 0.920.910.00   0.33
XYZ7.59253.329538.2727
Yxy3.32950.15430.0677
Hunter Lab18.246942.3413-111.5873
CIE-Lab21.317954.4839-76.8062

#0d0faa color RGB value is (13,15,170).

#0d0faa hex color red value is 13, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0d0faa hue: 0.66 , saturation: 0.86 and the lightness value of 0d0faa is 0.36.

The process color (four color CMYK) of #0d0faa color hex is 0.92, 0.91, 0.00, 0.33. Web safe color of #0d0faa is #000099. Color #0d0faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001111 10101010
Octal 15 17 252
Decimal 13 15 170
Hex D F AA

RGB Percentages of Color #0d0faa

%6.57
%7.58
%85.86

CMYK Percentages of Color #0d0faa

%92
%91
%0
%33

Triadic Colors of #0d0faa

#0d0faa #aa0d0f #0faa0d

Analogous Colors of #0d0faa

#0d0faa #590daa #0d5eaa

Monochromatic Colors of #0d0faa

#0d0faa

Complementary Color

#0d0faa #aaa80d

#0d0faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d0faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d0faa Color CSS Codes

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

#0d0faa Text Font Color

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

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


#0d0faa Background Color

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

This div background color is #0d0faa


#0d0faa Border Color

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

This div border color is #0d0faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d0faa


Comments

No comments written yet.

Please login to write comment.