#1956CF

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

Shades of Denim #1956CF

Tints of Denim #1956CF

Color information

#1956CF (or 0x1956CF) is unknown color: approx Denim. HEX triplet: 19, 56 and CF. RGB value is (25,86,207). Sum of RGB (Red+Green+Blue) = 25+86+207=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #1956CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956CF is #E6A930. Grayscale: #515151. Windows color (decimal): -15116593 or 13587993. OLE color: 13587993.

HSL color Cylindrical-coordinate representation of color #1956CF: hue angle of 219.89º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1956CF is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2586207-
CMYK0.880.5800.19
HSL219.89º78.45%45.49%-
HSV(B)219.89º87.92%81.18%-
XYZ14.9911.3760.44-
YUV81.56198.7987.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 207 (81.25% from 255) = 65.09%
R=7.86%
G=27.04%
B=65.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal25862070.880.5800.19219.8978.4545.49
Hex1956CF583A013dc4e2d
Octal311263171307202333411655
Binary110011010110110011111011000111010010011110111001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1956CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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