Color Hex Logo

#000339 Color Hex

#000339
(0,3,57)
0 Favorites   0 Comments

Color spaces of #000339

RGB 0357
HSL0.661.000.11
HSV237°100°22°
CMYK 1.000.950.00   0.78
XYZ0.77110.36053.8998
Yxy0.36050.15330.0717
Hunter Lab6.004212.4170-34.3069
CIE-Lab3.256417.5512-32.7255

#000339 color RGB value is (0,3,57).

#000339 hex color red value is 0, green value is 3 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #000339 hue: 0.66 , saturation: 1.00 and the lightness value of 000339 is 0.11.

The process color (four color CMYK) of #000339 color hex is 1.00, 0.95, 0.00, 0.78. Web safe color of #000339 is #000033. Color #000339 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000011 00111001
Octal 0 3 71
Decimal 0 3 57
Hex 0 3 39

RGB Percentages of Color #000339

%0.00
%5.00
%95.00

CMYK Percentages of Color #000339

%100
%95
%0
%78

Triadic Colors of #000339

#000339 #390003 #033900

Analogous Colors of #000339

#000339 #1a0039 #002039

Monochromatic Colors of #000339

#000339

Complementary Color

#000339 #393600

#000339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000339 Color CSS Codes

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

#000339 Text Font Color

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

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


#000339 Background Color

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

This div background color is #000339


#000339 Border Color

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

This div border color is #000339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000339


Comments

No comments written yet.

Please login to write comment.