Color Hex Logo

#013555 Color Hex

#013555
(1,53,85)
0 Favorites   0 Comments

Color spaces of #013555

RGB 15385
HSL0.560.980.17
HSV203°99°33°
CMYK 0.990.380.00   0.67
XYZ2.92533.20859.0595
Yxy3.20850.19250.2112
Hunter Lab17.9123-2.1952-17.4485
CIE-Lab20.8603-2.1883-23.7606

#013555 color RGB value is (1,53,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110101 01010101
Octal 1 65 125
Decimal 1 53 85
Hex 1 35 55

RGB Percentages of Color #013555

%0.72
%38.13
%61.15

CMYK Percentages of Color #013555

%99
%38
%0
%67

Triadic Colors of #013555

#013555 #550135 #355501

Analogous Colors of #013555

#013555 #010b55 #01554b

Monochromatic Colors of #013555

#013555

Complementary Color

#013555 #552101

#013555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013555 Color CSS Codes

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

#013555 Text Font Color

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

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


#013555 Background Color

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

This div background color is #013555


#013555 Border Color

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

This div border color is #013555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013555


Comments

No comments written yet.

Please login to write comment.