#1C5EAE

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

Shades of Denim #1C5EAE

Tints of Denim #1C5EAE

Color information

#1C5EAE (or 0x1C5EAE) is unknown color: approx Denim. HEX triplet: 1C, 5E and AE. RGB value is (28,94,174). Sum of RGB (Red+Green+Blue) = 28+94+174=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5EAE is #E3A151. Grayscale: #535353. Windows color (decimal): -14917970 or 11427356. OLE color: 11427356.

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

Color convert

RGB2894174-
CMYK0.840.4600.32
HSL212.88º72.28%39.61%-
HSV(B)212.88º83.91%68.24%-
XYZ12.1211.3141.59-
YUV83.39179.1388.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.46%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=9.46%
G=31.76%
B=58.78%

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
Decimal28941740.840.4600.32212.8872.2839.61
Hex1C5EAE542E020d54828
Octal341362561245604032511050
Binary1110010111101010111010101001011100100000110101011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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