#1C5FA9

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

Shades of Denim #1C5FA9

Tints of Denim #1C5FA9

Color information

#1C5FA9 (or 0x1C5FA9) is unknown color: approx Denim. HEX triplet: 1C, 5F and A9. RGB value is (28,95,169). Sum of RGB (Red+Green+Blue) = 28+95+169=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 169 (66.41% from 255 or 57.88% from 292); Max value from RGB is 169 - color contains mainly: blue. Hex color #1C5FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5FA9 is #E3A056. Grayscale: #535353. Windows color (decimal): -14917719 or 11099932. OLE color: 11099932.

HSL color Cylindrical-coordinate representation of color #1C5FA9: hue angle of 211.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C5FA9 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2895169-
CMYK0.830.4400.34
HSL211.49º71.57%38.63%-
HSV(B)211.49º83.43%66.27%-
XYZ11.7311.339.1-
YUV83.4176.388.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 169 (66.41% from 255) = 57.88%
R=9.59%
G=32.53%
B=57.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal28951690.830.4400.34211.4971.5738.63
Hex1C5FA9532C022d34827
Octal341372511235404232311047
Binary1110010111111010100110100111011000100010110100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,95,169); }

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

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

 a { background-color: rgb(28,95,169); }

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

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

 span { border-color: rgb(28,95,169); }

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