#1956D5

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

Shades of Denim #1956D5

Tints of Denim #1956D5

Color information

#1956D5 (or 0x1956D5) is unknown color: approx Denim. HEX triplet: 19, 56 and D5. RGB value is (25,86,213). Sum of RGB (Red+Green+Blue) = 25+86+213=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #1956D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956D5 is #E6A92A. Grayscale: #515151. Windows color (decimal): -15116587 or 13981209. OLE color: 13981209.

HSL color Cylindrical-coordinate representation of color #1956D5: hue angle of 220.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1956D5 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2586213-
CMYK0.880.6000.16
HSL220.53º78.99%46.67%-
HSV(B)220.53º88.26%83.53%-
XYZ15.7411.6764.37-
YUV82.24201.7987.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.72%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 213 (83.59% from 255) = 65.74%
R=7.72%
G=26.54%
B=65.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal25862130.880.6000.16220.5378.9946.67
Hex1956D5583C010dd4f2f
Octal311263251307402033511757
Binary110011010110110101011011000111100010000110111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1956D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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