Color Hex Logo

#0d2690 Color Hex

#0D2690
(13,38,144)
0 Favorites   0 Comments

Color spaces of #0d2690

RGB 1338144
HSL0.630.830.31
HSV229°91°56°
CMYK 0.910.740.00   0.44
XYZ5.89313.485426.7477
Yxy3.48540.16310.0965
Hunter Lab18.669223.6739-71.8773
CIE-Lab21.891534.5711-59.9278

#0d2690 color RGB value is (13,38,144).

#0d2690 hex color red value is 13, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #0d2690 hue: 0.63 , saturation: 0.83 and the lightness value of 0d2690 is 0.31.

The process color (four color CMYK) of #0d2690 color hex is 0.91, 0.74, 0.00, 0.44. Web safe color of #0d2690 is #003399. Color #0d2690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100110 10010000
Octal 15 46 220
Decimal 13 38 144
Hex D 26 90

RGB Percentages of Color #0d2690

%6.67
%19.49
%73.85

CMYK Percentages of Color #0d2690

%91
%74
%0
%44

Triadic Colors of #0d2690

#0d2690 #900d26 #26900d

Analogous Colors of #0d2690

#0d2690 #350d90 #0d6890

Monochromatic Colors of #0d2690

#0d2690

Complementary Color

#0d2690 #90770d

#0d2690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d2690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d2690 Color CSS Codes

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

#0d2690 Text Font Color

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

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


#0d2690 Background Color

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

This div background color is #0d2690


#0d2690 Border Color

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

This div border color is #0d2690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d2690


Comments

No comments written yet.

Please login to write comment.