#1959AA

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

Shades of Denim #1959AA

Tints of Denim #1959AA

Color information

#1959AA (or 0x1959AA) is unknown color: approx Denim. HEX triplet: 19, 59 and AA. RGB value is (25,89,170). Sum of RGB (Red+Green+Blue) = 25+89+170=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #1959AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1959AA is #E6A655. Grayscale: #4E4E4E. Windows color (decimal): -15115862 or 11163929. OLE color: 11163929.

HSL color Cylindrical-coordinate representation of color #1959AA: hue angle of 213.52º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1959AA is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2589170-
CMYK0.850.4800.33
HSL213.52º74.36%38.24%-
HSV(B)213.52º85.29%66.67%-
XYZ11.2310.2539.42-
YUV79.1179.389.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.80%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=8.80%
G=31.34%
B=59.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25891700.850.4800.33213.5274.3638.24
Hex1959AA5530021d64a26
Octal311312521256004132611246
Binary1100110110011010101010101011100000100001110101101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1959AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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