#1E6F87

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

Shades of Allports #1E6F87

Tints of Allports #1E6F87

Color information

#1E6F87 (or 0x1E6F87) is unknown color: approx Allports. HEX triplet: 1E, 6F and 87. RGB value is (30,111,135). Sum of RGB (Red+Green+Blue) = 30+111+135=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E6F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6F87 is #E19078. Grayscale: #595959. Windows color (decimal): -14782585 or 8875806. OLE color: 8875806.

HSL color Cylindrical-coordinate representation of color #1E6F87: hue angle of 193.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6F87 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB30111135-
CMYK0.780.1800.47
HSL193.71º63.64%32.35%-
HSV(B)193.71º77.78%52.94%-
XYZ10.5913.3924.95-
YUV89.52153.6685.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.87%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=10.87%
G=40.22%
B=48.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301111350.780.1800.47193.7163.6432.35
Hex1E6F874E1202Fc24020
Octal361572071162205730210040
Binary111101101111100001111001110100100101111110000101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,111,135); }

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

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

 a { background-color: rgb(30,111,135); }

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

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

 span { border-color: rgb(30,111,135); }

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