#1E5AAE

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

Shades of Denim #1E5AAE

Tints of Denim #1E5AAE

Color information

#1E5AAE (or 0x1E5AAE) is unknown color: approx Denim. HEX triplet: 1E, 5A and AE. RGB value is (30,90,174). Sum of RGB (Red+Green+Blue) = 30+90+174=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E5AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5AAE is #E1A551. Grayscale: #515151. Windows color (decimal): -14787922 or 11426334. OLE color: 11426334.

HSL color Cylindrical-coordinate representation of color #1E5AAE: hue angle of 215º 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 #1E5AAE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3090174-
CMYK0.830.4800.32
HSL215º70.59%40%-
HSV(B)215º82.76%68.24%-
XYZ11.8310.6441.48-
YUV81.64180.1291.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=10.20%
G=30.61%
B=59.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30901740.830.4800.3221570.5940
Hex1E5AAE5330020d74728
Octal361322561236004032710750
Binary1111010110101010111010100111100000100000110101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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