#1563A1

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

Shades of Denim #1563A1

Tints of Denim #1563A1

Color information

#1563A1 (or 0x1563A1) is unknown color: approx Denim. HEX triplet: 15, 63 and A1. RGB value is (21,99,161). Sum of RGB (Red+Green+Blue) = 21+99+161=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #1563A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1563A1 is #EA9C5E. Grayscale: #525252. Windows color (decimal): -15375455 or 10576661. OLE color: 10576661.

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

Color convert

RGB2199161-
CMYK0.870.3900.37
HSL206.57º76.92%35.69%-
HSV(B)206.57º86.96%63.14%-
XYZ11.211.6635.38-
YUV82.75172.1683.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 161 (63.28% from 255) = 57.30%
R=7.47%
G=35.23%
B=57.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21991610.870.3900.37206.5776.9235.69
Hex1563A15727025cf4d24
Octal251432411274704531711544
Binary1010111000111010000110101111001110100101110011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1563A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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