#1E737A

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

Shades of Allports #1E737A

Tints of Allports #1E737A

Color information

#1E737A (or 0x1E737A) is unknown color: approx Allports. HEX triplet: 1E, 73 and 7A. RGB value is (30,115,122). Sum of RGB (Red+Green+Blue) = 30+115+122=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E737A is #E18C85. Grayscale: #5A5A5A. Windows color (decimal): -14781574 or 8024862. OLE color: 8024862.

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

Color convert

RGB30115122-
CMYK0.750.0600.52
HSL184.57º60.53%29.8%-
HSV(B)184.57º75.41%47.84%-
XYZ10.1813.9420.57-
YUV90.38145.8484.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=11.24%
G=43.07%
B=45.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301151220.750.0600.52184.5760.5329.8
Hex1E737A4B6034b93d1e
Octal3616317211360642717536
Binary1111011100111111010100101111001101001011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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