Color Hex Logo

#014899 Color Hex

#014899
(1,72,153)
0 Favorites   0 Comments

Color spaces of #014899

RGB 172153
HSL0.590.990.30
HSV212°99°60°
CMYK 0.990.530.00   0.40
XYZ8.07976.941131.0509
Yxy6.94110.17540.1507
Hunter Lab26.34608.6364-51.4360
CIE-Lab31.672414.3632-49.4502

#014899 color RGB value is (1,72,153).

#014899 hex color red value is 1, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #014899 hue: 0.59 , saturation: 0.99 and the lightness value of 014899 is 0.30.

The process color (four color CMYK) of #014899 color hex is 0.99, 0.53, 0.00, 0.40. Web safe color of #014899 is #003399. Color #014899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001000 10011001
Octal 1 110 231
Decimal 1 72 153
Hex 1 48 99

RGB Percentages of Color #014899

%0.44
%31.86
%67.70

CMYK Percentages of Color #014899

%99
%53
%0
%40

Triadic Colors of #014899

#014899 #990148 #489901

Analogous Colors of #014899

#014899 #060199 #019499

Monochromatic Colors of #014899

#014899

Complementary Color

#014899 #995201

#014899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014899 Color CSS Codes

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

#014899 Text Font Color

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

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


#014899 Background Color

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

This div background color is #014899


#014899 Border Color

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

This div border color is #014899


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,72,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014899; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014899;
  -webkit-box-shadow: 1px 1px 3px 2px #014899;
  box-shadow:         1px 1px 3px 2px #014899; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014899


Comments

No comments written yet.

Please login to write comment.