#1E5EAE

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

Shades of Denim #1E5EAE

Tints of Denim #1E5EAE

Color information

#1E5EAE (or 0x1E5EAE) is unknown color: approx Denim. HEX triplet: 1E, 5E and AE. RGB value is (30,94,174). Sum of RGB (Red+Green+Blue) = 30+94+174=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5EAE is #E1A151. Grayscale: #535353. Windows color (decimal): -14786898 or 11427358. OLE color: 11427358.

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

Color convert

RGB3094174-
CMYK0.830.4600.32
HSL213.33º70.59%40%-
HSV(B)213.33º82.76%68.24%-
XYZ12.1811.3441.59-
YUV83.98178.889.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.07%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=10.07%
G=31.54%
B=58.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30941740.830.4600.32213.3370.5940
Hex1E5EAE532E020d54728
Octal361362561235604032510750
Binary1111010111101010111010100111011100100000110101011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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