Color Hex Logo

#030dba Color Hex

#030DBA
(3,13,186)
0 Favorites   0 Comments

Color spaces of #030dba

RGB 313186
HSL0.660.970.37
HSV237°98°73°
CMYK 0.980.930.00   0.27
XYZ9.04443.852446.7213
Yxy3.85240.15170.0646
Hunter Lab19.627547.9049-127.3944
CIE-Lab23.177459.4029-83.3039

#030dba color RGB value is (3,13,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001101 10111010
Octal 3 15 272
Decimal 3 13 186
Hex 3 D BA

RGB Percentages of Color #030dba

%1.49
%6.44
%92.08

CMYK Percentages of Color #030dba

%98
%93
%0
%27

Triadic Colors of #030dba

#030dba #ba030d #0dba03

Analogous Colors of #030dba

#030dba #5503ba #0369ba

Monochromatic Colors of #030dba

#030dba

Complementary Color

#030dba #bab003

#030dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#030dba Color CSS Codes

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

#030dba Text Font Color

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

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


#030dba Background Color

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

This div background color is #030dba


#030dba Border Color

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

This div border color is #030dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030dba


Comments

No comments written yet.

Please login to write comment.