Color Hex Logo

#03008e Color Hex

#03008E
(3,0,142)
0 Favorites   0 Comments

Color spaces of #03008e

RGB 30142
HSL0.671.000.28
HSV241°100°56°
CMYK 0.981.000.00   0.44
XYZ4.92001.972425.7126
Yxy1.97240.15090.0605
Hunter Lab14.044237.9551-98.7191
CIE-Lab15.341751.2490-69.5835

#03008e color RGB value is (3,0,142).

#03008e hex color red value is 3, green value is 0 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #03008e hue: 0.67 , saturation: 1.00 and the lightness value of 03008e is 0.28.

The process color (four color CMYK) of #03008e color hex is 0.98, 1.00, 0.00, 0.44. Web safe color of #03008e is #000099. Color #03008e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000000 10001110
Octal 3 0 216
Decimal 3 0 142
Hex 3 0 8E

RGB Percentages of Color #03008e

%2.07
%0.00
%97.93

CMYK Percentages of Color #03008e

%98
%100
%0
%44

Triadic Colors of #03008e

#03008e #8e0300 #008e03

Analogous Colors of #03008e

#03008e #4a008e #00448e

Monochromatic Colors of #03008e

#03008e

Complementary Color

#03008e #8b8e00

#03008e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03008e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03008e Color CSS Codes

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

#03008e Text Font Color

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

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


#03008e Background Color

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

This div background color is #03008e


#03008e Border Color

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

This div border color is #03008e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03008e


Comments

No comments written yet.

Please login to write comment.