Color Hex Logo

#213b93 Color Hex

#213B93
(33,59,147)
0 Favorites   0 Comments

Color spaces of #213b93

RGB 3359147
HSL0.630.630.35
HSV226°78°58°
CMYK 0.780.600.00   0.42
XYZ7.45765.557828.2835
Yxy5.55780.18060.1346
Hunter Lab23.575015.2096-54.6292
CIE-Lab28.268223.2427-51.2863

#213b93 color RGB value is (33,59,147).

#213b93 hex color red value is 33, green value is 59 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #213b93 hue: 0.63 , saturation: 0.63 and the lightness value of 213b93 is 0.35.

The process color (four color CMYK) of #213b93 color hex is 0.78, 0.60, 0.00, 0.42. Web safe color of #213b93 is #333399. Color #213b93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 10010011
Octal 41 73 223
Decimal 33 59 147
Hex 21 3B 93

RGB Percentages of Color #213b93

%13.81
%24.69
%61.51

CMYK Percentages of Color #213b93

%78
%60
%0
%42

Triadic Colors of #213b93

#213b93 #93213b #3b9321

Analogous Colors of #213b93

#213b93 #402193 #217493

Monochromatic Colors of #213b93

#213b93

Complementary Color

#213b93 #937921

#213b93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213b93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213b93 Color CSS Codes

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

#213b93 Text Font Color

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

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


#213b93 Background Color

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

This div background color is #213b93


#213b93 Border Color

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

This div border color is #213b93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213b93


Comments

No comments written yet.

Please login to write comment.