#1E6275

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

Shades of Allports #1E6275

Tints of Allports #1E6275

Color information

#1E6275 (or 0x1E6275) is unknown color: approx Allports. HEX triplet: 1E, 62 and 75. RGB value is (30,98,117). Sum of RGB (Red+Green+Blue) = 30+98+117=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E6275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6275 is #E19D8A. Grayscale: #4F4F4F. Windows color (decimal): -14785931 or 7692830. OLE color: 7692830.

HSL color Cylindrical-coordinate representation of color #1E6275: hue angle of 193.1º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6275 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3098117-
CMYK0.740.1600.54
HSL193.1º59.18%28.82%-
HSV(B)193.1º74.36%45.88%-
XYZ8.1110.318.39-
YUV79.83148.9792.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=12.24%
G=40%
B=47.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30981170.740.1600.54193.159.1828.82
Hex1E62754A10036c13b1d
Octal36142165112200663017335
Binary111101100010111010110010101000001101101100000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,98,117); }

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

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

 a { background-color: rgb(30,98,117); }

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

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

 span { border-color: rgb(30,98,117); }

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