#1564B4

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

Shades of Denim #1564B4

Tints of Denim #1564B4

Color information

#1564B4 (or 0x1564B4) is unknown color: approx Denim. HEX triplet: 15, 64 and B4. RGB value is (21,100,180). Sum of RGB (Red+Green+Blue) = 21+100+180=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #1564B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564B4 is #EA9B4B. Grayscale: #555555. Windows color (decimal): -15375180 or 11822101. OLE color: 11822101.

HSL color Cylindrical-coordinate representation of color #1564B4: hue angle of 210.19º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1564B4 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB21100180-
CMYK0.880.4400.29
HSL210.19º79.1%39.41%-
HSV(B)210.19º88.33%70.59%-
XYZ13.112.5744.92-
YUV85.5181.3382-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=6.98%
G=33.22%
B=59.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211001800.880.4400.29210.1979.139.41
Hex1564B4582C01Dd24f27
Octal251442641305403532211747
Binary101011100100101101001011000101100011101110100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1564B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1564B4; }

 p { color: rgb(21,100,180); }

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

<style>
 a { background-color: #1564B4; }

 a { background-color: rgb(21,100,180); }

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

<style>
 span { border-color: #1564B4; }

 span { border-color: rgb(21,100,180); }

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