Color Hex Logo

#0d4cba Color Hex

#0D4CBA
(13,76,186)
0 Favorites   0 Comments

Color spaces of #0d4cba

RGB 1376186
HSL0.610.870.39
HSV218°93°73°
CMYK 0.930.590.00   0.27
XYZ11.61338.799647.5408
Yxy8.79960.17090.1295
Hunter Lab29.664117.9693-74.2554
CIE-Lab35.595625.7143-62.7701

#0d4cba color RGB value is (13,76,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01001100 10111010
Octal 15 114 272
Decimal 13 76 186
Hex D 4C BA

RGB Percentages of Color #0d4cba

%4.73
%27.64
%67.64

CMYK Percentages of Color #0d4cba

%93
%59
%0
%27

Triadic Colors of #0d4cba

#0d4cba #ba0d4c #4cba0d

Analogous Colors of #0d4cba

#0d4cba #250dba #0da3ba

Monochromatic Colors of #0d4cba

#0d4cba

Complementary Color

#0d4cba #ba7b0d

#0d4cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d4cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d4cba Color CSS Codes

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

#0d4cba Text Font Color

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

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


#0d4cba Background Color

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

This div background color is #0d4cba


#0d4cba Border Color

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

This div border color is #0d4cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d4cba


Comments

No comments written yet.

Please login to write comment.