#2064CB

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

Shades of Denim #2064CB

Tints of Denim #2064CB

Color information

#2064CB (or 0x2064CB) is unknown color: approx Denim. HEX triplet: 20, 64 and CB. RGB value is (32,100,203). Sum of RGB (Red+Green+Blue) = 32+100+203=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #2064CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2064CB is #DF9B34. Grayscale: #5A5A5A. Windows color (decimal): -14654261 or 13329440. OLE color: 13329440.

HSL color Cylindrical-coordinate representation of color #2064CB: hue angle of 216.14º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2064CB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB32100203-
CMYK0.840.5100.20
HSL216.14º72.77%46.08%-
HSV(B)216.14º84.24%79.61%-
XYZ15.9313.7358.31-
YUV91.41190.9785.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.55%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 203 (79.69% from 255) = 60.60%
R=9.55%
G=29.85%
B=60.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal321002030.840.5100.20216.1472.7746.08
Hex2064CB5433014d8492e
Octal401443131246302433011156
Binary1000001100100110010111010100110011010100110110001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2064CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2064CB; }

 p { color: rgb(32,100,203); }

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

<style>
 a { background-color: #2064CB; }

 a { background-color: rgb(32,100,203); }

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

<style>
 span { border-color: #2064CB; }

 span { border-color: rgb(32,100,203); }

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