#216979

Color #216979 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #216979

Tints of Allports #216979

Color information

#216979 (or 0x216979) is unknown color: approx Allports. HEX triplet: 21, 69 and 79. RGB value is (33,105,121). Sum of RGB (Red+Green+Blue) = 33+105+121=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #216979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216979 is #DE9686. Grayscale: #555555. Windows color (decimal): -14587527 or 7956769. OLE color: 7956769.

HSL color Cylindrical-coordinate representation of color #216979: hue angle of 190.91º 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 #216979 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33105121-
CMYK0.730.1300.53
HSL190.91º57.14%30.2%-
HSV(B)190.91º72.73%47.45%-
XYZ9.1311.8119.89-
YUV85.3148.1590.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=12.74%
G=40.54%
B=46.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331051210.730.1300.53190.9157.1430.2
Hex21697949D035bf391e
Octal41151171111150652777136
Binary100001110100111110011001001110101101011011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216979; }

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

 H1.HeaderClassName
 {
   color: #216979;
 }
 .AnyTagClassName
 {
   color: #216979;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #216979;
 }
 .BgClassName
 {
   background-color: #216979;
 }
</style>
border-color css

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

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

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