#1964BA

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

Shades of Denim #1964BA

Tints of Denim #1964BA

Color information

#1964BA (or 0x1964BA) is unknown color: approx Denim. HEX triplet: 19, 64 and BA. RGB value is (25,100,186). Sum of RGB (Red+Green+Blue) = 25+100+186=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #1964BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964BA is #E69B45. Grayscale: #565656. Windows color (decimal): -15113030 or 12215321. OLE color: 12215321.

HSL color Cylindrical-coordinate representation of color #1964BA: hue angle of 212.05º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1964BA is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25100186-
CMYK0.870.4600.27
HSL212.05º76.3%41.37%-
HSV(B)212.05º86.56%72.94%-
XYZ13.8212.8748.21-
YUV87.38183.6583.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.04%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=8.04%
G=32.15%
B=59.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251001860.870.4600.27212.0576.341.37
Hex1964BA572E01Bd44c29
Octal311442721275603332411451
Binary110011100100101110101010111101110011011110101001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1964BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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