#2164C1

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

Shades of Denim #2164C1

Tints of Denim #2164C1

Color information

#2164C1 (or 0x2164C1) is unknown color: approx Denim. HEX triplet: 21, 64 and C1. RGB value is (33,100,193). Sum of RGB (Red+Green+Blue) = 33+100+193=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #2164C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164C1 is #DE9B3E. Grayscale: #5A5A5A. Windows color (decimal): -14588735 or 12674081. OLE color: 12674081.

HSL color Cylindrical-coordinate representation of color #2164C1: hue angle of 214.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2164C1 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB33100193-
CMYK0.830.4800.24
HSL214.88º70.8%44.31%-
HSV(B)214.88º82.9%75.69%-
XYZ14.8113.2952.24-
YUV90.57185.886.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 193 (75.78% from 255) = 59.20%
R=10.12%
G=30.67%
B=59.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331001930.830.4800.24214.8870.844.31
Hex2164C15330018d7472c
Octal411443011236003032710754
Binary1000011100100110000011010011110000011000110101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2164C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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