#1566C5

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

Shades of Denim #1566C5

Tints of Denim #1566C5

Color information

#1566C5 (or 0x1566C5) is unknown color: approx Denim. HEX triplet: 15, 66 and C5. RGB value is (21,102,197). Sum of RGB (Red+Green+Blue) = 21+102+197=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 197 (77.34% from 255 or 61.56% from 320); Max value from RGB is 197 - color contains mainly: blue. Hex color #1566C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566C5 is #EA993A. Grayscale: #585858. Windows color (decimal): -15374651 or 12936725. OLE color: 12936725.

HSL color Cylindrical-coordinate representation of color #1566C5: hue angle of 212.39º degrees, saturation: 0.81, 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 #1566C5 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB21102197-
CMYK0.890.4800.23
HSL212.39º80.73%42.75%-
HSV(B)212.39º89.34%77.25%-
XYZ15.1413.6954.67-
YUV88.61189.1679.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.56%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 197 (77.34% from 255) = 61.56%
R=6.56%
G=31.88%
B=61.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal211021970.890.4800.23212.3980.7342.75
Hex1566C55930017d4512b
Octal251463051316002732412153
Binary101011100110110001011011001110000010111110101001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1566C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,102,197); }

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

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

 a { background-color: rgb(21,102,197); }

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

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

 span { border-color: rgb(21,102,197); }

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