#1E697C

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

Shades of Allports #1E697C

Tints of Allports #1E697C

Color information

#1E697C (or 0x1E697C) is unknown color: approx Allports. HEX triplet: 1E, 69 and 7C. RGB value is (30,105,124). Sum of RGB (Red+Green+Blue) = 30+105+124=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E697C is #E19683. Grayscale: #545454. Windows color (decimal): -14784132 or 8153374. OLE color: 8153374.

HSL color Cylindrical-coordinate representation of color #1E697C: hue angle of 192.13º 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 #1E697C is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB30105124-
CMYK0.760.1500.51
HSL192.13º61.04%30.2%-
HSV(B)192.13º75.81%48.63%-
XYZ9.2311.8320.87-
YUV84.74150.1588.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.58%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=11.58%
G=40.54%
B=47.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301051240.760.1500.51192.1361.0430.2
Hex1E697C4CF033c03d1e
Octal36151174114170633007536
Binary11110110100111111001001100111101100111100000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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