Color Hex Logo

#01437c Color Hex

#01437C
(1,67,124)
0 Favorites   0 Comments

Color spaces of #01437c

RGB 167124
HSL0.580.980.25
HSV208°99°49°
CMYK 0.990.460.00   0.51
XYZ5.65785.476019.8276
Yxy5.47600.18270.1769
Hunter Lab23.40092.2058-33.8560
CIE-Lab28.05005.3563-37.4135

#01437c color RGB value is (1,67,124).

#01437c hex color red value is 1, green value is 67 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #01437c hue: 0.58 , saturation: 0.98 and the lightness value of 01437c is 0.25.

The process color (four color CMYK) of #01437c color hex is 0.99, 0.46, 0.00, 0.51. Web safe color of #01437c is #003366. Color #01437c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000011 01111100
Octal 1 103 174
Decimal 1 67 124
Hex 1 43 7C

RGB Percentages of Color #01437c

%0.52
%34.90
%64.58

CMYK Percentages of Color #01437c

%99
%46
%0
%51

Triadic Colors of #01437c

#01437c #7c0143 #437c01

Analogous Colors of #01437c

#01437c #01067c #017c78

Monochromatic Colors of #01437c

#01437c

Complementary Color

#01437c #7c3a01

#01437c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01437c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01437c Color CSS Codes

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

#01437c Text Font Color

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

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


#01437c Background Color

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

This div background color is #01437c


#01437c Border Color

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

This div border color is #01437c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,67,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01437c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01437c;
  -webkit-box-shadow: 1px 1px 3px 2px #01437c;
  box-shadow:         1px 1px 3px 2px #01437c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01437c

#01437c Color Palettes


Comments

No comments written yet.

Please login to write comment.