Color Hex Logo

#015269 Color Hex

#015269
(1,82,105)
0 Favorites   0 Comments

Color spaces of #015269

RGB 182105
HSL0.540.980.21
HSV193°99°41°
CMYK 0.990.220.00   0.59
XYZ5.57967.061014.4334
Yxy7.06100.20610.2608
Hunter Lab26.5725-9.0212-13.6038
CIE-Lab31.9454-12.3378-19.3119

#015269 color RGB value is (1,82,105).

#015269 hex color red value is 1, green value is 82 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #015269 hue: 0.54 , saturation: 0.98 and the lightness value of 015269 is 0.21.

The process color (four color CMYK) of #015269 color hex is 0.99, 0.22, 0.00, 0.59. Web safe color of #015269 is #006666. Color #015269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010010 01101001
Octal 1 122 151
Decimal 1 82 105
Hex 1 52 69

RGB Percentages of Color #015269

%0.53
%43.62
%55.85

CMYK Percentages of Color #015269

%99
%22
%0
%59

Triadic Colors of #015269

#015269 #690152 #526901

Analogous Colors of #015269

#015269 #011e69 #01694c

Monochromatic Colors of #015269

#015269

Complementary Color

#015269 #691801

#015269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015269 Color CSS Codes

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

#015269 Text Font Color

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

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


#015269 Background Color

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

This div background color is #015269


#015269 Border Color

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

This div border color is #015269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015269


Comments

No comments written yet.

Please login to write comment.