#1E6571

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

Shades of Allports #1E6571

Tints of Allports #1E6571

Color information

#1E6571 (or 0x1E6571) is unknown color: approx Allports. HEX triplet: 1E, 65 and 71. RGB value is (30,101,113). Sum of RGB (Red+Green+Blue) = 30+101+113=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E6571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6571 is #E19A8E. Grayscale: #515151. Windows color (decimal): -14785167 or 7431454. OLE color: 7431454.

HSL color Cylindrical-coordinate representation of color #1E6571: hue angle of 188.67º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6571 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB30101113-
CMYK0.730.1100.56
HSL188.67º58.04%28.04%-
HSV(B)188.67º73.45%44.31%-
XYZ8.1710.7817.27-
YUV81.14145.9891.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=12.30%
G=41.39%
B=46.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal301011130.730.1100.56188.6758.0428.04
Hex1E657149B038bd3a1c
Octal36145161111130702757234
Binary11110110010111100011001001101101110001011110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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