#2166BD

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

Shades of Denim #2166BD

Tints of Denim #2166BD

Color information

#2166BD (or 0x2166BD) is unknown color: approx Denim. HEX triplet: 21, 66 and BD. RGB value is (33,102,189). Sum of RGB (Red+Green+Blue) = 33+102+189=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #2166BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2166BD is #DE9942. Grayscale: #5A5A5A. Windows color (decimal): -14588227 or 12412449. OLE color: 12412449.

HSL color Cylindrical-coordinate representation of color #2166BD: hue angle of 213.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2166BD is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB33102189-
CMYK0.830.4600.26
HSL213.46º70.27%43.53%-
HSV(B)213.46º82.54%74.12%-
XYZ14.5613.549.98-
YUV91.29183.1486.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=10.19%
G=31.48%
B=58.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331021890.830.4600.26213.4670.2743.53
Hex2166BD532E01Ad5462c
Octal411462751235603232510654
Binary1000011100110101111011010011101110011010110101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2166BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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