Color Hex Logo

#00019f Color Hex

#00019F
(0,1,159)
0 Favorites   0 Comments

Color spaces of #00019f

RGB 01159
HSL0.671.000.31
HSV240°100°62°
CMYK 1.000.990.00   0.38
XYZ6.26892.524932.9578
Yxy2.52490.15010.0605
Hunter Lab15.889942.6145-111.8523
CIE-Lab18.030855.3322-75.6117

#00019f color RGB value is (0,1,159).

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

The process color (four color CMYK) of #00019f color hex is 1.00, 0.99, 0.00, 0.38. Web safe color of #00019f is #000099. Color #00019f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 10011111
Octal 0 1 237
Decimal 0 1 159
Hex 0 1 9F

RGB Percentages of Color #00019f

%0.00
%0.63
%99.38

CMYK Percentages of Color #00019f

%100
%99
%0
%38

Triadic Colors of #00019f

#00019f #9f0001 #019f00

Analogous Colors of #00019f

#00019f #4f009f #00519f

Monochromatic Colors of #00019f

#00019f

Complementary Color

#00019f #9f9e00

#00019f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00019f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00019f Color CSS Codes

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

#00019f Text Font Color

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

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


#00019f Background Color

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

This div background color is #00019f


#00019f Border Color

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

This div border color is #00019f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00019f


Comments

No comments written yet.

Please login to write comment.