#1957A3

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

Shades of Denim #1957A3

Tints of Denim #1957A3

Color information

#1957A3 (or 0x1957A3) is unknown color: approx Denim. HEX triplet: 19, 57 and A3. RGB value is (25,87,163). Sum of RGB (Red+Green+Blue) = 25+87+163=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #1957A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1957A3 is #E6A85C. Grayscale: #4C4C4C. Windows color (decimal): -15116381 or 10704665. OLE color: 10704665.

HSL color Cylindrical-coordinate representation of color #1957A3: hue angle of 213.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1957A3 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2587163-
CMYK0.850.4700.36
HSL213.04º73.4%36.86%-
HSV(B)213.04º84.66%63.92%-
XYZ10.429.6735.97-
YUV77.13176.4690.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 163 (64.06% from 255) = 59.27%
R=9.09%
G=31.64%
B=59.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal25871630.850.4700.36213.0473.436.86
Hex1957A3552F024d54925
Octal311272431255704432511145
Binary1100110101111010001110101011011110100100110101011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1957A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1957A3; }

 p { color: rgb(25,87,163); }

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

<style>
 a { background-color: #1957A3; }

 a { background-color: rgb(25,87,163); }

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

<style>
 span { border-color: #1957A3; }

 span { border-color: rgb(25,87,163); }

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