Color Hex Logo

#03093d Color Hex

#03093D
(3,9,61)
0 Favorites   0 Comments

Color spaces of #03093d

RGB 3961
HSL0.650.910.13
HSV234°95°24°
CMYK 0.950.850.00   0.76
XYZ0.97750.55174.4698
Yxy0.55170.16290.0920
Hunter Lab7.427710.4927-30.4801
CIE-Lab4.983518.2874-32.8148

#03093d color RGB value is (3,9,61).

#03093d hex color red value is 3, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #03093d hue: 0.65 , saturation: 0.91 and the lightness value of 03093d is 0.13.

The process color (four color CMYK) of #03093d color hex is 0.95, 0.85, 0.00, 0.76. Web safe color of #03093d is #000033. Color #03093d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001001 00111101
Octal 3 11 75
Decimal 3 9 61
Hex 3 9 3D

RGB Percentages of Color #03093d

%4.11
%12.33
%83.56

CMYK Percentages of Color #03093d

%95
%85
%0
%76

Triadic Colors of #03093d

#03093d #3d0309 #093d03

Analogous Colors of #03093d

#03093d #1a033d #03263d

Monochromatic Colors of #03093d

#03093d

Complementary Color

#03093d #3d3703

#03093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03093d Color CSS Codes

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

#03093d Text Font Color

<p style="color:#03093d">Text here</p>

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


#03093d Background Color

<div style="background-color:#03093d">
Div content here</div>

This div background color is #03093d


#03093d Border Color

<div style="border:3px solid #03093d">
Div here</div>

This div border color is #03093d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,9,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03093d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03093d;
  -webkit-box-shadow: 1px 1px 3px 2px #03093d;
  box-shadow:         1px 1px 3px 2px #03093d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03093d


Comments

No comments written yet.

Please login to write comment.