Color Hex Logo

#003555 Color Hex

#003555
(0,53,85)
0 Favorites   0 Comments

Color spaces of #003555

RGB 05385
HSL0.561.000.17
HSV203°100°33°
CMYK 1.000.380.00   0.67
XYZ2.91283.20219.0589
Yxy3.20210.19200.2110
Hunter Lab17.8944-2.2595-17.4890
CIE-Lab20.8358-2.3061-23.8010

#003555 color RGB value is (0,53,85).

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

The process color (four color CMYK) of #003555 color hex is 1.00, 0.38, 0.00, 0.67. Web safe color of #003555 is #003366. Color #003555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110101 01010101
Octal 0 65 125
Decimal 0 53 85
Hex 0 35 55

RGB Percentages of Color #003555

%0.00
%38.41
%61.59

CMYK Percentages of Color #003555

%100
%38
%0
%67

Triadic Colors of #003555

#003555 #550035 #355500

Analogous Colors of #003555

#003555 #000a55 #00554b

Monochromatic Colors of #003555

#003555

Complementary Color

#003555 #552000

#003555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003555 Color CSS Codes

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

#003555 Text Font Color

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

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


#003555 Background Color

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

This div background color is #003555


#003555 Border Color

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

This div border color is #003555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003555


Comments

No comments written yet.

Please login to write comment.