#1660C3

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

Shades of Denim #1660C3

Tints of Denim #1660C3

Color information

#1660C3 (or 0x1660C3) is unknown color: approx Denim. HEX triplet: 16, 60 and C3. RGB value is (22,96,195). Sum of RGB (Red+Green+Blue) = 22+96+195=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 195 (76.56% from 255 or 62.30% from 313); Max value from RGB is 195 - color contains mainly: blue. Hex color #1660C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1660C3 is #E99F3C. Grayscale: #545454. Windows color (decimal): -15310653 or 12804118. OLE color: 12804118.

HSL color Cylindrical-coordinate representation of color #1660C3: hue angle of 214.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1660C3 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2296195-
CMYK0.890.5100.24
HSL214.34º79.72%42.55%-
HSV(B)214.34º88.72%76.47%-
XYZ14.3612.4853.28-
YUV85.16189.9882.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.03%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 195 (76.56% from 255) = 62.30%
R=7.03%
G=30.67%
B=62.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22961950.890.5100.24214.3479.7242.55
Hex1660C35933018d6502b
Octal261403031316303032612053
Binary101101100000110000111011001110011011000110101101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1660C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1660C3; }

 p { color: rgb(22,96,195); }

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

<style>
 a { background-color: #1660C3; }

 a { background-color: rgb(22,96,195); }

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

<style>
 span { border-color: #1660C3; }

 span { border-color: rgb(22,96,195); }

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