Color Hex Logo

#00058e Color Hex

#00058E
(0,5,142)
0 Favorites   0 Comments

Color spaces of #00058e

RGB 05142
HSL0.661.000.28
HSV238°100°56°
CMYK 1.000.960.00   0.44
XYZ4.93682.061525.7289
Yxy2.06150.15080.0630
Hunter Lab14.357936.2487-96.1951
CIE-Lab15.806749.4565-68.8078

#00058e color RGB value is (0,5,142).

#00058e hex color red value is 0, green value is 5 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #00058e hue: 0.66 , saturation: 1.00 and the lightness value of 00058e is 0.28.

The process color (four color CMYK) of #00058e color hex is 1.00, 0.96, 0.00, 0.44. Web safe color of #00058e is #000099. Color #00058e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000101 10001110
Octal 0 5 216
Decimal 0 5 142
Hex 0 5 8E

RGB Percentages of Color #00058e

%0.00
%3.40
%96.60

CMYK Percentages of Color #00058e

%100
%96
%0
%44

Triadic Colors of #00058e

#00058e #8e0005 #058e00

Analogous Colors of #00058e

#00058e #42008e #004c8e

Monochromatic Colors of #00058e

#00058e

Complementary Color

#00058e #8e8900

#00058e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00058e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00058e Color CSS Codes

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

#00058e Text Font Color

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

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


#00058e Background Color

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

This div background color is #00058e


#00058e Border Color

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

This div border color is #00058e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,5,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00058e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00058e;
  -webkit-box-shadow: 1px 1px 3px 2px #00058e;
  box-shadow:         1px 1px 3px 2px #00058e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00058e


Comments

No comments written yet.

Please login to write comment.