Color Hex Logo

#030dbb Color Hex

#030DBB
(3,13,187)
0 Favorites   0 Comments

Color spaces of #030dbb

RGB 313187
HSL0.660.970.37
HSV237°98°73°
CMYK 0.980.930.00   0.27
XYZ9.15113.895147.2832
Yxy3.89510.15170.0646
Hunter Lab19.736048.2280-128.2308
CIE-Lab23.321659.6755-83.6576

#030dbb color RGB value is (3,13,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001101 10111011
Octal 3 15 273
Decimal 3 13 187
Hex 3 D BB

RGB Percentages of Color #030dbb

%1.48
%6.40
%92.12

CMYK Percentages of Color #030dbb

%98
%93
%0
%27

Triadic Colors of #030dbb

#030dbb #bb030d #0dbb03

Analogous Colors of #030dbb

#030dbb #5503bb #0369bb

Monochromatic Colors of #030dbb

#030dbb

Complementary Color

#030dbb #bbb103

#030dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#030dbb Color CSS Codes

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

#030dbb Text Font Color

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

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


#030dbb Background Color

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

This div background color is #030dbb


#030dbb Border Color

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

This div border color is #030dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030dbb


Comments

No comments written yet.

Please login to write comment.