#2160AA

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

Shades of Denim #2160AA

Tints of Denim #2160AA

Color information

#2160AA (or 0x2160AA) is unknown color: approx Denim. HEX triplet: 21, 60 and AA. RGB value is (33,96,170). Sum of RGB (Red+Green+Blue) = 33+96+170=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #2160AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2160AA is #DE9F55. Grayscale: #555555. Windows color (decimal): -14589782 or 11165729. OLE color: 11165729.

HSL color Cylindrical-coordinate representation of color #2160AA: hue angle of 212.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2160AA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3396170-
CMYK0.810.4400.33
HSL212.41º67.49%39.8%-
HSV(B)212.41º80.59%66.67%-
XYZ12.0711.5939.63-
YUV85.6175.6390.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.04%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=11.04%
G=32.11%
B=56.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33961700.810.4400.33212.4167.4939.8
Hex2160AA512C021d44328
Octal411402521215404132410350
Binary10000111000001010101010100011011000100001110101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2160AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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