color codes Logo

#001520 color codes

#001520
(0,21,32)
0 Favorites   0 Comments

Color spaces of #001520

RGB 02132
HSL0.561.000.06
HSV201°100°13°
CMYK 1.000.340.00   0.87
XYZ0.52890.64061.4623
Yxy0.64060.20100.2434
Hunter Lab8.0037-2.2110-5.2298
CIE-Lab5.7865-3.2759-9.9767

#001520 color RGB value is (0,21,32).

#001520 hex color red value is 0, green value is 21 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #001520 hue: 0.56 , saturation: 1.00 and the lightness value of 001520 is 0.06.

The process color (four color CMYK) of #001520 color code is 1.00, 0.34, 0.00, 0.87. Web safe color of #001520 is #000033. Color #001520 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010101 00100000
Octal 0 25 40
Decimal 0 21 32
Hex 0 15 20

RGB Percentages of Color #001520

%0.00
%39.62
%60.38

CMYK Percentages of Color #001520

%100
%34
%0
%87

Triadic Colors of #001520

#001520 #200015 #152000

Analogous Colors of #001520

#001520 #000520 #00201b

Monochromatic Colors of #001520

#001520

Complementary Color

#001520 #200b00

#001520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001520 Color CSS Codes

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

#001520 Text Font Color

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

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


#001520 Background Color

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

This div background color is #001520


#001520 Border Color

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

This div border color is #001520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,21,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001520;
  -webkit-box-shadow: 1px 1px 3px 2px #001520;
  box-shadow:         1px 1px 3px 2px #001520; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,21,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001520

#001520 Color Palettes


Comments

No comments written yet.

Please login to write comment.