Color Hex Logo

#01375c Color Hex

#01375C
(1,55,92)
0 Favorites   0 Comments

Color spaces of #01375c

RGB 15592
HSL0.570.980.18
HSV204°99°36°
CMYK 0.990.400.00   0.64
XYZ3.31053.511510.6285
Yxy3.51150.18970.2012
Hunter Lab18.7390-1.2588-20.5112
CIE-Lab21.9859-0.4440-26.5946

#01375c color RGB value is (1,55,92).

#01375c hex color red value is 1, green value is 55 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #01375c hue: 0.57 , saturation: 0.98 and the lightness value of 01375c is 0.18.

The process color (four color CMYK) of #01375c color hex is 0.99, 0.40, 0.00, 0.64. Web safe color of #01375c is #003366. Color #01375c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110111 01011100
Octal 1 67 134
Decimal 1 55 92
Hex 1 37 5C

RGB Percentages of Color #01375c

%0.68
%37.16
%62.16

CMYK Percentages of Color #01375c

%99
%40
%0
%64

Triadic Colors of #01375c

#01375c #5c0137 #375c01

Analogous Colors of #01375c

#01375c #010a5c #015c54

Monochromatic Colors of #01375c

#01375c

Complementary Color

#01375c #5c2601

#01375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01375c Color CSS Codes

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

#01375c Text Font Color

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

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


#01375c Background Color

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

This div background color is #01375c


#01375c Border Color

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

This div border color is #01375c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01375c


Comments

No comments written yet.

Please login to write comment.