Color Hex Logo

#01549d Color Hex

#01549D
(1,84,157)
0 Favorites   0 Comments

Color spaces of #01549d

RGB 184157
HSL0.580.990.31
HSV208°99°62°
CMYK 0.990.460.00   0.38
XYZ9.26868.781433.1048
Yxy8.78140.18120.1717
Hunter Lab29.63343.9719-45.4921
CIE-Lab35.56007.9005-45.5884

#01549d color RGB value is (1,84,157).

#01549d hex color red value is 1, green value is 84 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #01549d hue: 0.58 , saturation: 0.99 and the lightness value of 01549d is 0.31.

The process color (four color CMYK) of #01549d color hex is 0.99, 0.46, 0.00, 0.38. Web safe color of #01549d is #006699. Color #01549d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010100 10011101
Octal 1 124 235
Decimal 1 84 157
Hex 1 54 9D

RGB Percentages of Color #01549d

%0.41
%34.71
%64.88

CMYK Percentages of Color #01549d

%99
%46
%0
%38

Triadic Colors of #01549d

#01549d #9d0154 #549d01

Analogous Colors of #01549d

#01549d #01069d #019d98

Monochromatic Colors of #01549d

#01549d

Complementary Color

#01549d #9d4a01

#01549d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01549d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01549d Color CSS Codes

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

#01549d Text Font Color

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

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


#01549d Background Color

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

This div background color is #01549d


#01549d Border Color

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

This div border color is #01549d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,84,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01549d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01549d;
  -webkit-box-shadow: 1px 1px 3px 2px #01549d;
  box-shadow:         1px 1px 3px 2px #01549d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01549d


Comments

No comments written yet.

Please login to write comment.