Color Hex Logo

#0d52ba Color Hex

#0D52BA
(13,82,186)
0 Favorites   0 Comments

Color spaces of #0d52ba

RGB 1382186
HSL0.600.870.39
HSV216°93°73°
CMYK 0.930.560.00   0.27
XYZ12.04629.665347.6851
Yxy9.66530.17360.1393
Hunter Lab31.089114.7582-69.1780
CIE-Lab37.234921.6935-60.0970

#0d52ba color RGB value is (13,82,186).

#0d52ba hex color red value is 13, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0d52ba hue: 0.60 , saturation: 0.87 and the lightness value of 0d52ba is 0.39.

The process color (four color CMYK) of #0d52ba color hex is 0.93, 0.56, 0.00, 0.27. Web safe color of #0d52ba is #0066cc. Color #0d52ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01010010 10111010
Octal 15 122 272
Decimal 13 82 186
Hex D 52 BA

RGB Percentages of Color #0d52ba

%4.63
%29.18
%66.19

CMYK Percentages of Color #0d52ba

%93
%56
%0
%27

Triadic Colors of #0d52ba

#0d52ba #ba0d52 #52ba0d

Analogous Colors of #0d52ba

#0d52ba #1e0dba #0da9ba

Monochromatic Colors of #0d52ba

#0d52ba

Complementary Color

#0d52ba #ba750d

#0d52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d52ba Color CSS Codes

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

#0d52ba Text Font Color

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

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


#0d52ba Background Color

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

This div background color is #0d52ba


#0d52ba Border Color

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

This div border color is #0d52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d52ba


Comments

No comments written yet.

Please login to write comment.