Color Hex Logo

#03075a Color Hex

#03075A
(3,7,90)
0 Favorites   0 Comments

Color spaces of #03075a

RGB 3790
HSL0.660.940.18
HSV237°97°35°
CMYK 0.970.920.00   0.65
XYZ1.95900.90959.7452
Yxy0.90950.15530.0721
Hunter Lab9.536819.9773-53.9101
CIE-Lab8.213632.7200-47.7148

#03075a color RGB value is (3,7,90).

#03075a hex color red value is 3, green value is 7 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #03075a hue: 0.66 , saturation: 0.94 and the lightness value of 03075a is 0.18.

The process color (four color CMYK) of #03075a color hex is 0.97, 0.92, 0.00, 0.65. Web safe color of #03075a is #000066. Color #03075a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000111 01011010
Octal 3 7 132
Decimal 3 7 90
Hex 3 7 5A

RGB Percentages of Color #03075a

%3.00
%7.00
%90.00

CMYK Percentages of Color #03075a

%97
%92
%0
%65

Triadic Colors of #03075a

#03075a #5a0307 #075a03

Analogous Colors of #03075a

#03075a #2b035a #03325a

Monochromatic Colors of #03075a

#03075a

Complementary Color

#03075a #5a5603

#03075a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03075a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03075a Color CSS Codes

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

#03075a Text Font Color

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

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


#03075a Background Color

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

This div background color is #03075a


#03075a Border Color

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

This div border color is #03075a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03075a


Comments

No comments written yet.

Please login to write comment.