#1959B3

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

Shades of Denim #1959B3

Tints of Denim #1959B3

Color information

#1959B3 (or 0x1959B3) is unknown color: approx Denim. HEX triplet: 19, 59 and B3. RGB value is (25,89,179). Sum of RGB (Red+Green+Blue) = 25+89+179=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #1959B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959B3 is #E6A64C. Grayscale: #4F4F4F. Windows color (decimal): -15115853 or 11753753. OLE color: 11753753.

HSL color Cylindrical-coordinate representation of color #1959B3: hue angle of 215.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1959B3 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2589179-
CMYK0.860.5000.30
HSL215.06º75.49%40%-
HSV(B)215.06º86.03%70.2%-
XYZ12.1110.6144.06-
YUV80.12183.888.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 179 (70.31% from 255) = 61.09%
R=8.53%
G=30.38%
B=61.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25891790.860.5000.30215.0675.4940
Hex1959B3563201Ed74b28
Octal311312631266203632711350
Binary110011011001101100111010110110010011110110101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1959B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1959B3; }

 p { color: rgb(25,89,179); }

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

<style>
 a { background-color: #1959B3; }

 a { background-color: rgb(25,89,179); }

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

<style>
 span { border-color: #1959B3; }

 span { border-color: rgb(25,89,179); }

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