#1E59C0

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

Shades of Denim #1E59C0

Tints of Denim #1E59C0

Color information

#1E59C0 (or 0x1E59C0) is unknown color: approx Denim. HEX triplet: 1E, 59 and C0. RGB value is (30,89,192). Sum of RGB (Red+Green+Blue) = 30+89+192=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E59C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E59C0 is #E1A63F. Grayscale: #525252. Windows color (decimal): -14788160 or 12605726. OLE color: 12605726.

HSL color Cylindrical-coordinate representation of color #1E59C0: hue angle of 218.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E59C0 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3089192-
CMYK0.840.5400.25
HSL218.15º72.97%43.53%-
HSV(B)218.15º84.38%75.29%-
XYZ13.6211.2351.32-
YUV83.1189.4590.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 192 (75.39% from 255) = 61.74%
R=9.65%
G=28.62%
B=61.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30891920.840.5400.25218.1572.9743.53
Hex1E59C05436019da492c
Octal361313001246603133211154
Binary111101011001110000001010100110110011001110110101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E59C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,89,192); }

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

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

 a { background-color: rgb(30,89,192); }

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

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

 span { border-color: rgb(30,89,192); }

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