#1C5AAB

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

Shades of Denim #1C5AAB

Tints of Denim #1C5AAB

Color information

#1C5AAB (or 0x1C5AAB) is unknown color: approx Denim. HEX triplet: 1C, 5A and AB. RGB value is (28,90,171). Sum of RGB (Red+Green+Blue) = 28+90+171=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C5AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5AAB is #E3A554. Grayscale: #505050. Windows color (decimal): -14918997 or 11229724. OLE color: 11229724.

HSL color Cylindrical-coordinate representation of color #1C5AAB: hue angle of 213.99º 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 #1C5AAB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2890171-
CMYK0.840.4700.33
HSL213.99º71.86%39.02%-
HSV(B)213.99º83.63%67.06%-
XYZ11.4910.539.95-
YUV80.7178.9690.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=9.69%
G=31.14%
B=59.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28901710.840.4700.33213.9971.8639.02
Hex1C5AAB542F021d64827
Octal341322531245704132611047
Binary1110010110101010101110101001011110100001110101101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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