#2164BA

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

Shades of Denim #2164BA

Tints of Denim #2164BA

Color information

#2164BA (or 0x2164BA) is unknown color: approx Denim. HEX triplet: 21, 64 and BA. RGB value is (33,100,186). Sum of RGB (Red+Green+Blue) = 33+100+186=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #2164BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164BA is #DE9B45. Grayscale: #595959. Windows color (decimal): -14588742 or 12215329. OLE color: 12215329.

HSL color Cylindrical-coordinate representation of color #2164BA: hue angle of 213.73º 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 #2164BA is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33100186-
CMYK0.820.4600.27
HSL213.73º69.86%42.94%-
HSV(B)213.73º82.26%72.94%-
XYZ14.0512.9848.22-
YUV89.77182.387.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.34%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=10.34%
G=31.35%
B=58.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331001860.820.4600.27213.7369.8642.94
Hex2164BA522E01Bd6462b
Octal411442721225603332610653
Binary1000011100100101110101010010101110011011110101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2164BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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