Color Hex Logo

#00015d Color Hex

#00015D
(0,1,93)
0 Favorites   0 Comments

Color spaces of #00015d

RGB 0193
HSL0.661.000.18
HSV239°100°36°
CMYK 1.000.990.00   0.64
XYZ1.98660.812010.4080
Yxy0.81200.15040.0615
Hunter Lab9.011123.5829-62.1733
CIE-Lab7.334737.1489-51.2139

#00015d color RGB value is (0,1,93).

#00015d hex color red value is 0, green value is 1 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #00015d hue: 0.66 , saturation: 1.00 and the lightness value of 00015d is 0.18.

The process color (four color CMYK) of #00015d color hex is 1.00, 0.99, 0.00, 0.64. Web safe color of #00015d is #000066. Color #00015d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 01011101
Octal 0 1 135
Decimal 0 1 93
Hex 0 1 5D

RGB Percentages of Color #00015d

%0.00
%1.06
%98.94

CMYK Percentages of Color #00015d

%100
%99
%0
%64

Triadic Colors of #00015d

#00015d #5d0001 #015d00

Analogous Colors of #00015d

#00015d #2d005d #00305d

Monochromatic Colors of #00015d

#00015d

Complementary Color

#00015d #5d5c00

#00015d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00015d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00015d Color CSS Codes

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

#00015d Text Font Color

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

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


#00015d Background Color

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

This div background color is #00015d


#00015d Border Color

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

This div border color is #00015d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00015d


Comments

No comments written yet.

Please login to write comment.