#1e5dad

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

Shades of Denim #1E5DAD

Tints of Denim #1E5DAD

Color information

#1E5DAD (or 0x1E5DAD) is unknown color: approx Denim. HEX triplet: 1E, 5D and AD. RGB value is (30,93,173). Sum of RGB (Red+Green+Blue) = 30+93+173=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E5DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5DAD is #E1A252. Grayscale: #525252. Windows color (decimal): -14787155 or 11361566. OLE color: 11361566.

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

Color convert

RGB3093173-
CMYK0.830.4600.32
HSL213.57º70.44%39.8%-
HSV(B)213.57º82.66%67.84%-
XYZ11.9911.1241.05-
YUV83.28178.6390-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 173 (67.97% from 255) = 58.45%
R=10.14%
G=31.42%
B=58.45%

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
Decimal30931730.830.4600.32213.5770.4439.8
Hex1E5DAD532E020d64628
Octal361352551235604032610650
Binary1111010111011010110110100111011100100000110101101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e5dad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,93,173); }

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

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

 a { background-color: rgb(30,93,173); }

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

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

 span { border-color: rgb(30,93,173); }

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