#2066BB

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

Shades of Denim #2066BB

Tints of Denim #2066BB

Color information

#2066BB (or 0x2066BB) is unknown color: approx Denim. HEX triplet: 20, 66 and BB. RGB value is (32,102,187). Sum of RGB (Red+Green+Blue) = 32+102+187=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #2066BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2066BB is #DF9944. Grayscale: #5A5A5A. Windows color (decimal): -14653765 or 12281376. OLE color: 12281376.

HSL color Cylindrical-coordinate representation of color #2066BB: hue angle of 212.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2066BB is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB32102187-
CMYK0.830.4500.27
HSL212.9º70.78%42.94%-
HSV(B)212.9º82.89%73.33%-
XYZ14.3213.448.85-
YUV90.76182.3186.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.97%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 187 (73.44% from 255) = 58.26%
R=9.97%
G=31.78%
B=58.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321021870.830.4500.27212.970.7842.94
Hex2066BB532D01Bd5472b
Octal401462731235503332510753
Binary1000001100110101110111010011101101011011110101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2066BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2066BB; }

 p { color: rgb(32,102,187); }

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

<style>
 a { background-color: #2066BB; }

 a { background-color: rgb(32,102,187); }

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

<style>
 span { border-color: #2066BB; }

 span { border-color: rgb(32,102,187); }

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