Color Hex Logo

#01374f Color Hex

#01374F
(1,55,79)
0 Favorites   0 Comments

Color spaces of #01374f

RGB 15579
HSL0.550.980.16
HSV198°99°31°
CMYK 0.990.300.00   0.69
XYZ2.79003.30337.8877
Yxy3.30330.19960.2363
Hunter Lab18.1750-4.4051-13.0086
CIE-Lab21.2198-6.1920-19.2012

#01374f color RGB value is (1,55,79).

#01374f hex color red value is 1, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #01374f hue: 0.55 , saturation: 0.98 and the lightness value of 01374f is 0.16.

The process color (four color CMYK) of #01374f color hex is 0.99, 0.30, 0.00, 0.69. Web safe color of #01374f is #003366. Color #01374f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110111 01001111
Octal 1 67 117
Decimal 1 55 79
Hex 1 37 4F

RGB Percentages of Color #01374f

%0.74
%40.74
%58.52

CMYK Percentages of Color #01374f

%99
%30
%0
%69

Triadic Colors of #01374f

#01374f #4f0137 #374f01

Analogous Colors of #01374f

#01374f #01104f #014f40

Monochromatic Colors of #01374f

#01374f

Complementary Color

#01374f #4f1901

#01374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01374f Color CSS Codes

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

#01374f Text Font Color

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

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


#01374f Background Color

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

This div background color is #01374f


#01374f Border Color

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

This div border color is #01374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01374f


Comments

No comments written yet.

Please login to write comment.