#1566BA

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

Shades of Denim #1566BA

Tints of Denim #1566BA

Color information

#1566BA (or 0x1566BA) is unknown color: approx Denim. HEX triplet: 15, 66 and BA. RGB value is (21,102,186). Sum of RGB (Red+Green+Blue) = 21+102+186=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #1566BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566BA is #EA9945. Grayscale: #565656. Windows color (decimal): -15374662 or 12215829. OLE color: 12215829.

HSL color Cylindrical-coordinate representation of color #1566BA: hue angle of 210.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1566BA is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21102186-
CMYK0.890.4500.27
HSL210.55º79.71%40.59%-
HSV(B)210.55º88.71%72.94%-
XYZ13.9213.2148.27-
YUV87.36183.6680.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.80%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=6.80%
G=33.01%
B=60.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211021860.890.4500.27210.5579.7140.59
Hex1566BA592D01Bd35029
Octal251462721315503332312051
Binary101011100110101110101011001101101011011110100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1566BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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