Color Hex Logo

#01355e Color Hex

#01355E
(1,53,94)
0 Favorites   0 Comments

Color spaces of #01355e

RGB 15394
HSL0.570.980.19
HSV206°99°37°
CMYK 0.990.440.00   0.63
XYZ3.30603.360811.0641
Yxy3.36080.18650.1895
Hunter Lab18.33250.1081-22.9502
CIE-Lab21.43451.8586-28.7865

#01355e color RGB value is (1,53,94).

#01355e hex color red value is 1, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #01355e hue: 0.57 , saturation: 0.98 and the lightness value of 01355e is 0.19.

The process color (four color CMYK) of #01355e color hex is 0.99, 0.44, 0.00, 0.63. Web safe color of #01355e is #003366. Color #01355e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110101 01011110
Octal 1 65 136
Decimal 1 53 94
Hex 1 35 5E

RGB Percentages of Color #01355e

%0.68
%35.81
%63.51

CMYK Percentages of Color #01355e

%99
%44
%0
%63

Triadic Colors of #01355e

#01355e #5e0135 #355e01

Analogous Colors of #01355e

#01355e #01065e #015e59

Monochromatic Colors of #01355e

#01355e

Complementary Color

#01355e #5e2a01

#01355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01355e Color CSS Codes

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

#01355e Text Font Color

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

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


#01355e Background Color

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

This div background color is #01355e


#01355e Border Color

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

This div border color is #01355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01355e


Comments

No comments written yet.

Please login to write comment.