Color Hex Logo

#03196d Color Hex

#03196D
(3,25,109)
0 Favorites   0 Comments

Color spaces of #03196d

RGB 325109
HSL0.630.950.22
HSV228°97°43°
CMYK 0.970.770.00   0.57
XYZ3.14551.818714.6533
Yxy1.81870.16030.0927
Hunter Lab13.485918.0336-54.9822
CIE-Lab14.505529.0398-49.8959

#03196d color RGB value is (3,25,109).

#03196d hex color red value is 3, green value is 25 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #03196d hue: 0.63 , saturation: 0.95 and the lightness value of 03196d is 0.22.

The process color (four color CMYK) of #03196d color hex is 0.97, 0.77, 0.00, 0.57. Web safe color of #03196d is #000066. Color #03196d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011001 01101101
Octal 3 31 155
Decimal 3 25 109
Hex 3 19 6D

RGB Percentages of Color #03196d

%2.19
%18.25
%79.56

CMYK Percentages of Color #03196d

%97
%77
%0
%57

Triadic Colors of #03196d

#03196d #6d0319 #196d03

Analogous Colors of #03196d

#03196d #22036d #034e6d

Monochromatic Colors of #03196d

#03196d

Complementary Color

#03196d #6d5703

#03196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03196d Color CSS Codes

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

#03196d Text Font Color

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

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


#03196d Background Color

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

This div background color is #03196d


#03196d Border Color

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

This div border color is #03196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03196d


Comments

No comments written yet.

Please login to write comment.