#2160BE

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

Shades of Denim #2160BE

Tints of Denim #2160BE

Color information

#2160BE (or 0x2160BE) is unknown color: approx Denim. HEX triplet: 21, 60 and BE. RGB value is (33,96,190). Sum of RGB (Red+Green+Blue) = 33+96+190=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #2160BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2160BE is #DE9F41. Grayscale: #575757. Windows color (decimal): -14589762 or 12476449. OLE color: 12476449.

HSL color Cylindrical-coordinate representation of color #2160BE: hue angle of 215.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2160BE is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3396190-
CMYK0.830.4900.25
HSL215.92º70.4%43.73%-
HSV(B)215.92º82.63%74.51%-
XYZ14.112.4150.37-
YUV87.88185.6388.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.34%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=10.34%
G=30.09%
B=59.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33961900.830.4900.25215.9270.443.73
Hex2160BE5331019d8462c
Octal411402761236103133010654
Binary1000011100000101111101010011110001011001110110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2160BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2160BE; }

 p { color: rgb(33,96,190); }

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

<style>
 a { background-color: #2160BE; }

 a { background-color: rgb(33,96,190); }

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

<style>
 span { border-color: #2160BE; }

 span { border-color: rgb(33,96,190); }

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