#1E6973

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

Shades of Allports #1E6973

Tints of Allports #1E6973

Color information

#1E6973 (or 0x1E6973) is unknown color: approx Allports. HEX triplet: 1E, 69 and 73. RGB value is (30,105,115). Sum of RGB (Red+Green+Blue) = 30+105+115=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E6973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6973 is #E1968C. Grayscale: #535353. Windows color (decimal): -14784141 or 7563550. OLE color: 7563550.

HSL color Cylindrical-coordinate representation of color #1E6973: hue angle of 187.06º 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 #1E6973 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB30105115-
CMYK0.740.0900.55
HSL187.06º58.62%28.43%-
HSV(B)187.06º73.91%45.1%-
XYZ8.6811.6218-
YUV83.71145.6589.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 115 (45.31% from 255) = 46%
R=12%
G=42%
B=46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301051150.740.0900.55187.0658.6228.43
Hex1E69734A9037bb3b1c
Octal36151163112110672737334
Binary11110110100111100111001010100101101111011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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