Color Hex Logo

#030196 Color Hex

#030196
(3,1,150)
0 Favorites   0 Comments

Color spaces of #030196

RGB 31150
HSL0.670.990.30
HSV241°99°59°
CMYK 0.980.990.00   0.41
XYZ5.55342.243128.9944
Yxy2.24310.15090.0610
Hunter Lab14.977039.9773-104.2974
CIE-Lab16.714553.0077-72.2668

#030196 color RGB value is (3,1,150).

#030196 hex color red value is 3, green value is 1 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #030196 hue: 0.67 , saturation: 0.99 and the lightness value of 030196 is 0.30.

The process color (four color CMYK) of #030196 color hex is 0.98, 0.99, 0.00, 0.41. Web safe color of #030196 is #000099. Color #030196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000001 10010110
Octal 3 1 226
Decimal 3 1 150
Hex 3 1 96

RGB Percentages of Color #030196

%1.95
%0.65
%97.40

CMYK Percentages of Color #030196

%98
%99
%0
%41

Triadic Colors of #030196

#030196 #960301 #019603

Analogous Colors of #030196

#030196 #4e0196 #014a96

Monochromatic Colors of #030196

#030196

Complementary Color

#030196 #949601

#030196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030196 Color CSS Codes

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

#030196 Text Font Color

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

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


#030196 Background Color

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

This div background color is #030196


#030196 Border Color

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

This div border color is #030196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030196


Comments

No comments written yet.

Please login to write comment.