Color Hex Logo

#003c55 Color Hex

#003C55
(0,60,85)
0 Favorites   0 Comments

Color spaces of #003c55

RGB 06085
HSL0.551.000.17
HSV198°100°33°
CMYK 1.000.290.00   0.67
XYZ3.25563.88769.1731
Yxy3.88760.19950.2383
Hunter Lab19.7170-5.0315-13.7821
CIE-Lab23.2963-7.0000-19.9240

#003c55 color RGB value is (0,60,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111100 01010101
Octal 0 74 125
Decimal 0 60 85
Hex 0 3C 55

RGB Percentages of Color #003c55

%0.00
%41.38
%58.62

CMYK Percentages of Color #003c55

%100
%29
%0
%67

Triadic Colors of #003c55

#003c55 #55003c #3c5500

Analogous Colors of #003c55

#003c55 #001155 #005544

Monochromatic Colors of #003c55

#003c55

Complementary Color

#003c55 #551900

#003c55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003c55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003c55 Color CSS Codes

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

#003c55 Text Font Color

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

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


#003c55 Background Color

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

This div background color is #003c55


#003c55 Border Color

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

This div border color is #003c55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,60,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 #003c55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003c55


Comments

No comments written yet.

Please login to write comment.