#1C5AA5

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

Shades of Denim #1C5AA5

Tints of Denim #1C5AA5

Color information

#1C5AA5 (or 0x1C5AA5) is unknown color: approx Denim. HEX triplet: 1C, 5A and A5. RGB value is (28,90,165). Sum of RGB (Red+Green+Blue) = 28+90+165=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 165 (64.84% from 255 or 58.30% from 283); Max value from RGB is 165 - color contains mainly: blue. Hex color #1C5AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5AA5 is #E3A55A. Grayscale: #4F4F4F. Windows color (decimal): -14919003 or 10836508. OLE color: 10836508.

HSL color Cylindrical-coordinate representation of color #1C5AA5: hue angle of 212.85º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C5AA5 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2890165-
CMYK0.830.4500.35
HSL212.85º70.98%37.84%-
HSV(B)212.85º83.03%64.71%-
XYZ10.9310.2837-
YUV80.01175.9690.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 165 (64.84% from 255) = 58.30%
R=9.89%
G=31.80%
B=58.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28901650.830.4500.35212.8570.9837.84
Hex1C5AA5532D023d54726
Octal341322451235504332510746
Binary1110010110101010010110100111011010100011110101011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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