#1C53AB

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

Shades of Denim #1C53AB

Tints of Denim #1C53AB

Color information

#1C53AB (or 0x1C53AB) is unknown color: approx Denim. HEX triplet: 1C, 53 and AB. RGB value is (28,83,171). Sum of RGB (Red+Green+Blue) = 28+83+171=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C53AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C53AB is #E3AC54. Grayscale: #4C4C4C. Windows color (decimal): -14920789 or 11227932. OLE color: 11227932.

HSL color Cylindrical-coordinate representation of color #1C53AB: hue angle of 216.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C53AB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2883171-
CMYK0.840.5100.33
HSL216.92º71.86%39.02%-
HSV(B)216.92º83.63%67.06%-
XYZ10.929.3739.76-
YUV76.59181.2893.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.93%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=9.93%
G=29.43%
B=60.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28831710.840.5100.33216.9271.8639.02
Hex1C53AB5433021d94827
Octal341232531246304133111047
Binary1110010100111010101110101001100110100001110110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C53AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C53AB; }

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

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

<style>
 a { background-color: #1C53AB; }

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

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

<style>
 span { border-color: #1C53AB; }

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

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