#1956BF

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

Shades of Denim #1956BF

Tints of Denim #1956BF

Color information

#1956BF (or 0x1956BF) is unknown color: approx Denim. HEX triplet: 19, 56 and BF. RGB value is (25,86,191). Sum of RGB (Red+Green+Blue) = 25+86+191=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #1956BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956BF is #E6A940. Grayscale: #4F4F4F. Windows color (decimal): -15116609 or 12539417. OLE color: 12539417.

HSL color Cylindrical-coordinate representation of color #1956BF: hue angle of 217.95º 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 #1956BF is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2586191-
CMYK0.870.5500.25
HSL217.95º76.85%42.35%-
HSV(B)217.95º86.91%74.9%-
XYZ13.1310.6250.65-
YUV79.73190.7988.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.28%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 191 (75% from 255) = 63.25%
R=8.28%
G=28.48%
B=63.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25861910.870.5500.25217.9576.8542.35
Hex1956BF5737019da4d2a
Octal311262771276703133211552
Binary110011010110101111111010111110111011001110110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1956BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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