Color Hex Logo

#00148d Color Hex

#00148D
(0,20,141)
0 Favorites   0 Comments

Color spaces of #00148d

RGB 020141
HSL0.641.000.28
HSV231°100°55°
CMYK 1.000.860.00   0.45
XYZ5.05792.423425.4005
Yxy2.42340.15380.0737
Hunter Lab15.567330.7530-85.8440
CIE-Lab17.568643.3754-65.2418

#00148d color RGB value is (0,20,141).

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

The process color (four color CMYK) of #00148d color hex is 1.00, 0.86, 0.00, 0.45. Web safe color of #00148d is #000099. Color #00148d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010100 10001101
Octal 0 24 215
Decimal 0 20 141
Hex 0 14 8D

RGB Percentages of Color #00148d

%0.00
%12.42
%87.58

CMYK Percentages of Color #00148d

%100
%86
%0
%45

Triadic Colors of #00148d

#00148d #8d0014 #148d00

Analogous Colors of #00148d

#00148d #32008d #005b8d

Monochromatic Colors of #00148d

#00148d

Complementary Color

#00148d #8d7900

#00148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00148d Color CSS Codes

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

#00148d Text Font Color

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

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


#00148d Background Color

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

This div background color is #00148d


#00148d Border Color

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

This div border color is #00148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00148d


Comments

No comments written yet.

Please login to write comment.