#2166B0

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

Shades of Denim #2166B0

Tints of Denim #2166B0

Color information

#2166B0 (or 0x2166B0) is unknown color: approx Denim. HEX triplet: 21, 66 and B0. RGB value is (33,102,176). Sum of RGB (Red+Green+Blue) = 33+102+176=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 176 (69.14% from 255 or 56.59% from 311); Max value from RGB is 176 - color contains mainly: blue. Hex color #2166B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2166B0 is #DE994F. Grayscale: #595959. Windows color (decimal): -14588240 or 11560481. OLE color: 11560481.

HSL color Cylindrical-coordinate representation of color #2166B0: hue angle of 211.05º 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 #2166B0 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB33102176-
CMYK0.810.4200.31
HSL211.05º68.42%40.98%-
HSV(B)211.05º81.25%69.02%-
XYZ13.2212.9642.88-
YUV89.8176.6487.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 176 (69.14% from 255) = 56.59%
R=10.61%
G=32.80%
B=56.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331021760.810.4200.31211.0568.4240.98
Hex2166B0512A01Fd34429
Octal411462601215203732310451
Binary1000011100110101100001010001101010011111110100111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2166B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2166B0; }

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

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

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

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

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

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

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

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