Color Hex Logo

#0d213a Color Hex

#0D213A
(13,33,58)
0 Favorites   0 Comments

Color spaces of #0d213a

RGB 133358
HSL0.590.630.14
HSV213°78°23°
CMYK 0.780.430.00   0.77
XYZ1.47361.47884.2108
Yxy1.47880.20570.2064
Hunter Lab12.16060.3493-12.0177
CIE-Lab12.47261.9493-18.5432

#0d213a color RGB value is (13,33,58).

#0d213a hex color red value is 13, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #0d213a hue: 0.59 , saturation: 0.63 and the lightness value of 0d213a is 0.14.

The process color (four color CMYK) of #0d213a color hex is 0.78, 0.43, 0.00, 0.77. Web safe color of #0d213a is #003333. Color #0d213a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100001 00111010
Octal 15 41 72
Decimal 13 33 58
Hex D 21 3A

RGB Percentages of Color #0d213a

%12.50
%31.73
%55.77

CMYK Percentages of Color #0d213a

%78
%43
%0
%77

Triadic Colors of #0d213a

#0d213a #3a0d21 #213a0d

Analogous Colors of #0d213a

#0d213a #100d3a #0d383a

Monochromatic Colors of #0d213a

#0d213a

Complementary Color

#0d213a #3a260d

#0d213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d213a Color CSS Codes

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

#0d213a Text Font Color

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

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


#0d213a Background Color

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

This div background color is #0d213a


#0d213a Border Color

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

This div border color is #0d213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d213a


Comments

No comments written yet.

Please login to write comment.