#1E5EB5

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

Shades of Denim #1E5EB5

Tints of Denim #1E5EB5

Color information

#1E5EB5 (or 0x1E5EB5) is unknown color: approx Denim. HEX triplet: 1E, 5E and B5. RGB value is (30,94,181). Sum of RGB (Red+Green+Blue) = 30+94+181=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #1E5EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5EB5 is #E1A14A. Grayscale: #545454. Windows color (decimal): -14786891 or 11886110. OLE color: 11886110.

HSL color Cylindrical-coordinate representation of color #1E5EB5: hue angle of 214.57º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E5EB5 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3094181-
CMYK0.830.4800.29
HSL214.57º71.56%41.37%-
HSV(B)214.57º83.43%70.98%-
XYZ12.8811.6245.28-
YUV84.78182.388.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.84%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=9.84%
G=30.82%
B=59.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal30941810.830.4800.29214.5771.5641.37
Hex1E5EB5533001Dd74829
Octal361362651236003532711051
Binary111101011110101101011010011110000011101110101111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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