#2169B2

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

Shades of Denim #2169B2

Tints of Denim #2169B2

Color information

#2169B2 (or 0x2169B2) is unknown color: approx Denim. HEX triplet: 21, 69 and B2. RGB value is (33,105,178). Sum of RGB (Red+Green+Blue) = 33+105+178=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 178 (69.92% from 255 or 56.33% from 316); Max value from RGB is 178 - color contains mainly: blue. Hex color #2169B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2169B2 is #DE964D. Grayscale: #5B5B5B. Windows color (decimal): -14587470 or 11692321. OLE color: 11692321.

HSL color Cylindrical-coordinate representation of color #2169B2: hue angle of 210.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2169B2 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB33105178-
CMYK0.810.4100.30
HSL210.21º68.72%41.37%-
HSV(B)210.21º81.46%69.8%-
XYZ13.7113.6444.03-
YUV91.79176.6586.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.44%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 178 (69.92% from 255) = 56.33%
R=10.44%
G=33.23%
B=56.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331051780.810.4100.30210.2168.7241.37
Hex2169B2512901Ed24529
Octal411512621215103632210551
Binary1000011101001101100101010001101001011110110100101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2169B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2169B2; }

 p { color: rgb(33,105,178); }

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

<style>
 a { background-color: #2169B2; }

 a { background-color: rgb(33,105,178); }

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

<style>
 span { border-color: #2169B2; }

 span { border-color: rgb(33,105,178); }

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