#1E6977

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

Shades of Allports #1E6977

Tints of Allports #1E6977

Color information

#1E6977 (or 0x1E6977) is unknown color: approx Allports. HEX triplet: 1E, 69 and 77. RGB value is (30,105,119). Sum of RGB (Red+Green+Blue) = 30+105+119=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E6977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6977 is #E19688. Grayscale: #545454. Windows color (decimal): -14784137 or 7825694. OLE color: 7825694.

HSL color Cylindrical-coordinate representation of color #1E6977: hue angle of 189.44º 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 #1E6977 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB30105119-
CMYK0.750.1200.53
HSL189.44º59.73%29.22%-
HSV(B)189.44º74.79%46.67%-
XYZ8.9211.7119.24-
YUV84.17147.6589.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=11.81%
G=41.34%
B=46.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301051190.750.1200.53189.4459.7329.22
Hex1E69774BC035bd3c1d
Octal36151167113140652757435
Binary11110110100111101111001011110001101011011110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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