#1964CA

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

Shades of Denim #1964CA

Tints of Denim #1964CA

Color information

#1964CA (or 0x1964CA) is unknown color: approx Denim. HEX triplet: 19, 64 and CA. RGB value is (25,100,202). Sum of RGB (Red+Green+Blue) = 25+100+202=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #1964CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964CA is #E69B35. Grayscale: #585858. Windows color (decimal): -15113014 or 13263897. OLE color: 13263897.

HSL color Cylindrical-coordinate representation of color #1964CA: hue angle of 214.58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1964CA is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25100202-
CMYK0.880.5000.21
HSL214.58º77.97%44.51%-
HSV(B)214.58º87.62%79.22%-
XYZ15.6213.5957.68-
YUV89.2191.6582.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.65%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=7.65%
G=30.58%
B=61.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251002020.880.5000.21214.5877.9744.51
Hex1964CA5832015d74e2d
Octal311443121306202532711655
Binary110011100100110010101011000110010010101110101111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1964CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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