#2071C0

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

Shades of Denim #2071C0

Tints of Denim #2071C0

Color information

#2071C0 (or 0x2071C0) is unknown color: approx Denim. HEX triplet: 20, 71 and C0. RGB value is (32,113,192). Sum of RGB (Red+Green+Blue) = 32+113+192=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #2071C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2071C0 is #DF8E3F. Grayscale: #616161. Windows color (decimal): -14650944 or 12611872. OLE color: 12611872.

HSL color Cylindrical-coordinate representation of color #2071C0: hue angle of 209.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2071C0 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB32113192-
CMYK0.830.4100.25
HSL209.62º71.43%43.92%-
HSV(B)209.62º83.33%75.29%-
XYZ16.0215.9252.1-
YUV97.79181.1681.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 192 (75.39% from 255) = 56.97%
R=9.50%
G=33.53%
B=56.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321131920.830.4100.25209.6271.4343.92
Hex2071C05329019d2472c
Octal401613001235103132210754
Binary1000001110001110000001010011101001011001110100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2071C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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