#2166BA

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

Shades of Denim #2166BA

Tints of Denim #2166BA

Color information

#2166BA (or 0x2166BA) is unknown color: approx Denim. HEX triplet: 21, 66 and BA. RGB value is (33,102,186). Sum of RGB (Red+Green+Blue) = 33+102+186=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #2166BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2166BA is #DE9945. Grayscale: #5A5A5A. Windows color (decimal): -14588230 or 12215841. OLE color: 12215841.

HSL color Cylindrical-coordinate representation of color #2166BA: hue angle of 212.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2166BA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33102186-
CMYK0.820.4500.27
HSL212.94º69.86%42.94%-
HSV(B)212.94º82.26%72.94%-
XYZ14.2413.3748.28-
YUV90.94181.6486.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=10.28%
G=31.78%
B=57.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331021860.820.4500.27212.9469.8642.94
Hex2166BA522D01Bd5462b
Octal411462721225503332510653
Binary1000011100110101110101010010101101011011110101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2166BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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