Color Hex Logo

#0d337e Color Hex

#0D337E
(13,51,126)
0 Favorites   0 Comments

Color spaces of #0d337e

RGB 1351126
HSL0.610.810.27
HSV220°90°49°
CMYK 0.900.600.00   0.51
XYZ5.11573.959620.2333
Yxy3.95960.17450.1351
Hunter Lab19.898711.0672-46.3577
CIE-Lab23.537418.3613-45.9618

#0d337e color RGB value is (13,51,126).

#0d337e hex color red value is 13, green value is 51 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #0d337e hue: 0.61 , saturation: 0.81 and the lightness value of 0d337e is 0.27.

The process color (four color CMYK) of #0d337e color hex is 0.90, 0.60, 0.00, 0.51. Web safe color of #0d337e is #003366. Color #0d337e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00110011 01111110
Octal 15 63 176
Decimal 13 51 126
Hex D 33 7E

RGB Percentages of Color #0d337e

%6.84
%26.84
%66.32

CMYK Percentages of Color #0d337e

%90
%60
%0
%51

Triadic Colors of #0d337e

#0d337e #7e0d33 #337e0d

Analogous Colors of #0d337e

#0d337e #200d7e #0d6c7e

Monochromatic Colors of #0d337e

#0d337e

Complementary Color

#0d337e #7e580d

#0d337e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d337e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d337e Color CSS Codes

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

#0d337e Text Font Color

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

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


#0d337e Background Color

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

This div background color is #0d337e


#0d337e Border Color

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

This div border color is #0d337e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d337e


Comments

No comments written yet.

Please login to write comment.