Color Hex Logo

#013352 Color Hex

#013352
(1,51,82)
0 Favorites   0 Comments

Color spaces of #013352

RGB 15182
HSL0.560.980.16
HSV203°99°32°
CMYK 0.990.380.00   0.68
XYZ2.71932.98338.4152
Yxy2.98330.19260.2113
Hunter Lab17.2722-2.1238-16.7961
CIE-Lab19.9769-2.1486-23.1627

#013352 color RGB value is (1,51,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110011 01010010
Octal 1 63 122
Decimal 1 51 82
Hex 1 33 52

RGB Percentages of Color #013352

%0.75
%38.06
%61.19

CMYK Percentages of Color #013352

%99
%38
%0
%68

Triadic Colors of #013352

#013352 #520133 #335201

Analogous Colors of #013352

#013352 #010b52 #015248

Monochromatic Colors of #013352

#013352

Complementary Color

#013352 #522001

#013352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013352 Color CSS Codes

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

#013352 Text Font Color

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

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


#013352 Background Color

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

This div background color is #013352


#013352 Border Color

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

This div border color is #013352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013352


Comments

No comments written yet.

Please login to write comment.