#1559C6

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

Shades of Denim #1559C6

Tints of Denim #1559C6

Color information

#1559C6 (or 0x1559C6) is unknown color: approx Denim. HEX triplet: 15, 59 and C6. RGB value is (21,89,198). Sum of RGB (Red+Green+Blue) = 21+89+198=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #1559C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559C6 is #EAA639. Grayscale: #505050. Windows color (decimal): -15377978 or 12998933. OLE color: 12998933.

HSL color Cylindrical-coordinate representation of color #1559C6: hue angle of 216.95º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1559C6 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2189198-
CMYK0.890.5500.22
HSL216.95º80.82%42.94%-
HSV(B)216.95º89.39%77.65%-
XYZ14.0711.3854.88-
YUV81.09193.9785.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 198 (77.73% from 255) = 64.29%
R=6.82%
G=28.90%
B=64.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21891980.890.5500.22216.9580.8242.94
Hex1559C65937016d9512b
Octal251313061316702633112153
Binary101011011001110001101011001110111010110110110011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1559C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1559C6; }

 p { color: rgb(21,89,198); }

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

<style>
 a { background-color: #1559C6; }

 a { background-color: rgb(21,89,198); }

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

<style>
 span { border-color: #1559C6; }

 span { border-color: rgb(21,89,198); }

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