#1E606D

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

Shades of Allports #1E606D

Tints of Allports #1E606D

Color information

#1E606D (or 0x1E606D) is unknown color: approx Allports. HEX triplet: 1E, 60 and 6D. RGB value is (30,96,109). Sum of RGB (Red+Green+Blue) = 30+96+109=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E606D is #E19F92. Grayscale: #4D4D4D. Windows color (decimal): -14786451 or 7168030. OLE color: 7168030.

HSL color Cylindrical-coordinate representation of color #1E606D: hue angle of 189.87º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E606D is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3096109-
CMYK0.720.1200.57
HSL189.87º56.83%27.25%-
HSV(B)189.87º72.48%42.75%-
XYZ7.489.7515.95-
YUV77.75145.6393.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=12.77%
G=40.85%
B=46.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30961090.720.1200.57189.8756.8327.25
Hex1E606D48C039be391b
Octal36140155110140712767133
Binary11110110000011011011001000110001110011011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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