Color Hex Logo

#015aab Color Hex

#015AAB
(1,90,171)
0 Favorites   0 Comments

Color spaces of #015aab

RGB 190171
HSL0.580.990.34
HSV209°99°67°
CMYK 0.990.470.00   0.33
XYZ11.019410.259139.9275
Yxy10.25910.18000.1676
Hunter Lab32.02985.3581-51.4884
CIE-Lab38.30359.7386-49.5264

#015aab color RGB value is (1,90,171).

#015aab hex color red value is 1, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #015aab hue: 0.58 , saturation: 0.99 and the lightness value of 015aab is 0.34.

The process color (four color CMYK) of #015aab color hex is 0.99, 0.47, 0.00, 0.33. Web safe color of #015aab is #006699. Color #015aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011010 10101011
Octal 1 132 253
Decimal 1 90 171
Hex 1 5A AB

RGB Percentages of Color #015aab

%0.38
%34.35
%65.27

CMYK Percentages of Color #015aab

%99
%47
%0
%33

Triadic Colors of #015aab

#015aab #ab015a #5aab01

Analogous Colors of #015aab

#015aab #0105ab #01aba7

Monochromatic Colors of #015aab

#015aab

Complementary Color

#015aab #ab5201

#015aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#015aab Color CSS Codes

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

#015aab Text Font Color

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

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


#015aab Background Color

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

This div background color is #015aab


#015aab Border Color

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

This div border color is #015aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,90,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015aab;
  -webkit-box-shadow: 1px 1px 3px 2px #015aab;
  box-shadow:         1px 1px 3px 2px #015aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015aab

#015aab Color Palettes


Comments

No comments written yet.

Please login to write comment.