#1E58AC

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

Shades of Denim #1E58AC

Tints of Denim #1E58AC

Color information

#1E58AC (or 0x1E58AC) is unknown color: approx Denim. HEX triplet: 1E, 58 and AC. RGB value is (30,88,172). Sum of RGB (Red+Green+Blue) = 30+88+172=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E58AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E58AC is #E1A753. Grayscale: #4F4F4F. Windows color (decimal): -14788436 or 11294750. OLE color: 11294750.

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

Color convert

RGB3088172-
CMYK0.830.4900.33
HSL215.49º70.3%39.61%-
HSV(B)215.49º82.56%67.45%-
XYZ11.4710.2340.4-
YUV80.23179.7892.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.34%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 172 (67.58% from 255) = 59.31%
R=10.34%
G=30.34%
B=59.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30881720.830.4900.33215.4970.339.61
Hex1E58AC5331021d74628
Octal361302541236104132710650
Binary1111010110001010110010100111100010100001110101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,88,172); }

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

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

 a { background-color: rgb(30,88,172); }

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

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

 span { border-color: rgb(30,88,172); }

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