#1E6273

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

Shades of Allports #1E6273

Tints of Allports #1E6273

Color information

#1E6273 (or 0x1E6273) is unknown color: approx Allports. HEX triplet: 1E, 62 and 73. RGB value is (30,98,115). Sum of RGB (Red+Green+Blue) = 30+98+115=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6273 is #E19D8C. Grayscale: #4F4F4F. Windows color (decimal): -14785933 or 7561758. OLE color: 7561758.

HSL color Cylindrical-coordinate representation of color #1E6273: hue angle of 192º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6273 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3098115-
CMYK0.740.1500.55
HSL192º58.62%28.43%-
HSV(B)192º73.91%45.1%-
XYZ810.2517.78-
YUV79.61147.9792.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.35%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=12.35%
G=40.33%
B=47.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30981150.740.1500.5519258.6228.43
Hex1E62734AF037c03b1c
Octal36142163112170673007334
Binary11110110001011100111001010111101101111100000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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