COLOR #210137

HEX: #210137 RGB: (33,1,55)

Color info

#210137 contains red, green and blue colors in about the same proportion. Web safe color of #210137 is #330033 (or #303).

RGB color model

#210137 color RGB value is (33,1,55).

RGB: (33,1,55) (13%, 0%, 22%)

RGB channels and saturation

R 33 of 255 = 13%
G 1 of 255 = 0%
B 55 of 255 = 22%

33
1
55

R + G + B ~ 12%. #210137 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 1 + 55 = 89 (100%)
R 33 of 89 ~ 37.08%
G 1 of 89 ~ 1.12%
B 55 of 89 ~ 61.8'%

%37.08
%61.8

CMYK color model

#210137 color CMYK value is (40,98,0,78).

  • cyan value is 40.00%
  • magenta value is 98.18%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (40,98,0,78)
C40M98Y0K78 (40%, 98%, 0%, 78%)
(0.40 / 0.98 / 0.00 / 0.78)

CMYK percentages

%40
%98.18
%0
%78.43

Codes

Color #210137 in popluar color models

21 01 37
RGB 33 1 55
HSL 276° 96.43% 10.98%
HSB/HSV 276° 98.18% 21.57%
CMYK 40.00% 98.18% 0.00%
78.43%

Color #210137 in popluar number systems.

HEX 21 01 37
Decimal 33 1 55
Binary 100001 1 110111
Octal 41 1 67

Shades and tints

Shades of #210137

#210137
(33,1,55)
#1E0132
(30,1,50)
#1B012D
(27,1,45)
#180128
(24,1,40)
#150123
(21,1,35)
#12011E
(18,1,30)
#0F0119
(15,1,25)
#0C0114
(12,1,20)
#09010F
(9,1,15)
#06010A
(6,1,10)
#030105
(3,1,5)
#000000
(0,0,0)

Tints of #210137

#210137
(33,1,55)
#351849
(53,24,73)
#492F5B
(73,47,91)
#5D466D
(93,70,109)
#715D7F
(113,93,127)
#857491
(133,116,145)
#998BA3
(153,139,163)
#ADA2B5
(173,162,181)
#C1B9C7
(193,185,199)
#D5D0D9
(213,208,217)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #210137 color. Also use rgb(33,1,55) instead hex code.

Text Font Color

.myTextColor { color: #210137; }

<p style="color:#210137">This sample text font color is #210137.</p>

This text font color is #210137.

Background Color

.myBgColor { background-color: #210137; }

<div style="background-color:#210137">Inner text</div>

This div background color is #210137.

Border color

.myBorderColor { border: 1px solid #210137; }

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

This div border color is #210137.

Opacity

.myOpacity80 { color: #210137; opacity: 0.8; }

<p style="color:#210137;opacity:0.8;">80%</p>

Text with #210137 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #210137;}

<p style="text-shadow: 3px 3px 1px #210137">Text here.</p>

This text has shadow with #210137 color.


.textShadow {text-shadow: 3px 3px 1px #210137', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #210137, 5px 5px 20px red">Text here.</p>

This text has shadow with #210137 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#210137, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#210137, Direction=45, Strength=4)">Text</p>

This text has shadow with #210137 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #210137;
-webkit-box-shadow: 1px 1px 3px 2px #210137;
box-shadow: 1px 1px 3px 2px #210137;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #210137; -webkit-box-shadow: 1px 1px 3px 2px #210137; box-shadow:1px 1px 3px 2px #210137;">
Div content here
</div>

This div box has shadow with color #210137.

Preview

Color preview on black background

This text has color #210137 on black background.


Color preview on white background

This text has color #210137 on white background.


Black color preview on #210137 background

This text has black color on #210137 background.


White color preview on #210137 background

This text has white color on #210137 background.


Related colors

Complementary color

Complementary color for #hex is #DEFEC8.


I love getcolorcode.com

Triadic colors

1 #372101 and #013721 with #210137 are triadic colors.

2 #370121 and #012137 with #210137 are triadic colors.