#1964C0

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

Shades of Denim #1964C0

Tints of Denim #1964C0

Color information

#1964C0 (or 0x1964C0) is unknown color: approx Denim. HEX triplet: 19, 64 and C0. RGB value is (25,100,192). Sum of RGB (Red+Green+Blue) = 25+100+192=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #1964C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964C0 is #E69B3F. Grayscale: #575757. Windows color (decimal): -15113024 or 12608537. OLE color: 12608537.

HSL color Cylindrical-coordinate representation of color #1964C0: hue angle of 213.05º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1964C0 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25100192-
CMYK0.870.4800.25
HSL213.05º76.96%42.55%-
HSV(B)213.05º86.98%75.29%-
XYZ14.4713.1351.64-
YUV88.06186.6583.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 192 (75.39% from 255) = 60.57%
R=7.89%
G=31.55%
B=60.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251001920.870.4800.25213.0576.9642.55
Hex1964C05730019d54d2b
Octal311443001276003132511553
Binary110011100100110000001010111110000011001110101011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1964C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1964C0; }

 p { color: rgb(25,100,192); }

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

<style>
 a { background-color: #1964C0; }

 a { background-color: rgb(25,100,192); }

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

<style>
 span { border-color: #1964C0; }

 span { border-color: rgb(25,100,192); }

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