Color Hex Logo

#014882 Color Hex

#014882
(1,72,130)
0 Favorites   0 Comments

Color spaces of #014882

RGB 172130
HSL0.570.980.26
HSV207°99°51°
CMYK 0.990.450.00   0.49
XYZ6.35916.252921.9909
Yxy6.25290.18380.1807
Hunter Lab25.00581.6333-34.6375
CIE-Lab30.04174.5254-37.9608

#014882 color RGB value is (1,72,130).

#014882 hex color red value is 1, green value is 72 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #014882 hue: 0.57 , saturation: 0.98 and the lightness value of 014882 is 0.26.

The process color (four color CMYK) of #014882 color hex is 0.99, 0.45, 0.00, 0.49. Web safe color of #014882 is #003399. Color #014882 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001000 10000010
Octal 1 110 202
Decimal 1 72 130
Hex 1 48 82

RGB Percentages of Color #014882

%0.49
%35.47
%64.04

CMYK Percentages of Color #014882

%99
%45
%0
%49

Triadic Colors of #014882

#014882 #820148 #488201

Analogous Colors of #014882

#014882 #010782 #01827c

Monochromatic Colors of #014882

#014882

Complementary Color

#014882 #823b01

#014882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014882 Color CSS Codes

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

#014882 Text Font Color

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

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


#014882 Background Color

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

This div background color is #014882


#014882 Border Color

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

This div border color is #014882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014882


Comments

No comments written yet.

Please login to write comment.