Color Hex Logo

#0d1eba Color Hex

#0D1EBA
(13,30,186)
0 Favorites   0 Comments

Color spaces of #0d1eba

RGB 1330186
HSL0.650.870.39
HSV234°93°73°
CMYK 0.930.840.00   0.27
XYZ9.49324.559346.8341
Yxy4.55930.15590.0749
Hunter Lab21.352541.9931-115.0985
CIE-Lab25.440453.3633-79.5233

#0d1eba color RGB value is (13,30,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00011110 10111010
Octal 15 36 272
Decimal 13 30 186
Hex D 1E BA

RGB Percentages of Color #0d1eba

%5.68
%13.10
%81.22

CMYK Percentages of Color #0d1eba

%93
%84
%0
%27

Triadic Colors of #0d1eba

#0d1eba #ba0d1e #1eba0d

Analogous Colors of #0d1eba

#0d1eba #520dba #0d75ba

Monochromatic Colors of #0d1eba

#0d1eba

Complementary Color

#0d1eba #baa90d

#0d1eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1eba Color CSS Codes

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

#0d1eba Text Font Color

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

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


#0d1eba Background Color

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

This div background color is #0d1eba


#0d1eba Border Color

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

This div border color is #0d1eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,30,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 #0d1eba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1eba


Comments

No comments written yet.

Please login to write comment.