#1E6EC8

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

Shades of Denim #1E6EC8

Tints of Denim #1E6EC8

Color information

#1E6EC8 (or 0x1E6EC8) is unknown color: approx Denim. HEX triplet: 1E, 6E and C8. RGB value is (30,110,200). Sum of RGB (Red+Green+Blue) = 30+110+200=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 200 (78.52% from 255 or 58.82% from 340); Max value from RGB is 200 - color contains mainly: blue. Hex color #1E6EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6EC8 is #E19137. Grayscale: #5F5F5F. Windows color (decimal): -14782776 or 13135390. OLE color: 13135390.

HSL color Cylindrical-coordinate representation of color #1E6EC8: hue angle of 211.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E6EC8 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB30110200-
CMYK0.850.4500.22
HSL211.76º73.91%45.1%-
HSV(B)211.76º85%78.43%-
XYZ16.5415.656.78-
YUV96.34186.580.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 200 (78.52% from 255) = 58.82%
R=8.82%
G=32.35%
B=58.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal301102000.850.4500.22211.7673.9145.1
Hex1E6EC8552D016d44a2d
Octal361563101255502632411255
Binary111101101110110010001010101101101010110110101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,110,200); }

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

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

 a { background-color: rgb(30,110,200); }

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

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

 span { border-color: rgb(30,110,200); }

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