#1E59BC

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

Shades of Denim #1E59BC

Tints of Denim #1E59BC

Color information

#1E59BC (or 0x1E59BC) is unknown color: approx Denim. HEX triplet: 1E, 59 and BC. RGB value is (30,89,188). Sum of RGB (Red+Green+Blue) = 30+89+188=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E59BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E59BC is #E1A643. Grayscale: #525252. Windows color (decimal): -14788164 or 12343582. OLE color: 12343582.

HSL color Cylindrical-coordinate representation of color #1E59BC: hue angle of 217.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E59BC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3089188-
CMYK0.840.5300.26
HSL217.59º72.48%42.75%-
HSV(B)217.59º84.04%73.73%-
XYZ13.1811.0549.02-
YUV82.64187.4590.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=9.77%
G=28.99%
B=61.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30891880.840.5300.26217.5972.4842.75
Hex1E59BC543501Ada482b
Octal361312741246503233211053
Binary111101011001101111001010100110101011010110110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E59BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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