#1963B4

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

Shades of Denim #1963B4

Tints of Denim #1963B4

Color information

#1963B4 (or 0x1963B4) is unknown color: approx Denim. HEX triplet: 19, 63 and B4. RGB value is (25,99,180). Sum of RGB (Red+Green+Blue) = 25+99+180=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #1963B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963B4 is #E69C4B. Grayscale: #555555. Windows color (decimal): -15113292 or 11821849. OLE color: 11821849.

HSL color Cylindrical-coordinate representation of color #1963B4: hue angle of 211.35º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1963B4 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2599180-
CMYK0.860.4500.29
HSL211.35º75.61%40.2%-
HSV(B)211.35º86.11%70.59%-
XYZ13.112.4344.89-
YUV86.11180.9884.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 180 (70.70% from 255) = 59.21%
R=8.22%
G=32.57%
B=59.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25991800.860.4500.29211.3575.6140.2
Hex1963B4562D01Dd34c28
Octal311432641265503532311450
Binary110011100011101101001010110101101011101110100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1963B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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