Color Hex Logo

#03118a Color Hex

#03118A
(3,17,138)
0 Favorites   0 Comments

Color spaces of #03118a

RGB 317138
HSL0.650.960.28
HSV234°98°54°
CMYK 0.980.880.00   0.46
XYZ4.82542.255224.2257
Yxy2.25520.15410.0720
Hunter Lab15.017331.0757-85.1335
CIE-Lab16.773343.8765-64.6849

#03118a color RGB value is (3,17,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010001 10001010
Octal 3 21 212
Decimal 3 17 138
Hex 3 11 8A

RGB Percentages of Color #03118a

%1.90
%10.76
%87.34

CMYK Percentages of Color #03118a

%98
%88
%0
%46

Triadic Colors of #03118a

#03118a #8a0311 #118a03

Analogous Colors of #03118a

#03118a #38038a #03558a

Monochromatic Colors of #03118a

#03118a

Complementary Color

#03118a #8a7c03

#03118a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03118a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03118a Color CSS Codes

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

#03118a Text Font Color

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

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


#03118a Background Color

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

This div background color is #03118a


#03118a Border Color

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

This div border color is #03118a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03118a


Comments

No comments written yet.

Please login to write comment.