#1E56AD

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

Shades of Denim #1E56AD

Tints of Denim #1E56AD

Color information

#1E56AD (or 0x1E56AD) is unknown color: approx Denim. HEX triplet: 1E, 56 and AD. RGB value is (30,86,173). Sum of RGB (Red+Green+Blue) = 30+86+173=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E56AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E56AD is #E1A952. Grayscale: #4E4E4E. Windows color (decimal): -14788947 or 11359774. OLE color: 11359774.

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

Color convert

RGB3086173-
CMYK0.830.5000.32
HSL216.5º70.44%39.8%-
HSV(B)216.5º82.66%67.84%-
XYZ11.419.9540.85-
YUV79.17180.9592.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=10.38%
G=29.76%
B=59.86%

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
Decimal30861730.830.5000.32216.570.4439.8
Hex1E56AD5332020d94628
Octal361262551236204033110650
Binary1111010101101010110110100111100100100000110110011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E56AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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