#1553aa

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

Shades of Denim #1553AA

Tints of Denim #1553AA

Color information

#1553AA (or 0x1553AA) is unknown color: approx Denim. HEX triplet: 15, 53 and AA. RGB value is (21,83,170). Sum of RGB (Red+Green+Blue) = 21+83+170=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #1553AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1553AA is #EAAC55. Grayscale: #494949. Windows color (decimal): -15379542 or 11162389. OLE color: 11162389.

HSL color Cylindrical-coordinate representation of color #1553AA: hue angle of 215.03º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1553AA is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2183170-
CMYK0.880.5100.33
HSL215.03º78.01%37.45%-
HSV(B)215.03º87.65%66.67%-
XYZ10.669.2539.25-
YUV74.38181.9689.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=7.66%
G=30.29%
B=62.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21831700.880.5100.33215.0378.0137.45
Hex1553AA5833021d74e25
Octal251232521306304132711645
Binary1010110100111010101010110001100110100001110101111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1553aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1553aa; }

 p { color: rgb(21,83,170); }

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

<style>
 a { background-color: #1553aa; }

 a { background-color: rgb(21,83,170); }

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

<style>
 span { border-color: #1553aa; }

 span { border-color: rgb(21,83,170); }

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