#1553DD

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

Shades of Denim #1553DD

Tints of Denim #1553DD

Color information

#1553DD (or 0x1553DD) is unknown color: approx Denim. HEX triplet: 15, 53 and DD. RGB value is (21,83,221). Sum of RGB (Red+Green+Blue) = 21+83+221=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #1553DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553DD is #EAAC22. Grayscale: #4F4F4F. Windows color (decimal): -15379491 or 14504725. OLE color: 14504725.

HSL color Cylindrical-coordinate representation of color #1553DD: hue angle of 221.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1553DD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2183221-
CMYK0.900.6200.13
HSL221.4º82.64%47.45%-
HSV(B)221.4º90.5%86.67%-
XYZ16.4511.5769.77-
YUV80.19207.4685.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.46%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 221 (86.72% from 255) = 68%
R=6.46%
G=25.54%
B=68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21832210.900.6200.13221.482.6447.45
Hex1553DD5A3E0Ddd532f
Octal251233351327601533512357
Binary10101101001111011101101101011111001101110111011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1553DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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