#2065CB

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

Shades of Denim #2065CB

Tints of Denim #2065CB

Color information

#2065CB (or 0x2065CB) is unknown color: approx Denim. HEX triplet: 20, 65 and CB. RGB value is (32,101,203). Sum of RGB (Red+Green+Blue) = 32+101+203=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #2065CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2065CB is #DF9A34. Grayscale: #5B5B5B. Windows color (decimal): -14654005 or 13329696. OLE color: 13329696.

HSL color Cylindrical-coordinate representation of color #2065CB: hue angle of 215.79º 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 #2065CB is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB32101203-
CMYK0.840.5000.20
HSL215.79º72.77%46.08%-
HSV(B)215.79º84.24%79.61%-
XYZ16.0313.9358.34-
YUV92190.6485.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.52%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 203 (79.69% from 255) = 60.42%
R=9.52%
G=30.06%
B=60.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal321012030.840.5000.20215.7972.7746.08
Hex2065CB5432014d8492e
Octal401453131246202433011156
Binary1000001100101110010111010100110010010100110110001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2065CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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