#1E57AD

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

Shades of Denim #1E57AD

Tints of Denim #1E57AD

Color information

#1E57AD (or 0x1E57AD) is unknown color: approx Denim. HEX triplet: 1E, 57 and AD. RGB value is (30,87,173). Sum of RGB (Red+Green+Blue) = 30+87+173=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E57AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E57AD is #E1A852. Grayscale: #4F4F4F. Windows color (decimal): -14788691 or 11360030. OLE color: 11360030.

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

Color convert

RGB3087173-
CMYK0.830.5000.32
HSL216.08º70.44%39.8%-
HSV(B)216.08º82.66%67.84%-
XYZ11.4910.1140.88-
YUV79.76180.6292.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 173 (67.97% from 255) = 59.66%
R=10.34%
G=30%
B=59.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30871730.830.5000.32216.0870.4439.8
Hex1E57AD5332020d84628
Octal361272551236204033010650
Binary1111010101111010110110100111100100100000110110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E57AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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