#1558A2

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

Shades of Denim #1558A2

Tints of Denim #1558A2

Color information

#1558A2 (or 0x1558A2) is unknown color: approx Denim. HEX triplet: 15, 58 and A2. RGB value is (21,88,162). Sum of RGB (Red+Green+Blue) = 21+88+162=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 162 (63.67% from 255 or 59.78% from 271); Max value from RGB is 162 - color contains mainly: blue. Hex color #1558A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1558A2 is #EAA75D. Grayscale: #4C4C4C. Windows color (decimal): -15378270 or 10639381. OLE color: 10639381.

HSL color Cylindrical-coordinate representation of color #1558A2: hue angle of 211.49º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1558A2 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2188162-
CMYK0.870.4600.36
HSL211.49º77.05%35.88%-
HSV(B)211.49º87.04%63.53%-
XYZ10.329.7535.52-
YUV76.4176.388.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 162 (63.67% from 255) = 59.78%
R=7.75%
G=32.47%
B=59.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21881620.870.4600.36211.4977.0535.88
Hex1558A2572E024d34d24
Octal251302421275604432311544
Binary1010110110001010001010101111011100100100110100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1558A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1558A2; }

 p { color: rgb(21,88,162); }

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

<style>
 a { background-color: #1558A2; }

 a { background-color: rgb(21,88,162); }

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

<style>
 span { border-color: #1558A2; }

 span { border-color: rgb(21,88,162); }

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