#1E697A

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

Shades of Allports #1E697A

Tints of Allports #1E697A

Color information

#1E697A (or 0x1E697A) is unknown color: approx Allports. HEX triplet: 1E, 69 and 7A. RGB value is (30,105,122). Sum of RGB (Red+Green+Blue) = 30+105+122=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E697A is #E19685. Grayscale: #545454. Windows color (decimal): -14784134 or 8022302. OLE color: 8022302.

HSL color Cylindrical-coordinate representation of color #1E697A: hue angle of 191.09º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E697A is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB30105122-
CMYK0.750.1400.52
HSL191.09º60.53%29.8%-
HSV(B)191.09º75.41%47.84%-
XYZ9.111.7820.21-
YUV84.51149.1589.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=11.67%
G=40.86%
B=47.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301051220.750.1400.52191.0960.5329.8
Hex1E697A4BE034bf3d1e
Octal36151172113160642777536
Binary11110110100111110101001011111001101001011111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,105,122); }

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

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

 a { background-color: rgb(30,105,122); }

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

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

 span { border-color: rgb(30,105,122); }

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