Color Hex Logo

#00144d Color Hex

#00144D
(0,20,77)
0 Favorites   0 Comments

Color spaces of #00144d

RGB 02077
HSL0.621.000.15
HSV224°100°30°
CMYK 1.000.740.00   0.70
XYZ1.58971.03617.1374
Yxy1.03610.16280.1061
Hunter Lab10.178910.0643-34.4487
CIE-Lab9.288618.8654-37.0401

#00144d color RGB value is (0,20,77).

#00144d hex color red value is 0, green value is 20 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #00144d hue: 0.62 , saturation: 1.00 and the lightness value of 00144d is 0.15.

The process color (four color CMYK) of #00144d color hex is 1.00, 0.74, 0.00, 0.70. Web safe color of #00144d is #000066. Color #00144d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010100 01001101
Octal 0 24 115
Decimal 0 20 77
Hex 0 14 4D

RGB Percentages of Color #00144d

%0.00
%20.62
%79.38

CMYK Percentages of Color #00144d

%100
%74
%0
%70

Triadic Colors of #00144d

#00144d #4d0014 #144d00

Analogous Colors of #00144d

#00144d #13004d #003b4d

Monochromatic Colors of #00144d

#00144d

Complementary Color

#00144d #4d3900

#00144d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00144d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00144d Color CSS Codes

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

#00144d Text Font Color

<p style="color:#00144d">Text here</p>

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


#00144d Background Color

<div style="background-color:#00144d">
Div content here</div>

This div background color is #00144d


#00144d Border Color

<div style="border:3px solid #00144d">
Div here</div>

This div border color is #00144d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00144d


Comments

No comments written yet.

Please login to write comment.