#1E657A

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

Shades of Allports #1E657A

Tints of Allports #1E657A

Color information

#1E657A (or 0x1E657A) is unknown color: approx Allports. HEX triplet: 1E, 65 and 7A. RGB value is (30,101,122). Sum of RGB (Red+Green+Blue) = 30+101+122=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E657A is #E19A85. Grayscale: #525252. Windows color (decimal): -14785158 or 8021278. OLE color: 8021278.

HSL color Cylindrical-coordinate representation of color #1E657A: hue angle of 193.7º 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 #1E657A is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB30101122-
CMYK0.750.1700.52
HSL193.7º60.53%29.8%-
HSV(B)193.7º75.41%47.84%-
XYZ8.710.9920.07-
YUV82.16150.4890.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.86%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=11.86%
G=39.92%
B=48.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301011220.750.1700.52193.760.5329.8
Hex1E657A4B11034c23d1e
Octal36145172113210643027536
Binary111101100101111101010010111000101101001100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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