#1959B5

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

Shades of Denim #1959B5

Tints of Denim #1959B5

Color information

#1959B5 (or 0x1959B5) is unknown color: approx Denim. HEX triplet: 19, 59 and B5. RGB value is (25,89,181). Sum of RGB (Red+Green+Blue) = 25+89+181=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #1959B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959B5 is #E6A64A. Grayscale: #4F4F4F. Windows color (decimal): -15115851 or 11884825. OLE color: 11884825.

HSL color Cylindrical-coordinate representation of color #1959B5: hue angle of 215.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1959B5 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2589181-
CMYK0.860.5100.29
HSL215.38º75.73%40.39%-
HSV(B)215.38º86.19%70.98%-
XYZ12.3110.6945.13-
YUV80.35184.888.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.47%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 181 (71.09% from 255) = 61.36%
R=8.47%
G=30.17%
B=61.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25891810.860.5100.29215.3875.7340.39
Hex1959B5563301Dd74c28
Octal311312651266303532711450
Binary110011011001101101011010110110011011101110101111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1959B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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