#1957b4

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

Shades of Denim #1957B4

Tints of Denim #1957B4

Color information

#1957B4 (or 0x1957B4) is unknown color: approx Denim. HEX triplet: 19, 57 and B4. RGB value is (25,87,180). Sum of RGB (Red+Green+Blue) = 25+87+180=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #1957B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1957B4 is #E6A84B. Grayscale: #4E4E4E. Windows color (decimal): -15116364 or 11818777. OLE color: 11818777.

HSL color Cylindrical-coordinate representation of color #1957B4: hue angle of 216º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1957B4 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2587180-
CMYK0.860.5200.29
HSL216º75.61%40.2%-
HSV(B)216º86.11%70.59%-
XYZ12.0510.3244.54-
YUV79.06184.9689.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.56%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 180 (70.70% from 255) = 61.64%
R=8.56%
G=29.79%
B=61.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25871800.860.5200.2921675.6140.2
Hex1957B4563401Dd84c28
Octal311272641266403533011450
Binary110011010111101101001010110110100011101110110001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1957b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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