#2075C0

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

Shades of Denim #2075C0

Tints of Denim #2075C0

Color information

#2075C0 (or 0x2075C0) is unknown color: approx Denim. HEX triplet: 20, 75 and C0. RGB value is (32,117,192). Sum of RGB (Red+Green+Blue) = 32+117+192=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #2075C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2075C0 is #DF8A3F. Grayscale: #636363. Windows color (decimal): -14649920 or 12612896. OLE color: 12612896.

HSL color Cylindrical-coordinate representation of color #2075C0: hue angle of 208.12º 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 #2075C0 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB32117192-
CMYK0.830.3900.25
HSL208.12º71.43%43.92%-
HSV(B)208.12º83.33%75.29%-
XYZ16.4716.8452.25-
YUV100.14179.8479.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.38%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 192 (75.39% from 255) = 56.30%
R=9.38%
G=34.31%
B=56.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321171920.830.3900.25208.1271.4343.92
Hex2075C05327019d0472c
Octal401653001234703132010754
Binary1000001110101110000001010011100111011001110100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2075C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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