Color Hex Logo

#03198a Color Hex

#03198A
(3,25,138)
0 Favorites   0 Comments

Color spaces of #03198a

RGB 325138
HSL0.640.960.28
HSV230°98°54°
CMYK 0.980.820.00   0.46
XYZ4.97262.549624.2748
Yxy2.54960.15640.0802
Hunter Lab15.967527.6455-78.9594
CIE-Lab18.141539.8429-62.4078

#03198a color RGB value is (3,25,138).

#03198a hex color red value is 3, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #03198a hue: 0.64 , saturation: 0.96 and the lightness value of 03198a is 0.28.

The process color (four color CMYK) of #03198a color hex is 0.98, 0.82, 0.00, 0.46. Web safe color of #03198a is #000099. Color #03198a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011001 10001010
Octal 3 31 212
Decimal 3 25 138
Hex 3 19 8A

RGB Percentages of Color #03198a

%1.81
%15.06
%83.13

CMYK Percentages of Color #03198a

%98
%82
%0
%46

Triadic Colors of #03198a

#03198a #8a0319 #198a03

Analogous Colors of #03198a

#03198a #30038a #035d8a

Monochromatic Colors of #03198a

#03198a

Complementary Color

#03198a #8a7403

#03198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03198a Color CSS Codes

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

#03198a Text Font Color

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

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


#03198a Background Color

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

This div background color is #03198a


#03198a Border Color

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

This div border color is #03198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03198a


Comments

No comments written yet.

Please login to write comment.