#1553AB

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

Shades of Denim #1553AB

Tints of Denim #1553AB

Color information

#1553AB (or 0x1553AB) is unknown color: approx Denim. HEX triplet: 15, 53 and AB. RGB value is (21,83,171). Sum of RGB (Red+Green+Blue) = 21+83+171=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1553AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1553AB is #EAAC54. Grayscale: #4A4A4A. Windows color (decimal): -15379541 or 11227925. OLE color: 11227925.

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

Color convert

RGB2183171-
CMYK0.880.5100.33
HSL215.2º78.12%37.65%-
HSV(B)215.2º87.72%67.06%-
XYZ10.759.2939.75-
YUV74.49182.4689.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.64%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 171 (67.19% from 255) = 62.18%
R=7.64%
G=30.18%
B=62.18%

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
Decimal21831710.880.5100.33215.278.1237.65
Hex1553AB5833021d74e26
Octal251232531306304132711646
Binary1010110100111010101110110001100110100001110101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1553AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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