Color Hex Logo

#0d045f Color Hex

#0D045F
(13,4,95)
0 Favorites   0 Comments

Color spaces of #0d045f

RGB 13495
HSL0.680.920.19
HSV246°96°37°
CMYK 0.860.960.00   0.63
XYZ2.27500.998610.8993
Yxy0.99860.16050.0705
Hunter Lab9.993023.1495-57.6721
CIE-Lab8.979836.4243-49.7945

#0d045f color RGB value is (13,4,95).

#0d045f hex color red value is 13, green value is 4 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0d045f hue: 0.68 , saturation: 0.92 and the lightness value of 0d045f is 0.19.

The process color (four color CMYK) of #0d045f color hex is 0.86, 0.96, 0.00, 0.63. Web safe color of #0d045f is #000066. Color #0d045f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000100 01011111
Octal 15 4 137
Decimal 13 4 95
Hex D 4 5F

RGB Percentages of Color #0d045f

%11.61
%3.57
%84.82

CMYK Percentages of Color #0d045f

%86
%96
%0
%63

Triadic Colors of #0d045f

#0d045f #5f0d04 #045f0d

Analogous Colors of #0d045f

#0d045f #3b045f #04285f

Monochromatic Colors of #0d045f

#0d045f

Complementary Color

#0d045f #565f04

#0d045f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d045f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d045f Color CSS Codes

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

#0d045f Text Font Color

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

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


#0d045f Background Color

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

This div background color is #0d045f


#0d045f Border Color

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

This div border color is #0d045f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d045f


Comments

No comments written yet.

Please login to write comment.