#1964C1

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

Shades of Denim #1964C1

Tints of Denim #1964C1

Color information

#1964C1 (or 0x1964C1) is unknown color: approx Denim. HEX triplet: 19, 64 and C1. RGB value is (25,100,193). Sum of RGB (Red+Green+Blue) = 25+100+193=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #1964C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964C1 is #E69B3E. Grayscale: #575757. Windows color (decimal): -15113023 or 12674073. OLE color: 12674073.

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

Color convert

RGB25100193-
CMYK0.870.4800.24
HSL213.21º77.06%42.75%-
HSV(B)213.21º87.05%75.69%-
XYZ14.5813.1752.23-
YUV88.18187.1582.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 193 (75.78% from 255) = 60.69%
R=7.86%
G=31.45%
B=60.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251001930.870.4800.24213.2177.0642.75
Hex1964C15730018d54d2b
Octal311443011276003032511553
Binary110011100100110000011010111110000011000110101011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1964C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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