Color Hex Logo

#213b66 Color Hex

#213B66
(33,59,102)
0 Favorites   0 Comments

Color spaces of #213b66

RGB 3359102
HSL0.600.510.26
HSV217°68°40°
CMYK 0.680.420.00   0.60
XYZ4.58944.410613.1798
Yxy4.41060.20690.1989
Hunter Lab21.00142.2547-22.5074
CIE-Lab24.98495.4127-28.2705

#213b66 color RGB value is (33,59,102).

#213b66 hex color red value is 33, green value is 59 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #213b66 hue: 0.60 , saturation: 0.51 and the lightness value of 213b66 is 0.26.

The process color (four color CMYK) of #213b66 color hex is 0.68, 0.42, 0.00, 0.60. Web safe color of #213b66 is #333366. Color #213b66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 01100110
Octal 41 73 146
Decimal 33 59 102
Hex 21 3B 66

RGB Percentages of Color #213b66

%17.01
%30.41
%52.58

CMYK Percentages of Color #213b66

%68
%42
%0
%60

Triadic Colors of #213b66

#213b66 #66213b #3b6621

Analogous Colors of #213b66

#213b66 #292166 #215e66

Monochromatic Colors of #213b66

#213b66

Complementary Color

#213b66 #664c21

#213b66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213b66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213b66 Color CSS Codes

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

#213b66 Text Font Color

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

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


#213b66 Background Color

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

This div background color is #213b66


#213b66 Border Color

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

This div border color is #213b66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213b66


Comments

No comments written yet.

Please login to write comment.