#1C5EAD

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

Shades of Denim #1C5EAD

Tints of Denim #1C5EAD

Color information

#1C5EAD (or 0x1C5EAD) is unknown color: approx Denim. HEX triplet: 1C, 5E and AD. RGB value is (28,94,173). Sum of RGB (Red+Green+Blue) = 28+94+173=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C5EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5EAD is #E3A152. Grayscale: #525252. Windows color (decimal): -14917971 or 11361820. OLE color: 11361820.

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

Color convert

RGB2894173-
CMYK0.840.4600.32
HSL212.69º72.14%39.41%-
HSV(B)212.69º83.82%67.84%-
XYZ12.0211.2741.08-
YUV83.27178.6388.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=9.49%
G=31.86%
B=58.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28941730.840.4600.32212.6972.1439.41
Hex1C5EAD542E020d54827
Octal341362551245604032511047
Binary1110010111101010110110101001011100100000110101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,94,173); }

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

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

 a { background-color: rgb(28,94,173); }

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

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

 span { border-color: rgb(28,94,173); }

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