#1563a4

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

Shades of Denim #1563A4

Tints of Denim #1563A4

Color information

#1563A4 (or 0x1563A4) is unknown color: approx Denim. HEX triplet: 15, 63 and A4. RGB value is (21,99,164). Sum of RGB (Red+Green+Blue) = 21+99+164=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #1563A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1563A4 is #EA9C5B. Grayscale: #525252. Windows color (decimal): -15375452 or 10773269. OLE color: 10773269.

HSL color Cylindrical-coordinate representation of color #1563A4: hue angle of 207.27º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1563A4 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2199164-
CMYK0.870.4000.36
HSL207.27º77.3%36.27%-
HSV(B)207.27º87.2%64.31%-
XYZ11.4711.7636.79-
YUV83.09173.6683.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 164 (64.45% from 255) = 57.75%
R=7.39%
G=34.86%
B=57.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21991640.870.4000.36207.2777.336.27
Hex1563A45728024cf4d24
Octal251432441275004431711544
Binary1010111000111010010010101111010000100100110011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1563a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1563a4; }

 p { color: rgb(21,99,164); }

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

<style>
 a { background-color: #1563a4; }

 a { background-color: rgb(21,99,164); }

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

<style>
 span { border-color: #1563a4; }

 span { border-color: rgb(21,99,164); }

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