#1964be

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

Shades of Denim #1964BE

Tints of Denim #1964BE

Color information

#1964BE (or 0x1964BE) is unknown color: approx Denim. HEX triplet: 19, 64 and BE. RGB value is (25,100,190). Sum of RGB (Red+Green+Blue) = 25+100+190=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #1964BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964BE is #E69B41. Grayscale: #575757. Windows color (decimal): -15113026 or 12477465. OLE color: 12477465.

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

Color convert

RGB25100190-
CMYK0.870.4700.25
HSL212.73º76.74%42.16%-
HSV(B)212.73º86.84%74.51%-
XYZ14.2513.0450.48-
YUV87.84185.6583.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.94%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=7.94%
G=31.75%
B=60.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251001900.870.4700.25212.7376.7442.16
Hex1964BE572F019d54d2a
Octal311442761275703132511552
Binary110011100100101111101010111101111011001110101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1964be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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