Color Hex Logo

#003257 Color Hex

#003257
(0,50,87)
0 Favorites   0 Comments

Color spaces of #003257

RGB 05087
HSL0.571.000.17
HSV206°100°34°
CMYK 1.000.430.00   0.66
XYZ2.86092.96939.4392
Yxy2.96930.18740.1945
Hunter Lab17.2317-0.5198-20.4159
CIE-Lab19.92050.7039-26.5840

#003257 color RGB value is (0,50,87).

#003257 hex color red value is 0, green value is 50 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #003257 hue: 0.57 , saturation: 1.00 and the lightness value of 003257 is 0.17.

The process color (four color CMYK) of #003257 color hex is 1.00, 0.43, 0.00, 0.66. Web safe color of #003257 is #003366. Color #003257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110010 01010111
Octal 0 62 127
Decimal 0 50 87
Hex 0 32 57

RGB Percentages of Color #003257

%0.00
%36.50
%63.50

CMYK Percentages of Color #003257

%100
%43
%0
%66

Triadic Colors of #003257

#003257 #570032 #325700

Analogous Colors of #003257

#003257 #000757 #005751

Monochromatic Colors of #003257

#003257

Complementary Color

#003257 #572500

#003257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003257 Color CSS Codes

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

#003257 Text Font Color

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

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


#003257 Background Color

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

This div background color is #003257


#003257 Border Color

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

This div border color is #003257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003257


Comments

No comments written yet.

Please login to write comment.