#2159b0

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

Shades of Denim #2159B0

Tints of Denim #2159B0

Color information

#2159B0 (or 0x2159B0) is unknown color: approx Denim. HEX triplet: 21, 59 and B0. RGB value is (33,89,176). Sum of RGB (Red+Green+Blue) = 33+89+176=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 176 (69.14% from 255 or 59.06% from 298); Max value from RGB is 176 - color contains mainly: blue. Hex color #2159B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2159B0 is #DEA64F. Grayscale: #515151. Windows color (decimal): -14591568 or 11557153. OLE color: 11557153.

HSL color Cylindrical-coordinate representation of color #2159B0: hue angle of 216.5º 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 #2159B0 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3389176-
CMYK0.810.4900.31
HSL216.5º68.42%40.98%-
HSV(B)216.5º81.25%69.02%-
XYZ12.0410.642.49-
YUV82.17180.9592.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 176 (69.14% from 255) = 59.06%
R=11.07%
G=29.87%
B=59.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33891760.810.4900.31216.568.4240.98
Hex2159B0513101Fd94429
Octal411312601216103733110451
Binary1000011011001101100001010001110001011111110110011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2159b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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