Color Hex Logo

#021137 Color Hex

#021137
(2,17,55)
0 Favorites   0 Comments

Color spaces of #021137

RGB 21755
HSL0.620.930.11
HSV223°96°22°
CMYK 0.960.690.00   0.78
XYZ0.91510.68963.6993
Yxy0.68960.17250.1300
Hunter Lab8.30425.1378-20.5991
CIE-Lab6.229110.5535-26.4503

#021137 color RGB value is (2,17,55).

#021137 hex color red value is 2, green value is 17 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #021137 hue: 0.62 , saturation: 0.93 and the lightness value of 021137 is 0.11.

The process color (four color CMYK) of #021137 color hex is 0.96, 0.69, 0.00, 0.78. Web safe color of #021137 is #000033. Color #021137 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010001 00110111
Octal 2 21 67
Decimal 2 17 55
Hex 2 11 37

RGB Percentages of Color #021137

%2.70
%22.97
%74.32

CMYK Percentages of Color #021137

%96
%69
%0
%78

Triadic Colors of #021137

#021137 #370211 #113702

Analogous Colors of #021137

#021137 #0e0237 #022c37

Monochromatic Colors of #021137

#021137

Complementary Color

#021137 #372802

#021137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021137 Color CSS Codes

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

#021137 Text Font Color

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

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


#021137 Background Color

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

This div background color is #021137


#021137 Border Color

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

This div border color is #021137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021137


Comments

No comments written yet.

Please login to write comment.