#1e75d1

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

Shades of Denim #1E75D1

Tints of Denim #1E75D1

Color information

#1E75D1 (or 0x1E75D1) is unknown color: approx Denim. HEX triplet: 1E, 75 and D1. RGB value is (30,117,209). Sum of RGB (Red+Green+Blue) = 30+117+209=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E75D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E75D1 is #E18A2E. Grayscale: #656565. Windows color (decimal): -14780975 or 13727006. OLE color: 13727006.

HSL color Cylindrical-coordinate representation of color #1E75D1: hue angle of 210.84º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E75D1 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB30117209-
CMYK0.860.4400.18
HSL210.84º74.9%46.86%-
HSV(B)210.84º85.65%81.96%-
XYZ18.4117.662.75-
YUV101.48188.6877.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.43%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 209 (82.03% from 255) = 58.71%
R=8.43%
G=32.87%
B=58.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal301172090.860.4400.18210.8474.946.86
Hex1E75D1562C012d34b2f
Octal361653211265402232311357
Binary111101110101110100011010110101100010010110100111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e75d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,117,209); }

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

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

 a { background-color: rgb(30,117,209); }

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

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

 span { border-color: rgb(30,117,209); }

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