Color Hex Logo

#00146c Color Hex

#00146C
(0,20,108)
0 Favorites   0 Comments

Color spaces of #00146c

RGB 020108
HSL0.641.000.21
HSV229°100°42°
CMYK 1.000.810.00   0.58
XYZ2.95691.583014.3371
Yxy1.58300.15660.0839
Hunter Lab12.581719.9322-58.7548
CIE-Lab13.126331.7101-51.5313

#00146c color RGB value is (0,20,108).

#00146c hex color red value is 0, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #00146c hue: 0.64 , saturation: 1.00 and the lightness value of 00146c is 0.21.

The process color (four color CMYK) of #00146c color hex is 1.00, 0.81, 0.00, 0.58. Web safe color of #00146c is #000066. Color #00146c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010100 01101100
Octal 0 24 154
Decimal 0 20 108
Hex 0 14 6C

RGB Percentages of Color #00146c

%0.00
%15.63
%84.38

CMYK Percentages of Color #00146c

%100
%81
%0
%58

Triadic Colors of #00146c

#00146c #6c0014 #146c00

Analogous Colors of #00146c

#00146c #22006c #004a6c

Monochromatic Colors of #00146c

#00146c

Complementary Color

#00146c #6c5800

#00146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00146c Color CSS Codes

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

#00146c Text Font Color

<p style="color:#00146c">Text here</p>

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


#00146c Background Color

<div style="background-color:#00146c">
Div content here</div>

This div background color is #00146c


#00146c Border Color

<div style="border:3px solid #00146c">
Div here</div>

This div border color is #00146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00146c


Comments

No comments written yet.

Please login to write comment.