#1668C5

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

Shades of Denim #1668C5

Tints of Denim #1668C5

Color information

#1668C5 (or 0x1668C5) is unknown color: approx Denim. HEX triplet: 16, 68 and C5. RGB value is (22,104,197). Sum of RGB (Red+Green+Blue) = 22+104+197=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #1668C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1668C5 is #E9973A. Grayscale: #595959. Windows color (decimal): -15308603 or 12937238. OLE color: 12937238.

HSL color Cylindrical-coordinate representation of color #1668C5: hue angle of 211.89º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1668C5 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB22104197-
CMYK0.890.4700.23
HSL211.89º79.91%42.94%-
HSV(B)211.89º88.83%77.25%-
XYZ15.3614.154.74-
YUV90.08188.3379.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.81%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 197 (77.34% from 255) = 60.99%
R=6.81%
G=32.20%
B=60.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal221041970.890.4700.23211.8979.9142.94
Hex1668C5592F017d4502b
Octal261503051315702732412053
Binary101101101000110001011011001101111010111110101001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1668C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1668C5; }

 p { color: rgb(22,104,197); }

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

<style>
 a { background-color: #1668C5; }

 a { background-color: rgb(22,104,197); }

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

<style>
 span { border-color: #1668C5; }

 span { border-color: rgb(22,104,197); }

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