Color Hex Logo

#030bbb Color Hex

#030BBB
(3,11,187)
0 Favorites   0 Comments

Color spaces of #030bbb

RGB 311187
HSL0.660.970.37
HSV237°98°73°
CMYK 0.980.940.00   0.27
XYZ9.12693.846647.2751
Yxy3.84660.15150.0638
Hunter Lab19.612848.7436-129.1853
CIE-Lab23.157760.1797-83.9315

#030bbb color RGB value is (3,11,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001011 10111011
Octal 3 13 273
Decimal 3 11 187
Hex 3 B BB

RGB Percentages of Color #030bbb

%1.49
%5.47
%93.03

CMYK Percentages of Color #030bbb

%98
%94
%0
%27

Triadic Colors of #030bbb

#030bbb #bb030b #0bbb03

Analogous Colors of #030bbb

#030bbb #5703bb #0367bb

Monochromatic Colors of #030bbb

#030bbb

Complementary Color

#030bbb #bbb303

#030bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#030bbb Color CSS Codes

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

#030bbb Text Font Color

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

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


#030bbb Background Color

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

This div background color is #030bbb


#030bbb Border Color

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

This div border color is #030bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030bbb


Comments

No comments written yet.

Please login to write comment.