Color Hex Logo

#015483 Color Hex

#015483
(1,84,131)
0 Favorites   0 Comments

Color spaces of #015483

RGB 184131
HSL0.560.980.26
HSV202°99°51°
CMYK 0.990.360.00   0.49
XYZ7.27967.985822.6305
Yxy7.98580.19210.2107
Hunter Lab28.2592-3.4717-27.6992
CIE-Lab33.9533-2.9786-32.3435

#015483 color RGB value is (1,84,131).

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

The process color (four color CMYK) of #015483 color hex is 0.99, 0.36, 0.00, 0.49. Web safe color of #015483 is #006699. Color #015483 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010100 10000011
Octal 1 124 203
Decimal 1 84 131
Hex 1 54 83

RGB Percentages of Color #015483

%0.46
%38.89
%60.65

CMYK Percentages of Color #015483

%99
%36
%0
%49

Triadic Colors of #015483

#015483 #830154 #548301

Analogous Colors of #015483

#015483 #011383 #018371

Monochromatic Colors of #015483

#015483

Complementary Color

#015483 #833001

#015483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015483 Color CSS Codes

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

#015483 Text Font Color

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

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


#015483 Background Color

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

This div background color is #015483


#015483 Border Color

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

This div border color is #015483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015483


Comments

No comments written yet.

Please login to write comment.