#1E5CA9

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

Shades of Denim #1E5CA9

Tints of Denim #1E5CA9

Color information

#1E5CA9 (or 0x1E5CA9) is unknown color: approx Denim. HEX triplet: 1E, 5C and A9. RGB value is (30,92,169). Sum of RGB (Red+Green+Blue) = 30+92+169=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #1E5CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5CA9 is #E1A356. Grayscale: #515151. Windows color (decimal): -14787415 or 11099166. OLE color: 11099166.

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

Color convert

RGB3092169-
CMYK0.820.4600.34
HSL213.24º69.85%39.02%-
HSV(B)213.24º82.25%66.27%-
XYZ11.5210.7939.01-
YUV82.24176.9690.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 169 (66.41% from 255) = 58.08%
R=10.31%
G=31.62%
B=58.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal30921690.820.4600.34213.2469.8539.02
Hex1E5CA9522E022d54627
Octal361342511225604232510647
Binary1111010111001010100110100101011100100010110101011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,92,169); }

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

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

 a { background-color: rgb(30,92,169); }

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

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

 span { border-color: rgb(30,92,169); }

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