#2071CA

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

Shades of Denim #2071CA

Tints of Denim #2071CA

Color information

#2071CA (or 0x2071CA) is unknown color: approx Denim. HEX triplet: 20, 71 and CA. RGB value is (32,113,202). Sum of RGB (Red+Green+Blue) = 32+113+202=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #2071CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2071CA is #DF8E35. Grayscale: #626262. Windows color (decimal): -14650934 or 13267232. OLE color: 13267232.

HSL color Cylindrical-coordinate representation of color #2071CA: hue angle of 211.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2071CA is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32113202-
CMYK0.840.4400.21
HSL211.41º72.65%45.88%-
HSV(B)211.41º84.16%79.22%-
XYZ17.1616.3858.13-
YUV98.93186.1680.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.22%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=9.22%
G=32.56%
B=58.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321132020.840.4400.21211.4172.6545.88
Hex2071CA542C015d3492e
Octal401613121245402532311156
Binary1000001110001110010101010100101100010101110100111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2071CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2071CA; }

 p { color: rgb(32,113,202); }

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

<style>
 a { background-color: #2071CA; }

 a { background-color: rgb(32,113,202); }

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

<style>
 span { border-color: #2071CA; }

 span { border-color: rgb(32,113,202); }

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