Color Hex Logo

#01515c Color Hex

#01515C
(1,81,92)
0 Favorites   0 Comments

Color spaces of #01515c

RGB 18192
HSL0.520.980.18
HSV187°99°36°
CMYK 0.990.120.00   0.64
XYZ4.88676.664011.1539
Yxy6.66400.21520.2935
Hunter Lab25.8147-11.3859-7.5474
CIE-Lab31.0294-16.7918-12.4953

#01515c color RGB value is (1,81,92).

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

The process color (four color CMYK) of #01515c color hex is 0.99, 0.12, 0.00, 0.64. Web safe color of #01515c is #006666. Color #01515c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010001 01011100
Octal 1 121 134
Decimal 1 81 92
Hex 1 51 5C

RGB Percentages of Color #01515c

%0.57
%46.55
%52.87

CMYK Percentages of Color #01515c

%99
%12
%0
%64

Triadic Colors of #01515c

#01515c #5c0151 #515c01

Analogous Colors of #01515c

#01515c #01245c #015c39

Monochromatic Colors of #01515c

#01515c

Complementary Color

#01515c #5c0c01

#01515c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01515c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01515c Color CSS Codes

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

#01515c Text Font Color

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

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


#01515c Background Color

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

This div background color is #01515c


#01515c Border Color

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

This div border color is #01515c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,81,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 #01515c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01515c


Comments

No comments written yet.

Please login to write comment.