Color Hex Logo

#00143e Color Hex

#00143E
(0,20,62)
1 Favorites   0 Comments

Color spaces of #00143e

RGB 02062
HSL0.611.000.12
HSV221°100°24°
CMYK 1.000.680.00   0.76
XYZ1.11970.84814.6621
Yxy0.84810.16890.1279
Hunter Lab9.20925.5867-23.5686
CIE-Lab7.660811.7828-29.1742

#00143e color RGB value is (0,20,62).

#00143e hex color red value is 0, green value is 20 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #00143e hue: 0.61 , saturation: 1.00 and the lightness value of 00143e is 0.12.

The process color (four color CMYK) of #00143e color hex is 1.00, 0.68, 0.00, 0.76. Web safe color of #00143e is #000033. Color #00143e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010100 00111110
Octal 0 24 76
Decimal 0 20 62
Hex 0 14 3E

RGB Percentages of Color #00143e

%0.00
%24.39
%75.61

CMYK Percentages of Color #00143e

%100
%68
%0
%76

Triadic Colors of #00143e

#00143e #3e0014 #143e00

Analogous Colors of #00143e

#00143e #0b003e #00333e

Monochromatic Colors of #00143e

#00143e

Complementary Color

#00143e #3e2a00

#00143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00143e Color CSS Codes

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

#00143e Text Font Color

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

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


#00143e Background Color

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

This div background color is #00143e


#00143e Border Color

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

This div border color is #00143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00143e

#00143e Color Palettes


Comments

No comments written yet.

Please login to write comment.