Color Hex Logo

#021aab Color Hex

#021AAB
(2,26,171)
0 Favorites   0 Comments

Color spaces of #021aab

RGB 226171
HSL0.640.980.34
HSV231°99°67°
CMYK 0.990.850.00   0.33
XYZ7.74513.692038.8325
Yxy3.69200.15410.0734
Hunter Lab19.214638.3251-106.3744
CIE-Lab22.625950.2793-75.2359

#021aab color RGB value is (2,26,171).

#021aab hex color red value is 2, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #021aab hue: 0.64 , saturation: 0.98 and the lightness value of 021aab is 0.34.

The process color (four color CMYK) of #021aab color hex is 0.99, 0.85, 0.00, 0.33. Web safe color of #021aab is #003399. Color #021aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011010 10101011
Octal 2 32 253
Decimal 2 26 171
Hex 2 1A AB

RGB Percentages of Color #021aab

%1.01
%13.07
%85.93

CMYK Percentages of Color #021aab

%99
%85
%0
%33

Triadic Colors of #021aab

#021aab #ab021a #1aab02

Analogous Colors of #021aab

#021aab #3f02ab #026fab

Monochromatic Colors of #021aab

#021aab

Complementary Color

#021aab #ab9302

#021aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#021aab Color CSS Codes

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

#021aab Text Font Color

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

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


#021aab Background Color

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

This div background color is #021aab


#021aab Border Color

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

This div border color is #021aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,26,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 #021aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021aab


Comments

No comments written yet.

Please login to write comment.