Html Css Color HEX #216D79 Allports

📋 copy color: '#216D79'

red 33 ◦ green 109 ◦ blue 121

#216D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #216D79

Tints of Allports #216D79

RGB

 RED value IS 33 (13.28% from 255) = 12.55%

 GREEN value IS 109 (42.97% from 255) = 41.44%

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 12.55%
G = 41.44%
B = 46.01%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#216D79 (or 0x216D79) is known color: Allports. HEX triplet: 21, 6D and 79. RGB value is (33,109,121). Sum of RGB (Red+Green+Blue) = 33+109+121=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #216D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D79 is #DE9286. Grayscale: #575757. Windows color (decimal): -14586503 or 7957793. OLE color: 7957793.

HSL color Cylindrical-coordinate representation of color #216D79: hue angle of 188.18º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216D79 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 109 121 -
CMYK 0.73 0.10 0 0.53
HSL 188.18º 0.57% 0.3% -
HSV(B) 188.18º 0.73% 0.47% -
XYZ 9.55 12.64 20.03 -
YUV 87.64 146.82 89.02 -
System Red Green Blue C M Y K H S L
Decimal 33 109 121 0.73 0.10 0 0.53 188.18 0.57 0.3
Hex 21 6D 79 49 A 0 35 BC 39 1E
Octal 41 155 171 111 12 0 65 274 71 36
Binary 100001 1101101 1111001 1001001 1010 0 110101 10111100 111001 11110

Color Harmonies of #216D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216D79

Black with #216D79

Text Example


Text Example

White with #216D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216D79; }

 p { color: rgb(33,109,121); }

 H1.HeaderClassName
 {
   color: #216D79;
 }
 .AnyTagClassName
 {
   color: #216D79;
 }
</style>

background-color css

<style>
 a { background-color: #216D79; }

 a { background-color: rgb(33,109,121); }

 div.DivClassName
 {
   background-color: #216D79;
 }
 .BgClassName
 {
   background-color: #216D79;
 }
</style>

border-color css

<style>
 span { border-color: #216D79; }

 span { border-color: rgb(33,109,121); }

 td.TdClassName
 {
   border-color: #216D79;
 }
 .TagClassName
 {
   border-color: #216D79;
 }
</style>