#1E6770

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

Shades of Allports #1E6770

Tints of Allports #1E6770

Color information

#1E6770 (or 0x1E6770) is unknown color: approx Allports. HEX triplet: 1E, 67 and 70. RGB value is (30,103,112). Sum of RGB (Red+Green+Blue) = 30+103+112=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E6770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6770 is #E1988F. Grayscale: #525252. Windows color (decimal): -14784656 or 7366430. OLE color: 7366430.

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

Color convert

RGB30103112-
CMYK0.730.0800.56
HSL186.59º57.75%27.84%-
HSV(B)186.59º73.21%43.92%-
XYZ8.3111.1517.04-
YUV82.2144.8290.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=12.24%
G=42.04%
B=45.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal301031120.730.0800.56186.5957.7527.84
Hex1E6770498038bb3a1c
Octal36147160111100702737234
Binary11110110011111100001001001100001110001011101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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