#1E6D7C

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

Shades of Allports #1E6D7C

Tints of Allports #1E6D7C

Color information

#1E6D7C (or 0x1E6D7C) is unknown color: approx Allports. HEX triplet: 1E, 6D and 7C. RGB value is (30,109,124). Sum of RGB (Red+Green+Blue) = 30+109+124=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E6D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6D7C is #E19283. Grayscale: #565656. Windows color (decimal): -14783108 or 8154398. OLE color: 8154398.

HSL color Cylindrical-coordinate representation of color #1E6D7C: hue angle of 189.57º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E6D7C is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB30109124-
CMYK0.760.1200.51
HSL189.57º61.04%30.2%-
HSV(B)189.57º75.81%48.63%-
XYZ9.6412.6721.01-
YUV87.09148.8387.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.41%
GREEN value IS 109 (42.97% from 255) = 41.44%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=11.41%
G=41.44%
B=47.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301091240.760.1200.51189.5761.0430.2
Hex1E6D7C4CC033be3d1e
Octal36155174114140632767536
Binary11110110110111111001001100110001100111011111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,109,124); }

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

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

 a { background-color: rgb(30,109,124); }

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

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

 span { border-color: rgb(30,109,124); }

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