Color Hex Logo

#213b87 Color Hex

#213B87
(33,59,135)
0 Favorites   0 Comments

Color spaces of #213b87

RGB 3359135
HSL0.620.610.33
HSV225°76°53°
CMYK 0.760.560.00   0.47
XYZ6.56435.200523.5795
Yxy5.20050.18570.1471
Hunter Lab22.804611.4731-45.3414
CIE-Lab27.298518.5099-45.4507

#213b87 color RGB value is (33,59,135).

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

The process color (four color CMYK) of #213b87 color hex is 0.76, 0.56, 0.00, 0.47. Web safe color of #213b87 is #333399. Color #213b87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 10000111
Octal 41 73 207
Decimal 33 59 135
Hex 21 3B 87

RGB Percentages of Color #213b87

%14.54
%25.99
%59.47

CMYK Percentages of Color #213b87

%76
%56
%0
%47

Triadic Colors of #213b87

#213b87 #87213b #3b8721

Analogous Colors of #213b87

#213b87 #3a2187 #216e87

Monochromatic Colors of #213b87

#213b87

Complementary Color

#213b87 #876d21

#213b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213b87 Color CSS Codes

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

#213b87 Text Font Color

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

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


#213b87 Background Color

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

This div background color is #213b87


#213b87 Border Color

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

This div border color is #213b87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213b87


Comments

No comments written yet.

Please login to write comment.