Color Hex Logo

#01564c Color Hex

#01564C
(1,86,76)
0 Favorites   0 Comments

Color spaces of #01564c

RGB 18676
HSL0.480.980.17
HSV173°99°34°
CMYK 0.990.000.12   0.66
XYZ4.64487.18387.9793
Yxy7.18380.23450.3627
Hunter Lab26.8026-15.97111.1108
CIE-Lab32.2217-25.0508-0.5538

#01564c color RGB value is (1,86,76).

#01564c hex color red value is 1, green value is 86 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #01564c hue: 0.48 , saturation: 0.98 and the lightness value of 01564c is 0.17.

The process color (four color CMYK) of #01564c color hex is 0.99, 0.00, 0.12, 0.66. Web safe color of #01564c is #006633. Color #01564c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010110 01001100
Octal 1 126 114
Decimal 1 86 76
Hex 1 56 4C

RGB Percentages of Color #01564c

%0.61
%52.76
%46.63

CMYK Percentages of Color #01564c

%99
%0
%12
%66

Triadic Colors of #01564c

#01564c #4c0156 #564c01

Analogous Colors of #01564c

#01564c #013656 #015622

Monochromatic Colors of #01564c

#01564c

Complementary Color

#01564c #56010b

#01564c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01564c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01564c Color CSS Codes

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

#01564c Text Font Color

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

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


#01564c Background Color

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

This div background color is #01564c


#01564c Border Color

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

This div border color is #01564c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01564c


Comments

No comments written yet.

Please login to write comment.