Color Hex Logo

#040dba Color Hex

#040DBA
(4,13,186)
0 Favorites   0 Comments

Color spaces of #040dba

RGB 413186
HSL0.660.960.37
HSV237°98°73°
CMYK 0.980.930.00   0.27
XYZ9.05693.858846.7218
Yxy3.85880.15190.0647
Hunter Lab19.643847.9218-127.2674
CIE-Lab23.199059.4146-83.2670

#040dba color RGB value is (4,13,186).

#040dba hex color red value is 4, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #040dba hue: 0.66 , saturation: 0.96 and the lightness value of 040dba is 0.37.

The process color (four color CMYK) of #040dba color hex is 0.98, 0.93, 0.00, 0.27. Web safe color of #040dba is #0000cc. Color #040dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001101 10111010
Octal 4 15 272
Decimal 4 13 186
Hex 4 D BA

RGB Percentages of Color #040dba

%1.97
%6.40
%91.63

CMYK Percentages of Color #040dba

%98
%93
%0
%27

Triadic Colors of #040dba

#040dba #ba040d #0dba04

Analogous Colors of #040dba

#040dba #5604ba #0468ba

Monochromatic Colors of #040dba

#040dba

Complementary Color

#040dba #bab104

#040dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#040dba Color CSS Codes

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

#040dba Text Font Color

<p style="color:#040dba">Text here</p>

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


#040dba Background Color

<div style="background-color:#040dba">
Div content here</div>

This div background color is #040dba


#040dba Border Color

<div style="border:3px solid #040dba">
Div here</div>

This div border color is #040dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040dba


Comments

No comments written yet.

Please login to write comment.