#1E6170

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

Shades of Allports #1E6170

Tints of Allports #1E6170

Color information

#1E6170 (or 0x1E6170) is unknown color: approx Allports. HEX triplet: 1E, 61 and 70. RGB value is (30,97,112). Sum of RGB (Red+Green+Blue) = 30+97+112=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E6170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6170 is #E19E8F. Grayscale: #4E4E4E. Windows color (decimal): -14786192 or 7364894. OLE color: 7364894.

HSL color Cylindrical-coordinate representation of color #1E6170: hue angle of 190.98º 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 #1E6170 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3097112-
CMYK0.730.1300.56
HSL190.98º57.75%27.84%-
HSV(B)190.98º73.21%43.92%-
XYZ7.731016.85-
YUV78.68146.893.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=12.55%
G=40.59%
B=46.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30971120.730.1300.56190.9857.7527.84
Hex1E617049D038bf3a1c
Octal36141160111150702777234
Binary11110110000111100001001001110101110001011111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,97,112); }

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

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

 a { background-color: rgb(30,97,112); }

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

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

 span { border-color: rgb(30,97,112); }

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