#1560BA

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

Shades of Denim #1560BA

Tints of Denim #1560BA

Color information

#1560BA (or 0x1560BA) is unknown color: approx Denim. HEX triplet: 15, 60 and BA. RGB value is (21,96,186). Sum of RGB (Red+Green+Blue) = 21+96+186=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #1560BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1560BA is #EA9F45. Grayscale: #535353. Windows color (decimal): -15376198 or 12214293. OLE color: 12214293.

HSL color Cylindrical-coordinate representation of color #1560BA: hue angle of 212.73º 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 #1560BA is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2196186-
CMYK0.890.4800.27
HSL212.73º79.71%40.59%-
HSV(B)212.73º88.71%72.94%-
XYZ13.3612.0748.08-
YUV83.84185.6583.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.93%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=6.93%
G=31.68%
B=61.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21961860.890.4800.27212.7379.7140.59
Hex1560BA593001Bd55029
Octal251402721316003332512051
Binary101011100000101110101011001110000011011110101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1560BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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