#1563B4

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

Shades of Denim #1563B4

Tints of Denim #1563B4

Color information

#1563B4 (or 0x1563B4) is unknown color: approx Denim. HEX triplet: 15, 63 and B4. RGB value is (21,99,180). Sum of RGB (Red+Green+Blue) = 21+99+180=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #1563B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1563B4 is #EA9C4B. Grayscale: #545454. Windows color (decimal): -15375436 or 11821845. OLE color: 11821845.

HSL color Cylindrical-coordinate representation of color #1563B4: hue angle of 210.57º 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 #1563B4 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2199180-
CMYK0.880.4500.29
HSL210.57º79.1%39.41%-
HSV(B)210.57º88.33%70.59%-
XYZ13.0112.3844.88-
YUV84.91181.6682.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 180 (70.70% from 255) = 60%
R=7%
G=33%
B=60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21991800.880.4500.29210.5779.139.41
Hex1563B4582D01Dd34f27
Octal251432641305503532311747
Binary101011100011101101001011000101101011101110100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1563B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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