#2169B0

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

Shades of Denim #2169B0

Tints of Denim #2169B0

Color information

#2169B0 (or 0x2169B0) is unknown color: approx Denim. HEX triplet: 21, 69 and B0. RGB value is (33,105,176). Sum of RGB (Red+Green+Blue) = 33+105+176=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #2169B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2169B0 is #DE964F. Grayscale: #5B5B5B. Windows color (decimal): -14587472 or 11561249. OLE color: 11561249.

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

Color convert

RGB33105176-
CMYK0.810.4000.31
HSL209.79º68.42%40.98%-
HSV(B)209.79º81.25%69.02%-
XYZ13.5213.5642.98-
YUV91.57175.6586.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.51%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 176 (69.14% from 255) = 56.05%
R=10.51%
G=33.44%
B=56.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331051760.810.4000.31209.7968.4240.98
Hex2169B0512801Fd24429
Octal411512601215003732210451
Binary1000011101001101100001010001101000011111110100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2169B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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