Color Hex Logo

#03195c Color Hex

#03195C
(3,25,92)
0 Favorites   0 Comments

Color spaces of #03195c

RGB 32592
HSL0.630.940.19
HSV225°97°36°
CMYK 0.970.730.00   0.64
XYZ2.31701.487310.2902
Yxy1.48730.16440.1055
Hunter Lab12.195512.5708-41.4903
CIE-Lab12.527122.0154-41.9153

#03195c color RGB value is (3,25,92).

#03195c hex color red value is 3, green value is 25 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #03195c hue: 0.63 , saturation: 0.94 and the lightness value of 03195c is 0.19.

The process color (four color CMYK) of #03195c color hex is 0.97, 0.73, 0.00, 0.64. Web safe color of #03195c is #000066. Color #03195c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011001 01011100
Octal 3 31 134
Decimal 3 25 92
Hex 3 19 5C

RGB Percentages of Color #03195c

%2.50
%20.83
%76.67

CMYK Percentages of Color #03195c

%97
%73
%0
%64

Triadic Colors of #03195c

#03195c #5c0319 #195c03

Analogous Colors of #03195c

#03195c #1a035c #03465c

Monochromatic Colors of #03195c

#03195c

Complementary Color

#03195c #5c4603

#03195c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03195c Color Preview on White Background

Lorem ipsum dolor sit amet.

#03195c Color CSS Codes

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

#03195c Text Font Color

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

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


#03195c Background Color

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

This div background color is #03195c


#03195c Border Color

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

This div border color is #03195c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03195c


Comments

No comments written yet.

Please login to write comment.