Color Hex Logo

#00015f Color Hex

#00015F
(0,1,95)
0 Favorites   0 Comments

Color spaces of #00015f

RGB 0195
HSL0.661.000.19
HSV239°100°37°
CMYK 1.000.990.00   0.63
XYZ2.07640.847910.8807
Yxy0.84790.15040.0614
Hunter Lab9.208124.1368-63.6136
CIE-Lab7.659037.7959-52.0188

#00015f color RGB value is (0,1,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 01011111
Octal 0 1 137
Decimal 0 1 95
Hex 0 1 5F

RGB Percentages of Color #00015f

%0.00
%1.04
%98.96

CMYK Percentages of Color #00015f

%100
%99
%0
%63

Triadic Colors of #00015f

#00015f #5f0001 #015f00

Analogous Colors of #00015f

#00015f #2f005f #00315f

Monochromatic Colors of #00015f

#00015f

Complementary Color

#00015f #5f5e00

#00015f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00015f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00015f Color CSS Codes

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

#00015f Text Font Color

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

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


#00015f Background Color

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

This div background color is #00015f


#00015f Border Color

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

This div border color is #00015f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00015f


Comments

No comments written yet.

Please login to write comment.