#2164b0

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

Shades of Denim #2164B0

Tints of Denim #2164B0

Color information

#2164B0 (or 0x2164B0) is unknown color: approx Denim. HEX triplet: 21, 64 and B0. RGB value is (33,100,176). Sum of RGB (Red+Green+Blue) = 33+100+176=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #2164B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2164B0 is #DE9B4F. Grayscale: #585858. Windows color (decimal): -14588752 or 11559969. OLE color: 11559969.

HSL color Cylindrical-coordinate representation of color #2164B0: hue angle of 211.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2164B0 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB33100176-
CMYK0.810.4300.31
HSL211.89º68.42%40.98%-
HSV(B)211.89º81.25%69.02%-
XYZ13.0212.5742.81-
YUV88.63177.388.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 176 (69.14% from 255) = 56.96%
R=10.68%
G=32.36%
B=56.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331001760.810.4300.31211.8968.4240.98
Hex2164B0512B01Fd44429
Octal411442601215303732410451
Binary1000011100100101100001010001101011011111110101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2164b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2164b0; }

 p { color: rgb(33,100,176); }

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

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

 a { background-color: rgb(33,100,176); }

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

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

 span { border-color: rgb(33,100,176); }

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