Color Hex Logo

#213b72 Color Hex

#213B72
(33,59,114)
0 Favorites   0 Comments

Color spaces of #213b72

RGB 3359114
HSL0.610.550.29
HSV221°71°45°
CMYK 0.710.480.00   0.55
XYZ5.22844.666216.5447
Yxy4.66620.19780.1765
Hunter Lab21.60145.4017-30.2898
CIE-Lab25.761810.1498-34.7211

#213b72 color RGB value is (33,59,114).

#213b72 hex color red value is 33, green value is 59 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #213b72 hue: 0.61 , saturation: 0.55 and the lightness value of 213b72 is 0.29.

The process color (four color CMYK) of #213b72 color hex is 0.71, 0.48, 0.00, 0.55. Web safe color of #213b72 is #333366. Color #213b72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 01110010
Octal 41 73 162
Decimal 33 59 114
Hex 21 3B 72

RGB Percentages of Color #213b72

%16.02
%28.64
%55.34

CMYK Percentages of Color #213b72

%71
%48
%0
%55

Triadic Colors of #213b72

#213b72 #72213b #3b7221

Analogous Colors of #213b72

#213b72 #302172 #216472

Monochromatic Colors of #213b72

#213b72

Complementary Color

#213b72 #725821

#213b72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213b72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213b72 Color CSS Codes

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

#213b72 Text Font Color

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

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


#213b72 Background Color

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

This div background color is #213b72


#213b72 Border Color

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

This div border color is #213b72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,59,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #213b72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #213b72;
  -webkit-box-shadow: 1px 1px 3px 2px #213b72;
  box-shadow:         1px 1px 3px 2px #213b72; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213b72


Comments

No comments written yet.

Please login to write comment.