Color Hex Logo

#01324e Color Hex

#01324E
(1,50,78)
0 Favorites   0 Comments

Color spaces of #01324e

RGB 15078
HSL0.560.970.15
HSV202°99°31°
CMYK 0.990.360.00   0.69
XYZ2.52832.83777.6222
Yxy2.83770.19470.2185
Hunter Lab16.8455-2.6889-15.0356
CIE-Lab19.3818-3.2513-21.4240

#01324e color RGB value is (1,50,78).

#01324e hex color red value is 1, green value is 50 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #01324e hue: 0.56 , saturation: 0.97 and the lightness value of 01324e is 0.15.

The process color (four color CMYK) of #01324e color hex is 0.99, 0.36, 0.00, 0.69. Web safe color of #01324e is #003366. Color #01324e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110010 01001110
Octal 1 62 116
Decimal 1 50 78
Hex 1 32 4E

RGB Percentages of Color #01324e

%0.78
%38.76
%60.47

CMYK Percentages of Color #01324e

%99
%36
%0
%69

Triadic Colors of #01324e

#01324e #4e0132 #324e01

Analogous Colors of #01324e

#01324e #010c4e #014e43

Monochromatic Colors of #01324e

#01324e

Complementary Color

#01324e #4e1d01

#01324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01324e Color CSS Codes

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

#01324e Text Font Color

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

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


#01324e Background Color

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

This div background color is #01324e


#01324e Border Color

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

This div border color is #01324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01324e


Comments

No comments written yet.

Please login to write comment.