Color Hex Logo

#00018a Color Hex

#00018A
(0,1,138)
0 Favorites   0 Comments

Color spaces of #00018a

RGB 01138
HSL0.671.000.27
HSV240°100°54°
CMYK 1.000.990.00   0.46
XYZ4.59831.856724.1608
Yxy1.85670.15020.0606
Hunter Lab13.626136.3915-95.5906
CIE-Lab14.716549.7906-68.1227

#00018a color RGB value is (0,1,138).

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

The process color (four color CMYK) of #00018a color hex is 1.00, 0.99, 0.00, 0.46. Web safe color of #00018a is #000099. Color #00018a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 10001010
Octal 0 1 212
Decimal 0 1 138
Hex 0 1 8A

RGB Percentages of Color #00018a

%0.00
%0.72
%99.28

CMYK Percentages of Color #00018a

%100
%99
%0
%46

Triadic Colors of #00018a

#00018a #8a0001 #018a00

Analogous Colors of #00018a

#00018a #44008a #00468a

Monochromatic Colors of #00018a

#00018a

Complementary Color

#00018a #8a8900

#00018a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00018a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00018a Color CSS Codes

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

#00018a Text Font Color

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

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


#00018a Background Color

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

This div background color is #00018a


#00018a Border Color

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

This div border color is #00018a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00018a


Comments

No comments written yet.

Please login to write comment.