#1956B7

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

Shades of Denim #1956B7

Tints of Denim #1956B7

Color information

#1956B7 (or 0x1956B7) is unknown color: approx Denim. HEX triplet: 19, 56 and B7. RGB value is (25,86,183). Sum of RGB (Red+Green+Blue) = 25+86+183=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #1956B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956B7 is #E6A948. Grayscale: #4E4E4E. Windows color (decimal): -15116617 or 12015129. OLE color: 12015129.

HSL color Cylindrical-coordinate representation of color #1956B7: hue angle of 216.84º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1956B7 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2586183-
CMYK0.860.5300.28
HSL216.84º75.96%40.78%-
HSV(B)216.84º86.34%71.76%-
XYZ12.2810.2846.14-
YUV78.82186.7989.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 183 (71.88% from 255) = 62.24%
R=8.50%
G=29.25%
B=62.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal25861830.860.5300.28216.8475.9640.78
Hex1956B7563501Cd94c29
Octal311262671266503433111451
Binary110011010110101101111010110110101011100110110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1956B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1956B7; }

 p { color: rgb(25,86,183); }

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

<style>
 a { background-color: #1956B7; }

 a { background-color: rgb(25,86,183); }

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

<style>
 span { border-color: #1956B7; }

 span { border-color: rgb(25,86,183); }

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