#1566AC

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

Shades of Denim #1566AC

Tints of Denim #1566AC

Color information

#1566AC (or 0x1566AC) is unknown color: approx Denim. HEX triplet: 15, 66 and AC. RGB value is (21,102,172). Sum of RGB (Red+Green+Blue) = 21+102+172=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1566AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1566AC is #EA9953. Grayscale: #555555. Windows color (decimal): -15374676 or 11298325. OLE color: 11298325.

HSL color Cylindrical-coordinate representation of color #1566AC: hue angle of 207.81º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1566AC is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21102172-
CMYK0.880.4100.33
HSL207.81º78.24%37.84%-
HSV(B)207.81º87.79%67.45%-
XYZ12.5112.6440.81-
YUV85.76176.6681.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.12%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=7.12%
G=34.58%
B=58.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211021720.880.4100.33207.8178.2437.84
Hex1566AC5829021d04e26
Octal251462541305104132011646
Binary1010111001101010110010110001010010100001110100001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1566AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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