#1E7078

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

Shades of Allports #1E7078

Tints of Allports #1E7078

Color information

#1E7078 (or 0x1E7078) is unknown color: approx Allports. HEX triplet: 1E, 70 and 78. RGB value is (30,112,120). Sum of RGB (Red+Green+Blue) = 30+112+120=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7078 is #E18F87. Grayscale: #585858. Windows color (decimal): -14782344 or 7893022. OLE color: 7893022.

HSL color Cylindrical-coordinate representation of color #1E7078: hue angle of 185.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7078 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB30112120-
CMYK0.750.0700.53
HSL185.33º60%29.41%-
HSV(B)185.33º75%47.06%-
XYZ9.7213.2219.81-
YUV88.39145.8386.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.45%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=11.45%
G=42.75%
B=45.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301121200.750.0700.53185.336029.41
Hex1E70784B7035b93c1d
Octal3616017011370652717435
Binary1111011100001111000100101111101101011011100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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