#1E56AB

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

Shades of Denim #1E56AB

Tints of Denim #1E56AB

Color information

#1E56AB (or 0x1E56AB) is unknown color: approx Denim. HEX triplet: 1E, 56 and AB. RGB value is (30,86,171). Sum of RGB (Red+Green+Blue) = 30+86+171=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E56AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E56AB is #E1A954. Grayscale: #4E4E4E. Windows color (decimal): -14788949 or 11228702. OLE color: 11228702.

HSL color Cylindrical-coordinate representation of color #1E56AB: hue angle of 216.17º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E56AB is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3086171-
CMYK0.820.5000.33
HSL216.17º70.15%39.41%-
HSV(B)216.17º82.46%67.06%-
XYZ11.219.8739.84-
YUV78.95179.9593.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=10.45%
G=29.97%
B=59.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30861710.820.5000.33216.1770.1539.41
Hex1E56AB5232021d84627
Octal361262531226204133010647
Binary1111010101101010101110100101100100100001110110001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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