#2159A7

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

Shades of Denim #2159A7

Tints of Denim #2159A7

Color information

#2159A7 (or 0x2159A7) is unknown color: approx Denim. HEX triplet: 21, 59 and A7. RGB value is (33,89,167). Sum of RGB (Red+Green+Blue) = 33+89+167=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #2159A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2159A7 is #DEA658. Grayscale: #505050. Windows color (decimal): -14591577 or 10967329. OLE color: 10967329.

HSL color Cylindrical-coordinate representation of color #2159A7: hue angle of 214.93º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2159A7 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3389167-
CMYK0.800.4700.35
HSL214.93º67%39.22%-
HSV(B)214.93º80.24%65.49%-
XYZ11.1710.2637.95-
YUV81.15176.4593.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 167 (65.62% from 255) = 57.79%
R=11.42%
G=30.80%
B=57.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33891670.800.4700.35214.936739.22
Hex2159A7502F023d74327
Octal411312471205704332710347
Binary10000110110011010011110100001011110100011110101111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2159A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2159A7; }

 p { color: rgb(33,89,167); }

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

<style>
 a { background-color: #2159A7; }

 a { background-color: rgb(33,89,167); }

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

<style>
 span { border-color: #2159A7; }

 span { border-color: rgb(33,89,167); }

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