Color Hex Logo

#213969 Color Hex

#213969
(33,57,105)
0 Favorites   0 Comments

Color spaces of #213969

RGB 3357105
HSL0.610.520.27
HSV220°69°41°
CMYK 0.690.460.00   0.59
XYZ4.64014.269513.9441
Yxy4.26950.20300.1868
Hunter Lab20.66283.9247-25.5474
CIE-Lab24.54317.9850-30.9088

#213969 color RGB value is (33,57,105).

#213969 hex color red value is 33, green value is 57 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #213969 hue: 0.61 , saturation: 0.52 and the lightness value of 213969 is 0.27.

The process color (four color CMYK) of #213969 color hex is 0.69, 0.46, 0.00, 0.59. Web safe color of #213969 is #333366. Color #213969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111001 01101001
Octal 41 71 151
Decimal 33 57 105
Hex 21 39 69

RGB Percentages of Color #213969

%16.92
%29.23
%53.85

CMYK Percentages of Color #213969

%69
%46
%0
%59

Triadic Colors of #213969

#213969 #692139 #396921

Analogous Colors of #213969

#213969 #2d2169 #215d69

Monochromatic Colors of #213969

#213969

Complementary Color

#213969 #695121

#213969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213969 Color CSS Codes

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

#213969 Text Font Color

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

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


#213969 Background Color

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

This div background color is #213969


#213969 Border Color

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

This div border color is #213969


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,57,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #213969; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #213969;
  -webkit-box-shadow: 1px 1px 3px 2px #213969;
  box-shadow:         1px 1px 3px 2px #213969; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213969


Comments

No comments written yet.

Please login to write comment.